test: Update size to match new diagram
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user