From cc308b81c97adb8934a5e36d47f5ffc7c342c87c Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Mon, 4 Aug 2025 12:45:26 +0530 Subject: [PATCH] test: Update size to match new diagram --- tests/actions.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/actions.spec.ts b/tests/actions.spec.ts index bfa6adeb..2618be5b 100644 --- a/tests/actions.spec.ts +++ b/tests/actions.spec.ts @@ -29,7 +29,7 @@ test.describe('Check actions', () => { await editPage.loadSampleDiagram('Entity Relationship'); const secondPngSize = await editPage.checkAndDownloadPNG(81_000); - const secondSvgSize = await editPage.downloadSVG(11_000); + const secondSvgSize = await editPage.downloadSVG(40_000); // Verify files are actually different expect(firstPngSize).not.toBe(secondPngSize);