Skip to content

Commit 52fcf9c

Browse files
committed
fixup driver.execute_script
1 parent aa160f3 commit 52fcf9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dash-core-components/tests/integration/markdown/test_markdown.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def test_mkdw003_without_mathjax(dash_dcc):
106106

107107
dash_dcc.start_server(app)
108108
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")
109+
assert not dash_dcc.driver.execute_script("return !!window.MathJax")
110110
assert dash_dcc.get_logs() == []
111111

112112

0 commit comments

Comments
 (0)