From 1f702e4960aa11ef2f2c424ac811447f4b03bbcd Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Wed, 2 Apr 2025 14:24:58 +0530 Subject: [PATCH] fix: Update download image size to match CI --- 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 4f9aae94..95335481 100644 --- a/tests/actions.spec.ts +++ b/tests/actions.spec.ts @@ -28,7 +28,7 @@ test.describe('Check actions', () => { await editPage.toggleSampleDiagrams(); await editPage.loadSampleDiagram('ER'); - const secondPngSize = await editPage.checkAndDownloadPNG(110_000); + const secondPngSize = await editPage.checkAndDownloadPNG(81_000); const secondSvgSize = await editPage.downloadSVG(11_000); // Verify files are actually different