File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
components/dash-core-components/tests/integration/graph Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ def update_figures(n_clicks):
205
205
dash_dcc .wait_for_text_to_equal ("#generate-btn" , "Generate Figures" )
206
206
dash_dcc .find_element ("#generate-btn" ).click ()
207
207
dash_dcc .wait_for_text_to_equal ("#bounding-output" , "loaded" )
208
- dash_dcc .find_element (".dash-graph .js-plotly-plot.dash-graph--pending" )
209
- dash_dcc .find_element (".dash-graph .js-plotly-plot:not(.dash-graph--pending)" )
208
+ dash_dcc .wait_for_element (".dash-graph .js-plotly-plot.dash-graph--pending" )
209
+ dash_dcc .wait_for_element (".dash-graph .js-plotly-plot:not(.dash-graph--pending)" )
210
210
dash_dcc .find_element ("#bounding-btn" ).click ()
211
211
dash_dcc .wait_for_text_to_equal ("#bounding-output" , "true" )
You can’t perform that action at this time.
0 commit comments