Vastly improved layout #20
Annotations
2 errors and 1 notice
[Tablet] › test.ts:3:1 › calculator layout:
tests/test.ts#L8
1) [Tablet] › test.ts:3:1 › calculator layout ────────────────────────────────────────────────────
Error: Screenshot comparison failed:
156 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/halo/halo/tests/test.ts-snapshots/calculator-layout-1-Tablet-linux.png
Received: /home/runner/work/halo/halo/test-results/test.ts-calculator-layout-Tablet/calculator-layout-1-actual.png
Diff: /home/runner/work/halo/halo/test-results/test.ts-calculator-layout-Tablet/calculator-layout-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 156 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 156 pixels (ratio 0.01 of all image pixels) are different.
6 | await expect(page.locator("h1")).toHaveText(title)
7 | await expect(page).toHaveTitle(title)
> 8 | await expect(page).toHaveScreenshot()
| ^
9 | })
10 |
at /home/runner/work/halo/halo/tests/test.ts:8:24
|
Slow
Process completed with exit code 1.
|
🎭 Playwright Run Summary
1 failed
[Tablet] › test.ts:3:1 › calculator layout ─────────────────────────────────────────────────────
2 passed (8.6s)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
build
Expired
|
327 KB |
|
playwright-report
Expired
|
595 KB |
|