add failing test

This commit is contained in:
Pierrick Wauquier
2023-06-16 16:32:11 +02:00
parent 15dbf22a40
commit 8b6485035e

View File

@@ -695,6 +695,15 @@ A ~~~ B
{}
);
});
it('4439: Should the graph event if some images are missing', () => {
imgSnapshotTest(
`flowchart TD
B[<img>]
B-->C[<img>]`,
{}
);
});
describe('Markdown strings flowchart (#4220)', () => {
describe('html labels', () => {
it('With styling and classes', () => {