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):
107
107
assert dash_duo_mp .driver .execute_script ("return window.someVar" ) is None
108
108
109
109
# Now check the server status indicator functionality
110
-
111
- dash_duo_mp .find_element (".dash-debug-menu" ).click ()
112
110
dash_duo_mp .find_element (".dash-debug-menu__button--available" )
113
111
sleep (1 ) # wait for opening animation
114
112
dash_duo_mp .percy_snapshot (name = "hot-reload-available" )
@@ -119,8 +117,6 @@ def new_text(n):
119
117
dash_duo_mp .wait_for_no_elements (".dash-fe-error__title" )
120
118
dash_duo_mp .percy_snapshot (name = "hot-reload-unavailable" )
121
119
122
- dash_duo_mp .find_element (".dash-debug-menu" ).click ()
123
- sleep (1 ) # wait for opening animation
124
120
dash_duo_mp .find_element (".dash-debug-disconnected" )
125
121
dash_duo_mp .percy_snapshot (name = "hot-reload-unavailable-small" )
126
122
@@ -134,5 +130,4 @@ def new_text(n):
134
130
135
131
# rerenders with debug menu closed after reload
136
132
# reopen and check that server is now available
137
- dash_duo_mp .find_element (".dash-debug-menu--closed" ).click ()
138
133
dash_duo_mp .find_element (".dash-debug-menu__button--available" )
You can’t perform that action at this time.
0 commit comments