Skip to content

Commit 9934ae3

Browse files
committed
extra wait in devtool error visual tests
1 parent 357d959 commit 9934ae3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration/devtools/test_props_check.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ def display_content(pathname):
200200

201201
if test_cases[tc]["fail"]:
202202
dash_duo.wait_for_element(".test-devtools-error-toggle").click()
203+
dash_duo.wait_for_element(".dash-fe-error__info")
203204
dash_duo.percy_snapshot(
204205
"devtools validation exception: {}".format(test_cases[tc]["name"])
205206
)

0 commit comments

Comments
 (0)