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):
168168 ["4️⃣" , "6️⃣" ],
169169 "yes maybe" ,
170170 "r" ,
171- [5 , 9 ],
171+ [5 , 8 ],
172172 22 ,
173173 "C" ,
174174 "knock knock\n who's there?" ,
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ def update_output(value):
3030 dash_dcc .click_at_coord_fractions (slider , 0.5 , 0.25 )
3131 dash_dcc .wait_for_text_to_equal ("#out" , "You have selected 11" )
3232 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 " )
3434
3535 assert dash_dcc .get_logs () == []
3636
@@ -265,7 +265,7 @@ def update_output2(value):
265265
266266 dash_dcc .click_and_hold_at_coord_fractions (slider , 0.25 , 0.25 )
267267 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 " )
269269 dash_dcc .move_to_coord_fractions (slider , 0.5 , 0.25 )
270270 dash_dcc .wait_for_text_to_equal ("#out-drag-value" , "You have dragged 11" )
271271 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