We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08e3f22 commit 637042eCopy full SHA for 637042e
tests/integration/devtools/test_devtools_error_handling.py
@@ -186,6 +186,8 @@ def update_output(n_clicks):
186
dev_tools_hot_reload=False,
187
)
188
189
+ dash_duo.wait_for_element('.js-plotly-plot .main-svg')
190
+
191
dash_duo.find_element("#button").click()
192
dash_duo.wait_for_text_to_equal(dash_duo.devtools_error_count_locator, "1")
193
dash_duo.percy_snapshot("devtools - validation exception - closed")
0 commit comments