From c88f74a6ee079b9a92f6e77f3e2c6bbc6da11cbe Mon Sep 17 00:00:00 2001 From: darshanr0107 Date: Wed, 20 Aug 2025 17:44:44 +0530 Subject: [PATCH] fix: update tidy tree test cases on-behalf-of: @Mermaid-Chart --- .../rendering/mindmap-tidy-tree.spec.js | 20 ++++--------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/cypress/integration/rendering/mindmap-tidy-tree.spec.js b/cypress/integration/rendering/mindmap-tidy-tree.spec.js index e111c281a..30e65b6aa 100644 --- a/cypress/integration/rendering/mindmap-tidy-tree.spec.js +++ b/cypress/integration/rendering/mindmap-tidy-tree.spec.js @@ -3,10 +3,7 @@ import { imgSnapshotTest } from '../../helpers/util.ts'; describe('Mindmap Tidy Tree', () => { it('1-tidy-tree: should render a simple mindmap without children', () => { imgSnapshotTest( - ` --- - config: - layout: tidy-tree - --- + ` mindmap root((mindmap)) A @@ -16,10 +13,7 @@ describe('Mindmap Tidy Tree', () => { }); it('2-tidy-tree: should render a simple mindmap', () => { imgSnapshotTest( - ` --- - config: - layout: tidy-tree - --- + ` mindmap root((mindmap is a long thing)) A @@ -31,10 +25,7 @@ describe('Mindmap Tidy Tree', () => { }); it('3-tidy-tree: should render a mindmap with different shapes', () => { imgSnapshotTest( - ` --- - config: - layout: tidy-tree - --- + ` mindmap root((mindmap)) Origins @@ -58,10 +49,7 @@ describe('Mindmap Tidy Tree', () => { }); it('4-tidy-tree: should render a mindmap with children', () => { imgSnapshotTest( - ` --- - config: - layout: tidy-tree - --- + ` mindmap ((This is a mindmap)) child1