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 af66266 commit 4ed1f65Copy full SHA for 4ed1f65
components/dash-core-components/tests/integration/misc/test_dcc_components_as_props.py
@@ -54,6 +54,7 @@ def test_mdcap001_dcc_components_as_props(dash_dcc):
54
55
search_input = dash_dcc.find_element("#dropdown .dash-dropdown-search")
56
search_input.send_keys("4")
57
+ sleep(0.25)
58
options = dash_dcc.find_elements("#dropdown .dash-dropdown-option")
59
60
wait.until(lambda: len(options) == 1, 1)
0 commit comments