Merge branch 'develop' into convert-cypress-util-to-ts

This commit is contained in:
Yokozuna59
2023-07-19 19:09:58 +03:00
committed by GitHub
11 changed files with 170 additions and 25 deletions

View File

@@ -695,6 +695,15 @@ A ~~~ B
{}
);
});
it('4439: Should render the graph even 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', () => {