Skip to content

Commit c61b771

Browse files
committed
improve mkdw005 test
1 parent a58ac54 commit c61b771

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -142,11 +142,13 @@ def test_mkdw005_block_mathjax(dash_dcc, is_eager):
142142
## Next line.
143143
""",
144144
mathjax=True,
145+
id="md",
145146
),
146147
]
147148
)
148149

149150
dash_dcc.start_server(app)
151+
dash_dcc.wait_for_element("#md svg")
150152
assert dash_dcc.get_logs() == []
151153

152154

0 commit comments

Comments
 (0)