Skip to content

Commit 69b3628

Browse files
committed
fix integration test
1 parent a4315b2 commit 69b3628

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,12 +133,10 @@ def make_output(*args):
133133
dash_dcc.find_element(".dash-dropdown-content .dash-dropdown-search").send_keys(
134134
"one" + Keys.ENTER
135135
)
136-
sleep(0.2)
137-
dash_dcc.find_element(".dash-dropdown-content .dash-dropdown-option").click()
138136

139137
dash_dcc.find_element("#dropdownmulti").click()
140138
dash_dcc.find_element(".dash-dropdown-content .dash-dropdown-search").send_keys(
141-
"six" + Keys.ENTER
139+
"six"
142140
)
143141
sleep(0.2)
144142
dash_dcc.find_element(".dash-dropdown-content .dash-dropdown-option").click()

0 commit comments

Comments
 (0)