test: Update size to match new diagram

This commit is contained in:
Sidharth Vinod
2025-08-04 12:45:26 +05:30
parent 1a2d752ca4
commit cc308b81c9
+1 -1
View File
@@ -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);