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);