From 75126f180d697ff4eb7be388568582a094a712c7 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Wed, 20 Aug 2025 11:47:59 +0530 Subject: [PATCH] test: Update svg size --- 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 2618be5b..baca1a78 100644 --- a/tests/actions.spec.ts +++ b/tests/actions.spec.ts @@ -22,7 +22,7 @@ test.describe('Check actions', () => { test('should download png and svg', async ({ editPage }) => { const firstPngSize = await editPage.checkAndDownloadPNG(80_000); - const firstSvgSize = await editPage.downloadSVG(10_000); + const firstSvgSize = await editPage.downloadSVG(30_000); // Verify downloaded file is different for different diagrams await editPage.toggleSampleDiagrams();