Skip to content

Commit 1edb877

Browse files
committed
update after review
1 parent 98f2064 commit 1edb877

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,6 +468,6 @@ def test_a11y009_dropdown_component_labels_render_correctly(dash_duo):
468468
option_elements = dash_duo.find_elements(".dash-dropdown-option")
469469
rendered_labels = [el.text.strip() for el in option_elements]
470470

471-
assert rendered_labels == ["red", "blue", "yellow"]
471+
assert rendered_labels == ["red", "yellow", "blue"]
472472

473473
assert dash_duo.get_logs() == []

0 commit comments

Comments
 (0)