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 84b40a0 commit a2da31dCopy full SHA for a2da31d
components/dash-core-components/tests/integration/markdown/test_markdown.py
@@ -105,7 +105,8 @@ def test_mkdw003_without_mathjax(dash_dcc):
105
)
106
107
dash_dcc.start_server(app)
108
- dash_dcc.percy_snapshot("mkdw003 - markdown without mathjax")
+ 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")
110
assert dash_dcc.get_logs() == []
111
112
0 commit comments