fix: PNG export icons #1963
Annotations
4 errors, 1 warning, and 1 notice
|
tests/utils.ts#L46
1) [chromium] › tests/actions.spec.ts:23:3 › Check actions › should download png and svg ─────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeGreaterThan(expected)
Expected: > 80000
Received: 74653
at utils.ts:46
44 | if (!path) throw new Error('Download path not available');
45 | const fileSize = statSync(path).size;
> 46 | expect(fileSize).toBeGreaterThan(size);
| ^
47 | expect(fileSize).toBeLessThan(size * 2);
48 | return fileSize;
49 | }
at verifyFileSizeGreaterThan (/__w/mermaid-live-editor/mermaid-live-editor/tests/utils.ts:46:20)
at EditorPage.checkAndDownloadPNG (/__w/mermaid-live-editor/mermaid-live-editor/tests/test.ts:51:12)
at /__w/mermaid-live-editor/mermaid-live-editor/tests/actions.spec.ts:24:26
|
tests/utils.ts#L46
1) [chromium] › tests/actions.spec.ts:23:3 › Check actions › should download png and svg ─────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeGreaterThan(expected)
Expected: > 80000
Received: 74653
at utils.ts:46
44 | if (!path) throw new Error('Download path not available');
45 | const fileSize = statSync(path).size;
> 46 | expect(fileSize).toBeGreaterThan(size);
| ^
47 | expect(fileSize).toBeLessThan(size * 2);
48 | return fileSize;
49 | }
at verifyFileSizeGreaterThan (/__w/mermaid-live-editor/mermaid-live-editor/tests/utils.ts:46:20)
at EditorPage.checkAndDownloadPNG (/__w/mermaid-live-editor/mermaid-live-editor/tests/test.ts:51:12)
at /__w/mermaid-live-editor/mermaid-live-editor/tests/actions.spec.ts:24:26
|
tests/utils.ts#L46
1) [chromium] › tests/actions.spec.ts:23:3 › Check actions › should download png and svg ─────────
Error: expect(received).toBeGreaterThan(expected)
Expected: > 80000
Received: 74653
at utils.ts:46
44 | if (!path) throw new Error('Download path not available');
45 | const fileSize = statSync(path).size;
> 46 | expect(fileSize).toBeGreaterThan(size);
| ^
47 | expect(fileSize).toBeLessThan(size * 2);
48 | return fileSize;
49 | }
at verifyFileSizeGreaterThan (/__w/mermaid-live-editor/mermaid-live-editor/tests/utils.ts:46:20)
at EditorPage.checkAndDownloadPNG (/__w/mermaid-live-editor/mermaid-live-editor/tests/test.ts:51:12)
at /__w/mermaid-live-editor/mermaid-live-editor/tests/actions.spec.ts:24:26
|
|
|
The logs for this run have expired and are no longer available.
Loading