Skip to content

Commit cd54ead

Browse files
committed
fix build error introduced by merge
1 parent 26d7e45 commit cd54ead

File tree

1 file changed

+1
-0
lines changed
  • components/dash-core-components/tests/integration/dropdown

1 file changed

+1
-0
lines changed

components/dash-core-components/tests/integration/dropdown/test_a11y.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ def send_keys(key):
9999
assert num_elements == 100
100100

101101
send_keys(1) # Expecting to be typing into the searh bar
102+
sleep(0.1) # Wait for search filtering to complete
102103
num_elements = len(dash_duo.find_elements(".dash-dropdown-option"))
103104
assert num_elements == 19
104105

0 commit comments

Comments
 (0)