File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
tests/integration/devtools Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -107,8 +107,6 @@ def new_text(n):
107107 assert dash_duo_mp .driver .execute_script ("return window.someVar" ) is None
108108
109109 # Now check the server status indicator functionality
110-
111- dash_duo_mp .find_element (".dash-debug-menu" ).click ()
112110 dash_duo_mp .find_element (".dash-debug-menu__button--available" )
113111 sleep (1 ) # wait for opening animation
114112 dash_duo_mp .percy_snapshot (name = "hot-reload-available" )
@@ -119,8 +117,6 @@ def new_text(n):
119117 dash_duo_mp .wait_for_no_elements (".dash-fe-error__title" )
120118 dash_duo_mp .percy_snapshot (name = "hot-reload-unavailable" )
121119
122- dash_duo_mp .find_element (".dash-debug-menu" ).click ()
123- sleep (1 ) # wait for opening animation
124120 dash_duo_mp .find_element (".dash-debug-disconnected" )
125121 dash_duo_mp .percy_snapshot (name = "hot-reload-unavailable-small" )
126122
@@ -134,5 +130,4 @@ def new_text(n):
134130
135131 # rerenders with debug menu closed after reload
136132 # reopen and check that server is now available
137- dash_duo_mp .find_element (".dash-debug-menu--closed" ).click ()
138133 dash_duo_mp .find_element (".dash-debug-menu__button--available" )
You can’t perform that action at this time.
0 commit comments