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 a4315b2 commit 69b3628Copy full SHA for 69b3628
components/dash-core-components/tests/integration/misc/test_persistence.py
@@ -133,12 +133,10 @@ def make_output(*args):
133
dash_dcc.find_element(".dash-dropdown-content .dash-dropdown-search").send_keys(
134
"one" + Keys.ENTER
135
)
136
- sleep(0.2)
137
- dash_dcc.find_element(".dash-dropdown-content .dash-dropdown-option").click()
138
139
dash_dcc.find_element("#dropdownmulti").click()
140
141
- "six" + Keys.ENTER
+ "six"
142
143
sleep(0.2)
144
dash_dcc.find_element(".dash-dropdown-content .dash-dropdown-option").click()
0 commit comments