chore(deps): update playwright monorepo to v1.50.1 #687
Annotations
2 errors and 1 notice
[firefox] › tests/e2e.test.ts:3:1 › main page:
tests/e2e.test.ts#L5
1) [firefox] › tests/e2e.test.ts:3:1 › main page ─────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
1 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/shishkin-org/shishkin-org/tests/e2e.test.ts-snapshots/main-page-1.png
Received: /home/runner/work/shishkin-org/shishkin-org/test-results/tests-e2e-main-page-firefox/main-page-1-actual.png
Diff: /home/runner/work/shishkin-org/shishkin-org/test-results/tests-e2e-main-page-firefox/main-page-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
- 1 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
- 1 pixels (ratio 0.01 of all image pixels) are different.
3 | test("main page", async ({ page }) => {
4 | await page.goto("/");
> 5 | await expect(page).toHaveScreenshot({ fullPage: true });
| ^
6 | });
7 |
8 | test("CV", async ({ page }) => {
at /home/runner/work/shishkin-org/shishkin-org/tests/e2e.test.ts:5:22
|
build
Process completed with exit code 1.
|
🎭 Playwright Run Summary
1 failed
[firefox] › tests/e2e.test.ts:3:1 › main page ──────────────────────────────────────────────────
1 passed (11.2s)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-report
|
1.29 MB |
|