Skip to content

Commit e716a0b

Browse files
committed
Remove checking for element that has been removed
1 parent 5d73d00 commit e716a0b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/integration/devtools/test_hot_reload.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,6 @@ def new_text(n):
116116
dash_duo_mp.wait_for_element(".dash-debug-menu__button--unavailable")
117117
dash_duo_mp.wait_for_no_elements(".dash-fe-error__title")
118118
dash_duo_mp.percy_snapshot(name="hot-reload-unavailable")
119-
120-
dash_duo_mp.find_element(".dash-debug-disconnected")
121119
dash_duo_mp.percy_snapshot(name="hot-reload-unavailable-small")
122120

123121
dash_duo_mp.find_element("#btn").click()

0 commit comments

Comments
 (0)