From dc3ed65c18df02b700f4572b50f18a8866fdc8fe Mon Sep 17 00:00:00 2001 From: Knut Sveidqvist Date: Tue, 20 May 2025 15:26:27 +0200 Subject: [PATCH] Commented out skipped tests --- cypress/integration/rendering/treemap.spec.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cypress/integration/rendering/treemap.spec.ts b/cypress/integration/rendering/treemap.spec.ts index 8b8203c24..6dbe84bd5 100644 --- a/cypress/integration/rendering/treemap.spec.ts +++ b/cypress/integration/rendering/treemap.spec.ts @@ -287,7 +287,7 @@ classDef sales fill:#c3a66b,stroke:#333; {} ); }); - + /* it.skip('12: should render a treemap with title', () => { imgSnapshotTest( ` @@ -338,4 +338,5 @@ classDef sales fill:#c3a66b,stroke:#333; {} ); }); + */ });