File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
components/dash-core-components/tests/integration/dropdown Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -191,15 +191,11 @@ def update_value(val):
191191 # Attempt to deselect all items. Everything should deselect until we get to
192192 # the last item which cannot be cleared.
193193 # Click MTL option container
194- mtl_option = dash_duo .find_element (
195- '.dash-dropdown-option:has(input[value="MTL"])'
196- )
194+ mtl_option = dash_duo .find_element ('.dash-dropdown-option:has(input[value="MTL"])' )
197195 mtl_option .click ()
198196
199197 # Click SF option container
200- sf_option = dash_duo .find_element (
201- '.dash-dropdown-option:has(input[value="SF"])'
202- )
198+ sf_option = dash_duo .find_element ('.dash-dropdown-option:has(input[value="SF"])' )
203199 sf_option .click ()
204200
205201 assert dash_duo .find_element ("#dropdown-value" ).text == "SF"
You can’t perform that action at this time.
0 commit comments