File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
tests/integration/devtools Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -110,13 +110,12 @@ def test_dvui003_callback_graph(dash_duo):
110
110
111
111
# hide and redraw the callback graph so we get the new position
112
112
dash_duo .find_element (".dash-debug-menu__button--callbacks" ).click ()
113
- dash_duo .find_element (".dash-debug-menu__button--callbacks" ).click ()
114
- sleep (2 )
115
113
116
- # fire callbacks so the callback graph redraws again
114
+ # fire callbacks so the profile state is regenerated
117
115
dash_duo .find_element ("#add" ).click ()
116
+ dash_duo .find_element (".dash-debug-menu__button--callbacks" ).click ()
118
117
dash_duo .wait_for_text_to_equal ("#totals" , "0 of 1 items completed - 0%" )
119
- sleep (1 )
118
+ sleep (2 )
120
119
# the manually moved node is still in its new position
121
120
assert pos == dash_duo .driver .execute_script (
122
121
"""
You can’t perform that action at this time.
0 commit comments