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 20828e7 commit dd7b06bCopy full SHA for dd7b06b
1 file changed
components/dash-core-components/tests/integration/test_title_props.py
@@ -52,8 +52,8 @@ def add_title_to_option(title):
52
dash_dcc.start_server(app)
53
54
elements = [
55
- dash_dcc.wait_for_element("#dropdown_1 .dash-dropdown-value span"),
56
- dash_dcc.wait_for_element("#dropdown_2 .dash-dropdown-value span"),
+ dash_dcc.wait_for_element("#dropdown_1 .dash-dropdown-value-item span"),
+ dash_dcc.wait_for_element("#dropdown_2 .dash-dropdown-value-item span"),
57
dash_dcc.wait_for_element("#checklist_1 .Select-value-label"),
58
dash_dcc.wait_for_element("#radioitems_1 .Select-value-label"),
59
]
0 commit comments