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 a2da31d commit 5e60b3dCopy full SHA for 5e60b3d
components/dash-core-components/tests/integration/graph/test_graph_varia.py
@@ -886,7 +886,7 @@ def load_chart(n_clicks):
886
)
887
888
# Give time for the async dependency to be requested (if any)
889
- time.sleep(2)
+ dash_dcc.wait_for_element("button#btn")
890
891
scripts = dash_dcc.driver.find_elements(By.CSS_SELECTOR, "script")
892
assert findSyncMathJax(scripts) is None
0 commit comments