From 165ffefad59b6a80e95af0a6e6a9f42024a7aa89 Mon Sep 17 00:00:00 2001 From: darshanr0107 Date: Thu, 7 Aug 2025 12:09:49 +0530 Subject: [PATCH] chore: remove unnecessary test case on-behalf-of: @Mermaid-Chart --- cypress/integration/rendering/block.spec.js | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/cypress/integration/rendering/block.spec.js b/cypress/integration/rendering/block.spec.js index cdaad90d4..180c0093d 100644 --- a/cypress/integration/rendering/block.spec.js +++ b/cypress/integration/rendering/block.spec.js @@ -404,16 +404,6 @@ describe('Block diagram', () => { a b a --- b -`, - {} - ); - }); - it('BL32: edge with arrow syntax should render with arrowheads', () => { - imgSnapshotTest( - `block-beta - a - b - a --> b `, {} );