Skip to content

Commit

Permalink
wait for graph grbs002
Browse files Browse the repository at this point in the history
  • Loading branch information
T4rk1n committed Oct 15, 2024
1 parent 441a1cd commit 59cbffb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ def selected_df_figure(selection):

dash_dcc.start_server(app)

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

0 comments on commit 59cbffb

Please sign in to comment.