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 aa160f3 commit 52fcf9cCopy full SHA for 52fcf9c
components/dash-core-components/tests/integration/markdown/test_markdown.py
@@ -106,7 +106,7 @@ def test_mkdw003_without_mathjax(dash_dcc):
106
107
dash_dcc.start_server(app)
108
dash_dcc.wait_for_text_to_equal("h1", "No MathJax: Apple: $2, Orange: $3")
109
- assert not dash_dcc.driver_execute_script("return !!window.MathJax")
+ assert not dash_dcc.driver.execute_script("return !!window.MathJax")
110
assert dash_dcc.get_logs() == []
111
112
0 commit comments