File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
components/dash-core-components/tests/integration Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ def make_output(*args):
168
168
["4️⃣" , "6️⃣" ],
169
169
"yes maybe" ,
170
170
"r" ,
171
- [5 , 9 ],
171
+ [5 , 8 ],
172
172
22 ,
173
173
"C" ,
174
174
"knock knock\n who's there?" ,
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ def update_output(value):
30
30
dash_dcc .click_at_coord_fractions (slider , 0.5 , 0.25 )
31
31
dash_dcc .wait_for_text_to_equal ("#out" , "You have selected 11" )
32
32
dash_dcc .click_at_coord_fractions (slider , 0.75 , 0.25 )
33
- dash_dcc .wait_for_text_to_equal ("#out" , "You have selected 17 " )
33
+ dash_dcc .wait_for_text_to_equal ("#out" , "You have selected 16 " )
34
34
35
35
assert dash_dcc .get_logs () == []
36
36
@@ -265,7 +265,7 @@ def update_output2(value):
265
265
266
266
dash_dcc .click_and_hold_at_coord_fractions (slider , 0.25 , 0.25 )
267
267
dash_dcc .move_to_coord_fractions (slider , 0.75 , 0.25 )
268
- dash_dcc .wait_for_text_to_equal ("#out-drag-value" , "You have dragged 17 " )
268
+ dash_dcc .wait_for_text_to_equal ("#out-drag-value" , "You have dragged 16 " )
269
269
dash_dcc .move_to_coord_fractions (slider , 0.5 , 0.25 )
270
270
dash_dcc .wait_for_text_to_equal ("#out-drag-value" , "You have dragged 11" )
271
271
dash_dcc .wait_for_text_to_equal ("#out-value" , "You have selected 5" )
You can’t perform that action at this time.
0 commit comments