test: Update svg size

This commit is contained in:
Sidharth Vinod
2025-08-20 11:47:59 +05:30
parent 74777b3791
commit 75126f180d
+1 -1
View File
@@ -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();