Skip to content

Commit d263909

Browse files
committed
Fix grva008
1 parent 092cc0c commit d263909

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_varia.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -714,6 +714,7 @@ def test_grva008_shapes_not_lost(dash_dcc):
714714
dash_dcc.start_server(app)
715715
button = dash_dcc.wait_for_element("#button")
716716
dash_dcc.wait_for_text_to_equal("#output", "0")
717+
dash_dcc.wait_for_element("#graph .js-plotly-plot")
717718

718719
# Draw a shape
719720
dash_dcc.click_and_hold_at_coord_fractions("#graph", 0.25, 0.25)

0 commit comments

Comments
 (0)