Skip to content

Commit a2da31d

Browse files
Update components/dash-core-components/tests/integration/markdown/test_markdown.py
Co-authored-by: Alex Johnson <[email protected]>
1 parent 84b40a0 commit a2da31d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@ def test_mkdw003_without_mathjax(dash_dcc):
105105
)
106106

107107
dash_dcc.start_server(app)
108-
dash_dcc.percy_snapshot("mkdw003 - markdown without mathjax")
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")
109110
assert dash_dcc.get_logs() == []
110111

111112

0 commit comments

Comments
 (0)