We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49d34b4 commit db2e765Copy full SHA for db2e765
tests/integration/renderer/test_component_as_prop.py
@@ -7,6 +7,8 @@
7
from dash.dcc import Checklist, Dropdown
8
from dash.html import Button, Div, Span
9
10
+from flaky import flaky
11
+
12
13
def opt(u):
14
return {
@@ -346,6 +348,7 @@ def demo(n_clicks):
346
348
dash_duo.wait_for_text_to_equal(f"#options label:nth-child({i}) span", "1")
347
349
350
351
+@flaky(max_runs=3)
352
def test_rdcap003_side_effect_regression(dash_duo):
353
# Test for #2411, regression introduced by original rdcap002 fix
354
# callback on the same components that is output with same id but not property triggered
0 commit comments