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 26d7e45 commit cd54eadCopy full SHA for cd54ead
1 file changed
components/dash-core-components/tests/integration/dropdown/test_a11y.py
@@ -99,6 +99,7 @@ def send_keys(key):
99
assert num_elements == 100
100
101
send_keys(1) # Expecting to be typing into the searh bar
102
+ sleep(0.1) # Wait for search filtering to complete
103
num_elements = len(dash_duo.find_elements(".dash-dropdown-option"))
104
assert num_elements == 19
105
0 commit comments