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 092cc0c commit d263909Copy full SHA for d263909
components/dash-core-components/tests/integration/graph/test_graph_varia.py
@@ -714,6 +714,7 @@ def test_grva008_shapes_not_lost(dash_dcc):
714
dash_dcc.start_server(app)
715
button = dash_dcc.wait_for_element("#button")
716
dash_dcc.wait_for_text_to_equal("#output", "0")
717
+ dash_dcc.wait_for_element("#graph .js-plotly-plot")
718
719
# Draw a shape
720
dash_dcc.click_and_hold_at_coord_fractions("#graph", 0.25, 0.25)
0 commit comments