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 441a1cd commit 59cbffbCopy full SHA for 59cbffb
components/dash-core-components/tests/integration/graph/test_graph_basics.py
@@ -81,6 +81,7 @@ def selected_df_figure(selection):
81
82
dash_dcc.start_server(app)
83
84
+ dash_dcc.wait_for_element("#graph .js-plotly-plot")
85
wait.until(lambda: dash_dcc.driver.title == "Dash", timeout=2)
86
sleep(1)
87
# TODO: not sure 2 calls actually makes sense here, shouldn't it be 1?
0 commit comments