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 7037aa9 commit 299d17aCopy full SHA for 299d17a
components/dash-core-components/tests/integration/graph/test_graph_responsive.py
@@ -206,6 +206,6 @@ def update_figures(n_clicks):
206
dash_dcc.wait_for_text_to_equal("#generate-btn", "Generate Figures")
207
dash_dcc.find_element("#generate-btn").click()
208
dash_dcc.wait_for_text_to_equal("#bounding-output", "loaded")
209
- time.sleep(0.1) # must wait for the full render
+ time.sleep(0.3) # must wait for the full render
210
dash_dcc.find_element("#bounding-btn").click()
211
dash_dcc.wait_for_text_to_equal("#bounding-output", "true")
0 commit comments