Skip to content

Commit 637042e

Browse files
committed
wait for graph in devtools test
1 parent 08e3f22 commit 637042e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/integration/devtools/test_devtools_error_handling.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,8 @@ def update_output(n_clicks):
186186
dev_tools_hot_reload=False,
187187
)
188188

189+
dash_duo.wait_for_element('.js-plotly-plot .main-svg')
190+
189191
dash_duo.find_element("#button").click()
190192
dash_duo.wait_for_text_to_equal(dash_duo.devtools_error_count_locator, "1")
191193
dash_duo.percy_snapshot("devtools - validation exception - closed")

0 commit comments

Comments
 (0)