Skip to content

Commit 4ed1f65

Browse files
committed
Improve test reliability
1 parent af66266 commit 4ed1f65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/dash-core-components/tests/integration/misc/test_dcc_components_as_props.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ def test_mdcap001_dcc_components_as_props(dash_dcc):
5454

5555
search_input = dash_dcc.find_element("#dropdown .dash-dropdown-search")
5656
search_input.send_keys("4")
57+
sleep(0.25)
5758
options = dash_dcc.find_elements("#dropdown .dash-dropdown-option")
5859

5960
wait.until(lambda: len(options) == 1, 1)

0 commit comments

Comments
 (0)