fix: Update download image size to match CI

This commit is contained in:
Sidharth Vinod
2025-04-02 14:24:58 +05:30
parent 37716245f7
commit 1f702e4960
+1 -1
View File
@@ -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