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 2f8a738 commit 20378e4Copy full SHA for 20378e4
components/dash-core-components/tests/integration/sliders/test_sliders.py
@@ -61,9 +61,9 @@ def update_output(rng):
61
62
slider = dash_dcc.find_element("#rangeslider")
63
dash_dcc.click_at_coord_fractions(slider, 0.2, 0.25)
64
- dash_dcc.wait_for_text_to_equal("#out", "You have selected 3-15")
+ dash_dcc.wait_for_text_to_equal("#out", "You have selected 2-15")
65
dash_dcc.click_at_coord_fractions(slider, 0.51, 0.25)
66
- dash_dcc.wait_for_text_to_equal("#out", "You have selected 3-10")
+ dash_dcc.wait_for_text_to_equal("#out", "You have selected 2-10")
67
68
assert dash_dcc.get_logs() == []
69
0 commit comments