From bce40e180ad9c0e285601e5189c32623eb99e265 Mon Sep 17 00:00:00 2001 From: darshanr0107 Date: Thu, 4 Sep 2025 18:59:51 +0530 Subject: [PATCH] fix: resolve failing Cypress visual tests for mindmap diagrams on-behalf-of: @Mermaid-Chart --- cypress/integration/rendering/mindmap.spec.ts | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/cypress/integration/rendering/mindmap.spec.ts b/cypress/integration/rendering/mindmap.spec.ts index ff8e297b1..e0409ed46 100644 --- a/cypress/integration/rendering/mindmap.spec.ts +++ b/cypress/integration/rendering/mindmap.spec.ts @@ -228,25 +228,21 @@ root `mindmap id1[\`**Start** with a second line 😎\`] - id2[\`The dog in **the** hog... a *very long text* about it -Word!\`] -` + id2[\`The dog in **the** hog... a *very long text* about it Word!\`]` ); }); }); describe('Include char sequence "graph" in text (#6795)', () => { it('has a label with char sequence "graph"', () => { imgSnapshotTest( - ` - mindmap + ` mindmap root Photograph Waterfall Landscape Geography Mountains - Rocks - `, + Rocks`, { flowchart: { defaultRenderer: 'elk' } } ); });