ci #19260
Annotations
3 errors and 1 notice
|
Fail when strict visual tests fail
Process completed with exit code 1.
|
|
Run strict visual Playwright suite
Process completed with exit code 1.
|
|
Run strict visual Playwright suite:
e2e/ui/visual-entry.test.ts#L276
1) ui/visual-entry.test.ts:61:1 › [P2] captures the Go campaign at narrow and short viewport boundaries
Error: expect(received).toBeGreaterThanOrEqual(expected)
Expected: >= 0
Received: -16.84375
274 | expect(box).not.toBeNull();
275 | expect(box?.x ?? -1).toBeGreaterThanOrEqual(0);
> 276 | expect(box?.y ?? -1).toBeGreaterThanOrEqual(0);
| ^
277 | expect((box?.x ?? 0) + (box?.width ?? 0)).toBeLessThanOrEqual((viewport?.width ?? 0) + 1);
278 | expect((box?.y ?? 0) + (box?.height ?? 0)).toBeLessThanOrEqual((viewport?.height ?? 0) + 1);
279 | }
at expectInsideViewport (/home/runner/_work/open-design/open-design/e2e/ui/visual-entry.test.ts:276:24)
at /home/runner/_work/open-design/open-design/e2e/ui/visual-entry.test.ts:83:3
|
|
Run strict visual Playwright suite
1 failed
ui/visual-entry.test.ts:61:1 › [P2] captures the Go campaign at narrow and short viewport boundaries
19 passed (1.8m)
|
background
wait
wait-all
cancel
parallel
Loading