Skip to content

Commit 59cbffb

Browse files
committed
wait for graph grbs002
1 parent 441a1cd commit 59cbffb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/dash-core-components/tests/integration/graph/test_graph_basics.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ def selected_df_figure(selection):
8181

8282
dash_dcc.start_server(app)
8383

84+
dash_dcc.wait_for_element("#graph .js-plotly-plot")
8485
wait.until(lambda: dash_dcc.driver.title == "Dash", timeout=2)
8586
sleep(1)
8687
# TODO: not sure 2 calls actually makes sense here, shouldn't it be 1?

0 commit comments

Comments
 (0)