fix: remove service-outage banner #95
validate.yml
on: push
Annotations
4 errors, 1 warning, and 1 notice
[chromium] › tests/pages/imprint.test.ts:31:2 › imprint page › should not have visible changes:
e2e/tests/pages/imprint.test.ts#L35
1) [chromium] › tests/pages/imprint.test.ts:31:2 › imprint page › should not have visible changes
Error: Screenshot comparison failed:
97983 pixels (ratio 0.11 of all image pixels) are different.
Expected: /home/runner/work/amc-website/amc-website/e2e/snapshots/tests/pages/imprint.test.ts-snapshots/imprint-page-should-not-have-visible-changes-1-chromium-linux.png
Received: /home/runner/work/amc-website/amc-website/test-results/tests-pages-imprint-imprin-617b3-ld-not-have-visible-changes-chromium/imprint-page-should-not-have-visible-changes-1-actual.png
Diff: /home/runner/work/amc-website/amc-website/test-results/tests-pages-imprint-imprin-617b3-ld-not-have-visible-changes-chromium/imprint-page-should-not-have-visible-changes-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
- 97983 pixels (ratio 0.11 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
- 97983 pixels (ratio 0.11 of all image pixels) are different.
33 | await imprintPage.goto();
34 |
> 35 | await expect(imprintPage.page).toHaveScreenshot();
| ^
36 | });
37 | });
38 |
at /home/runner/work/amc-website/amc-website/e2e/tests/pages/imprint.test.ts:35:34
|
[chromium] › tests/pages/imprint.test.ts:31:2 › imprint page › should not have visible changes:
e2e/tests/pages/imprint.test.ts#L35
1) [chromium] › tests/pages/imprint.test.ts:31:2 › imprint page › should not have visible changes
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
97983 pixels (ratio 0.11 of all image pixels) are different.
Expected: /home/runner/work/amc-website/amc-website/e2e/snapshots/tests/pages/imprint.test.ts-snapshots/imprint-page-should-not-have-visible-changes-1-chromium-linux.png
Received: /home/runner/work/amc-website/amc-website/test-results/tests-pages-imprint-imprin-617b3-ld-not-have-visible-changes-chromium-retry1/imprint-page-should-not-have-visible-changes-1-actual.png
Diff: /home/runner/work/amc-website/amc-website/test-results/tests-pages-imprint-imprin-617b3-ld-not-have-visible-changes-chromium-retry1/imprint-page-should-not-have-visible-changes-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
- 97983 pixels (ratio 0.11 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
- 97983 pixels (ratio 0.11 of all image pixels) are different.
33 | await imprintPage.goto();
34 |
> 35 | await expect(imprintPage.page).toHaveScreenshot();
| ^
36 | });
37 | });
38 |
at /home/runner/work/amc-website/amc-website/e2e/tests/pages/imprint.test.ts:35:34
|
[chromium] › tests/pages/imprint.test.ts:31:2 › imprint page › should not have visible changes:
e2e/tests/pages/imprint.test.ts#L35
1) [chromium] › tests/pages/imprint.test.ts:31:2 › imprint page › should not have visible changes
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
97983 pixels (ratio 0.11 of all image pixels) are different.
Expected: /home/runner/work/amc-website/amc-website/e2e/snapshots/tests/pages/imprint.test.ts-snapshots/imprint-page-should-not-have-visible-changes-1-chromium-linux.png
Received: /home/runner/work/amc-website/amc-website/test-results/tests-pages-imprint-imprin-617b3-ld-not-have-visible-changes-chromium-retry2/imprint-page-should-not-have-visible-changes-1-actual.png
Diff: /home/runner/work/amc-website/amc-website/test-results/tests-pages-imprint-imprin-617b3-ld-not-have-visible-changes-chromium-retry2/imprint-page-should-not-have-visible-changes-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
- 97983 pixels (ratio 0.11 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
- 97983 pixels (ratio 0.11 of all image pixels) are different.
33 | await imprintPage.goto();
34 |
> 35 | await expect(imprintPage.page).toHaveScreenshot();
| ^
36 | });
37 | });
38 |
at /home/runner/work/amc-website/amc-website/e2e/tests/pages/imprint.test.ts:35:34
|
Validate (22.x, ubuntu-latest)
Process completed with exit code 1.
|
Validate (22.x, ubuntu-latest)
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
🎭 Playwright Run Summary
1 failed
[chromium] › tests/pages/imprint.test.ts:31:2 › imprint page › should not have visible changes ─
18 passed (14.4s)
|