Initial commit #1
validate.yml
on: push
Annotations
10 errors, 1 warning, and 1 notice
[chromium] › tests/pages/imprint.test.ts:16:2 › imprint page › should have imprint text:
e2e/tests/pages/imprint.test.ts#L26
1) [chromium] › tests/pages/imprint.test.ts:16:2 › imprint page › should have imprint text ───────
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: getByRole('main')
Expected string: "Offenlegung"
Received string: "ImpressumOK"
Call log:
- expect.toContainText with timeout 5000ms
- waiting for getByRole('main')
- locator resolved to <main tabindex="-1" id="main-content" class="container…>…</main>
- unexpected value "ImpressumOK"
- locator resolved to <main tabindex="-1" id="main-content" class="container…>…</main>
- unexpected value "ImpressumOK"
- locator resolved to <main tabindex="-1" id="main-content" class="container…>…</main>
- unexpected value "ImpressumOK"
- locator resolved to <main tabindex="-1" id="main-content" class="container…>…</main>
- unexpected value "ImpressumOK"
- locator resolved to <main tabindex="-1" id="main-content" class="container…>…</main>
- unexpected value "ImpressumOK"
- locator resolved to <main tabindex="-1" id="main-content" class="container…>…</main>
- unexpected value "ImpressumOK"
- locator resolved to <main tabindex="-1" id="main-content" class="container…>…</main>
- unexpected value "ImpressumOK"
- locator resolved to <main tabindex="-1" id="main-content" class="container…>…</main>
- unexpected value "ImpressumOK"
- locator resolved to <main tabindex="-1" id="main-content" class="container…>…</main>
- unexpected value "ImpressumOK"
24 | await imprintPage.goto();
25 |
> 26 | await expect(imprintPage.page.getByRole("main")).toContainText(imprints[locale]);
| ^
27 | }
28 | });
29 |
at /home/runner/work/sicprod-nuxt/sicprod-nuxt/e2e/tests/pages/imprint.test.ts:26:53
|
[chromium] › tests/pages/imprint.test.ts:16:2 › imprint page › should have imprint text:
e2e/tests/pages/imprint.test.ts#L26
1) [chromium] › tests/pages/imprint.test.ts:16:2 › imprint page › should have imprint text ───────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: getByRole('main')
Expected string: "Offenlegung"
Received string: "ImpressumOK"
Call log:
- expect.toContainText with timeout 5000ms
- waiting for getByRole('main')
- locator resolved to <main tabindex="-1" id="main-content" class="container…>…</main>
- unexpected value "ImpressumOK"
- locator resolved to <main tabindex="-1" id="main-content" class="container…>…</main>
- unexpected value "ImpressumOK"
- locator resolved to <main tabindex="-1" id="main-content" class="container…>…</main>
- unexpected value "ImpressumOK"
- locator resolved to <main tabindex="-1" id="main-content" class="container…>…</main>
- unexpected value "ImpressumOK"
- locator resolved to <main tabindex="-1" id="main-content" class="container…>…</main>
- unexpected value "ImpressumOK"
- locator resolved to <main tabindex="-1" id="main-content" class="container…>…</main>
- unexpected value "ImpressumOK"
- locator resolved to <main tabindex="-1" id="main-content" class="container…>…</main>
- unexpected value "ImpressumOK"
- locator resolved to <main tabindex="-1" id="main-content" class="container…>…</main>
- unexpected value "ImpressumOK"
- locator resolved to <main tabindex="-1" id="main-content" class="container…>…</main>
- unexpected value "ImpressumOK"
24 | await imprintPage.goto();
25 |
> 26 | await expect(imprintPage.page.getByRole("main")).toContainText(imprints[locale]);
| ^
27 | }
28 | });
29 |
at /home/runner/work/sicprod-nuxt/sicprod-nuxt/e2e/tests/pages/imprint.test.ts:26:53
|
[chromium] › tests/pages/imprint.test.ts:16:2 › imprint page › should have imprint text:
e2e/tests/pages/imprint.test.ts#L26
1) [chromium] › tests/pages/imprint.test.ts:16:2 › imprint page › should have imprint text ───────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: getByRole('main')
Expected string: "Offenlegung"
Received string: "ImpressumOK"
Call log:
- expect.toContainText with timeout 5000ms
- waiting for getByRole('main')
- locator resolved to <main tabindex="-1" id="main-content" class="container…>…</main>
- unexpected value "ImpressumOK"
- locator resolved to <main tabindex="-1" id="main-content" class="container…>…</main>
- unexpected value "ImpressumOK"
- locator resolved to <main tabindex="-1" id="main-content" class="container…>…</main>
- unexpected value "ImpressumOK"
- locator resolved to <main tabindex="-1" id="main-content" class="container…>…</main>
- unexpected value "ImpressumOK"
- locator resolved to <main tabindex="-1" id="main-content" class="container…>…</main>
- unexpected value "ImpressumOK"
- locator resolved to <main tabindex="-1" id="main-content" class="container…>…</main>
- unexpected value "ImpressumOK"
- locator resolved to <main tabindex="-1" id="main-content" class="container…>…</main>
- unexpected value "ImpressumOK"
- locator resolved to <main tabindex="-1" id="main-content" class="container…>…</main>
- unexpected value "ImpressumOK"
- locator resolved to <main tabindex="-1" id="main-content" class="container…>…</main>
- unexpected value "ImpressumOK"
24 | await imprintPage.goto();
25 |
> 26 | await expect(imprintPage.page.getByRole("main")).toContainText(imprints[locale]);
| ^
27 | }
28 | });
29 |
at /home/runner/work/sicprod-nuxt/sicprod-nuxt/e2e/tests/pages/imprint.test.ts:26:53
|
[chromium] › tests/pages/imprint.test.ts:43:2 › imprint page › should not have visible changes:
e2e/tests/pages/imprint.test.ts#L48
2) [chromium] › tests/pages/imprint.test.ts:43:2 › imprint page › should not have visible changes
Error: Screenshot comparison failed:
18986 pixels (ratio 0.03 of all image pixels) are different.
Expected: /home/runner/work/sicprod-nuxt/sicprod-nuxt/e2e/snapshots/tests/pages/imprint.test.ts-snapshots/imprint-page-should-not-have-visible-changes-1-chromium-linux.png
Received: /home/runner/work/sicprod-nuxt/sicprod-nuxt/test-results/tests-pages-imprint-imprint-page-should-not-have-visible-changes-chromium/imprint-page-should-not-have-visible-changes-1-actual.png
Diff: /home/runner/work/sicprod-nuxt/sicprod-nuxt/test-results/tests-pages-imprint-imprint-page-should-not-have-visible-changes-chromium/imprint-page-should-not-have-visible-changes-1-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 18986 pixels (ratio 0.03 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
- 18986 pixels (ratio 0.03 of all image pixels) are different.
46 | await imprintPage.goto();
47 |
> 48 | await expect(imprintPage.page).toHaveScreenshot();
| ^
49 | }
50 | });
51 | });
at /home/runner/work/sicprod-nuxt/sicprod-nuxt/e2e/tests/pages/imprint.test.ts:48:35
|
[chromium] › tests/pages/imprint.test.ts:43:2 › imprint page › should not have visible changes:
e2e/tests/pages/imprint.test.ts#L48
2) [chromium] › tests/pages/imprint.test.ts:43:2 › imprint page › should not have visible changes
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
18986 pixels (ratio 0.03 of all image pixels) are different.
Expected: /home/runner/work/sicprod-nuxt/sicprod-nuxt/e2e/snapshots/tests/pages/imprint.test.ts-snapshots/imprint-page-should-not-have-visible-changes-1-chromium-linux.png
Received: /home/runner/work/sicprod-nuxt/sicprod-nuxt/test-results/tests-pages-imprint-imprint-page-should-not-have-visible-changes-chromium-retry1/imprint-page-should-not-have-visible-changes-1-actual.png
Diff: /home/runner/work/sicprod-nuxt/sicprod-nuxt/test-results/tests-pages-imprint-imprint-page-should-not-have-visible-changes-chromium-retry1/imprint-page-should-not-have-visible-changes-1-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 18986 pixels (ratio 0.03 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
- 18986 pixels (ratio 0.03 of all image pixels) are different.
46 | await imprintPage.goto();
47 |
> 48 | await expect(imprintPage.page).toHaveScreenshot();
| ^
49 | }
50 | });
51 | });
at /home/runner/work/sicprod-nuxt/sicprod-nuxt/e2e/tests/pages/imprint.test.ts:48:35
|
[chromium] › tests/pages/imprint.test.ts:43:2 › imprint page › should not have visible changes:
e2e/tests/pages/imprint.test.ts#L48
2) [chromium] › tests/pages/imprint.test.ts:43:2 › imprint page › should not have visible changes
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
18986 pixels (ratio 0.03 of all image pixels) are different.
Expected: /home/runner/work/sicprod-nuxt/sicprod-nuxt/e2e/snapshots/tests/pages/imprint.test.ts-snapshots/imprint-page-should-not-have-visible-changes-1-chromium-linux.png
Received: /home/runner/work/sicprod-nuxt/sicprod-nuxt/test-results/tests-pages-imprint-imprint-page-should-not-have-visible-changes-chromium-retry2/imprint-page-should-not-have-visible-changes-1-actual.png
Diff: /home/runner/work/sicprod-nuxt/sicprod-nuxt/test-results/tests-pages-imprint-imprint-page-should-not-have-visible-changes-chromium-retry2/imprint-page-should-not-have-visible-changes-1-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 19106 pixels (ratio 0.03 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
- 120 pixels (ratio 0.01 of all image pixels) are different.
- waiting 250ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 18986 pixels (ratio 0.03 of all image pixels) are different.
46 | await imprintPage.goto();
47 |
> 48 | await expect(imprintPage.page).toHaveScreenshot();
| ^
49 | }
50 | });
51 | });
at /home/runner/work/sicprod-nuxt/sicprod-nuxt/e2e/tests/pages/imprint.test.ts:48:35
|
[firefox] › tests/pages/imprint.test.ts:16:2 › imprint page › should have imprint text:
e2e/tests/pages/imprint.test.ts#L26
3) [firefox] › tests/pages/imprint.test.ts:16:2 › imprint page › should have imprint text ────────
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: getByRole('main')
Expected string: "Offenlegung"
Received string: "ImpressumOK"
Call log:
- expect.toContainText with timeout 5000ms
- waiting for getByRole('main')
- locator resolved to <main tabindex="-1" id="main-content" class="container…>…</main>
- unexpected value "ImpressumOK"
- locator resolved to <main tabindex="-1" id="main-content" class="container…>…</main>
- unexpected value "ImpressumOK"
- locator resolved to <main tabindex="-1" id="main-content" class="container…>…</main>
- unexpected value "ImpressumOK"
- locator resolved to <main tabindex="-1" id="main-content" class="container…>…</main>
- unexpected value "ImpressumOK"
- locator resolved to <main tabindex="-1" id="main-content" class="container…>…</main>
- unexpected value "ImpressumOK"
- locator resolved to <main tabindex="-1" id="main-content" class="container…>…</main>
- unexpected value "ImpressumOK"
- locator resolved to <main tabindex="-1" id="main-content" class="container…>…</main>
- unexpected value "ImpressumOK"
- locator resolved to <main tabindex="-1" id="main-content" class="container…>…</main>
- unexpected value "ImpressumOK"
- locator resolved to <main tabindex="-1" id="main-content" class="container…>…</main>
- unexpected value "ImpressumOK"
24 | await imprintPage.goto();
25 |
> 26 | await expect(imprintPage.page.getByRole("main")).toContainText(imprints[locale]);
| ^
27 | }
28 | });
29 |
at /home/runner/work/sicprod-nuxt/sicprod-nuxt/e2e/tests/pages/imprint.test.ts:26:53
|
[firefox] › tests/pages/imprint.test.ts:16:2 › imprint page › should have imprint text:
e2e/tests/pages/imprint.test.ts#L26
3) [firefox] › tests/pages/imprint.test.ts:16:2 › imprint page › should have imprint text ────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: getByRole('main')
Expected string: "Offenlegung"
Received string: "ImpressumOK"
Call log:
- expect.toContainText with timeout 5000ms
- waiting for getByRole('main')
- locator resolved to <main tabindex="-1" id="main-content" class="container…>…</main>
- unexpected value "ImpressumOK"
- locator resolved to <main tabindex="-1" id="main-content" class="container…>…</main>
- unexpected value "ImpressumOK"
- locator resolved to <main tabindex="-1" id="main-content" class="container…>…</main>
- unexpected value "ImpressumOK"
- locator resolved to <main tabindex="-1" id="main-content" class="container…>…</main>
- unexpected value "ImpressumOK"
- locator resolved to <main tabindex="-1" id="main-content" class="container…>…</main>
- unexpected value "ImpressumOK"
- locator resolved to <main tabindex="-1" id="main-content" class="container…>…</main>
- unexpected value "ImpressumOK"
- locator resolved to <main tabindex="-1" id="main-content" class="container…>…</main>
- unexpected value "ImpressumOK"
- locator resolved to <main tabindex="-1" id="main-content" class="container…>…</main>
- unexpected value "ImpressumOK"
- locator resolved to <main tabindex="-1" id="main-content" class="container…>…</main>
- unexpected value "ImpressumOK"
24 | await imprintPage.goto();
25 |
> 26 | await expect(imprintPage.page.getByRole("main")).toContainText(imprints[locale]);
| ^
27 | }
28 | });
29 |
at /home/runner/work/sicprod-nuxt/sicprod-nuxt/e2e/tests/pages/imprint.test.ts:26:53
|
[firefox] › tests/pages/imprint.test.ts:16:2 › imprint page › should have imprint text:
e2e/tests/pages/imprint.test.ts#L26
3) [firefox] › tests/pages/imprint.test.ts:16:2 › imprint page › should have imprint text ────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: getByRole('main')
Expected string: "Offenlegung"
Received string: "ImpressumOK"
Call log:
- expect.toContainText with timeout 5000ms
- waiting for getByRole('main')
- locator resolved to <main tabindex="-1" id="main-content" class="container…>…</main>
- unexpected value "ImpressumOK"
- locator resolved to <main tabindex="-1" id="main-content" class="container…>…</main>
- unexpected value "ImpressumOK"
- locator resolved to <main tabindex="-1" id="main-content" class="container…>…</main>
- unexpected value "ImpressumOK"
- locator resolved to <main tabindex="-1" id="main-content" class="container…>…</main>
- unexpected value "ImpressumOK"
- locator resolved to <main tabindex="-1" id="main-content" class="container…>…</main>
- unexpected value "ImpressumOK"
- locator resolved to <main tabindex="-1" id="main-content" class="container…>…</main>
- unexpected value "ImpressumOK"
- locator resolved to <main tabindex="-1" id="main-content" class="container…>…</main>
- unexpected value "ImpressumOK"
- locator resolved to <main tabindex="-1" id="main-content" class="container…>…</main>
- unexpected value "ImpressumOK"
- locator resolved to <main tabindex="-1" id="main-content" class="container…>…</main>
- unexpected value "ImpressumOK"
24 | await imprintPage.goto();
25 |
> 26 | await expect(imprintPage.page.getByRole("main")).toContainText(imprints[locale]);
| ^
27 | }
28 | });
29 |
at /home/runner/work/sicprod-nuxt/sicprod-nuxt/e2e/tests/pages/imprint.test.ts:26:53
|
[firefox] › tests/pages/imprint.test.ts:43:2 › imprint page › should not have visible changes:
e2e/tests/pages/imprint.test.ts#L48
4) [firefox] › tests/pages/imprint.test.ts:43:2 › imprint page › should not have visible changes ─
Error: Screenshot comparison failed:
19529 pixels (ratio 0.03 of all image pixels) are different.
Expected: /home/runner/work/sicprod-nuxt/sicprod-nuxt/e2e/snapshots/tests/pages/imprint.test.ts-snapshots/imprint-page-should-not-have-visible-changes-1-firefox-linux.png
Received: /home/runner/work/sicprod-nuxt/sicprod-nuxt/test-results/tests-pages-imprint-imprint-page-should-not-have-visible-changes-firefox/imprint-page-should-not-have-visible-changes-1-actual.png
Diff: /home/runner/work/sicprod-nuxt/sicprod-nuxt/test-results/tests-pages-imprint-imprint-page-should-not-have-visible-changes-firefox/imprint-page-should-not-have-visible-changes-1-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 19529 pixels (ratio 0.03 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
- 19529 pixels (ratio 0.03 of all image pixels) are different.
46 | await imprintPage.goto();
47 |
> 48 | await expect(imprintPage.page).toHaveScreenshot();
| ^
49 | }
50 | });
51 | });
at /home/runner/work/sicprod-nuxt/sicprod-nuxt/e2e/tests/pages/imprint.test.ts:48:35
|
Validate (20.x, ubuntu-latest)
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
🎭 Playwright Run Summary
4 failed
[chromium] › tests/pages/imprint.test.ts:16:2 › imprint page › should have imprint text ────────
[chromium] › tests/pages/imprint.test.ts:43:2 › imprint page › should not have visible changes ─
[firefox] › tests/pages/imprint.test.ts:16:2 › imprint page › should have imprint text ─────────
[firefox] › tests/pages/imprint.test.ts:43:2 › imprint page › should not have visible changes ──
2 skipped
37 did not run
59 passed (1.5m)
|