content: provide sample content #13
Annotations
10 errors and 1 notice
Run e2e tests
Testing stopped early after 10 maximum allowed failures.
|
Run e2e tests:
e2e/tests/app/app.test.ts#L171
1) [chromium] › tests/app/app.test.ts:157:3 › app › should add aria-current attribute to nav links › on desktop
Error: Timed out 5000ms waiting for expect(locator).not.toHaveAttribute(expected)
Locator: getByRole('link', { name: 'About the project' })
Expected string: not "page"
Received: <element(s) not found>
Call log:
- expect.not.toHaveAttribute with timeout 5000ms
- waiting for getByRole('link', { name: 'About the project' })
169 |
170 | await expect(homeLink).toHaveAttribute("aria-current", "page");
> 171 | await expect(aboutLink).not.toHaveAttribute("aria-current", "page");
| ^
172 |
173 | await aboutLink.click();
174 | await page.waitForURL("**/about");
at /home/runner/work/clariah-at-platform/clariah-at-platform/e2e/tests/app/app.test.ts:171:32
|
Run e2e tests:
e2e/tests/app/app.test.ts#L171
1) [chromium] › tests/app/app.test.ts:157:3 › app › should add aria-current attribute to nav links › on desktop
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).not.toHaveAttribute(expected)
Locator: getByRole('link', { name: 'About the project' })
Expected string: not "page"
Received: <element(s) not found>
Call log:
- expect.not.toHaveAttribute with timeout 5000ms
- waiting for getByRole('link', { name: 'About the project' })
169 |
170 | await expect(homeLink).toHaveAttribute("aria-current", "page");
> 171 | await expect(aboutLink).not.toHaveAttribute("aria-current", "page");
| ^
172 |
173 | await aboutLink.click();
174 | await page.waitForURL("**/about");
at /home/runner/work/clariah-at-platform/clariah-at-platform/e2e/tests/app/app.test.ts:171:32
|
Run e2e tests:
e2e/tests/app/app.test.ts#L171
1) [chromium] › tests/app/app.test.ts:157:3 › app › should add aria-current attribute to nav links › on desktop
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).not.toHaveAttribute(expected)
Locator: getByRole('link', { name: 'About the project' })
Expected string: not "page"
Received: <element(s) not found>
Call log:
- expect.not.toHaveAttribute with timeout 5000ms
- waiting for getByRole('link', { name: 'About the project' })
169 |
170 | await expect(homeLink).toHaveAttribute("aria-current", "page");
> 171 | await expect(aboutLink).not.toHaveAttribute("aria-current", "page");
| ^
172 |
173 | await aboutLink.click();
174 | await page.waitForURL("**/about");
at /home/runner/work/clariah-at-platform/clariah-at-platform/e2e/tests/app/app.test.ts:171:32
|
Run e2e tests:
e2e/tests/app/app.test.ts#L199
2) [chromium] › tests/app/app.test.ts:184:3 › app › should add aria-current attribute to nav links › on mobile
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: getByRole('link', { name: 'Home' }).first()
Expected string: "page"
Received: <element(s) not found>
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for getByRole('link', { name: 'Home' }).first()
197 | });
198 |
> 199 | await expect(homeLink).toHaveAttribute("aria-current", "page");
| ^
200 | await expect(aboutLink).not.toHaveAttribute("aria-current", "page");
201 |
202 | await aboutLink.click();
at /home/runner/work/clariah-at-platform/clariah-at-platform/e2e/tests/app/app.test.ts:199:27
|
Run e2e tests:
e2e/tests/app/app.test.ts#L199
2) [chromium] › tests/app/app.test.ts:184:3 › app › should add aria-current attribute to nav links › on mobile
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: getByRole('link', { name: 'Home' }).first()
Expected string: "page"
Received: <element(s) not found>
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for getByRole('link', { name: 'Home' }).first()
197 | });
198 |
> 199 | await expect(homeLink).toHaveAttribute("aria-current", "page");
| ^
200 | await expect(aboutLink).not.toHaveAttribute("aria-current", "page");
201 |
202 | await aboutLink.click();
at /home/runner/work/clariah-at-platform/clariah-at-platform/e2e/tests/app/app.test.ts:199:27
|
Run e2e tests:
e2e/tests/app/app.test.ts#L199
2) [chromium] › tests/app/app.test.ts:184:3 › app › should add aria-current attribute to nav links › on mobile
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: getByRole('link', { name: 'Home' }).first()
Expected string: "page"
Received: <element(s) not found>
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for getByRole('link', { name: 'Home' }).first()
197 | });
198 |
> 199 | await expect(homeLink).toHaveAttribute("aria-current", "page");
| ^
200 | await expect(aboutLink).not.toHaveAttribute("aria-current", "page");
201 |
202 | await aboutLink.click();
at /home/runner/work/clariah-at-platform/clariah-at-platform/e2e/tests/app/app.test.ts:199:27
|
Run e2e tests:
e2e/tests/app/i18n.test.ts#L70
3) [chromium] › tests/app/i18n.test.ts:42:2 › i18n › should display localised not-found page for unknown pathname
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('heading', { name: 'Seite nicht gefunden' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('heading', { name: 'Seite nicht gefunden' })
68 | expect(response?.status()).toBe(200);
69 | // expect(response?.status()).toBe(404);
> 70 | await expect(page.getByRole("heading", { name: i18n.t("NotFoundPage.title") })).toBeVisible();
| ^
71 | });
72 |
73 | test("should support switching locale", async ({ createI18n, createImprintPage, page }) => {
at /home/runner/work/clariah-at-platform/clariah-at-platform/e2e/tests/app/i18n.test.ts:70:83
|
Run e2e tests:
e2e/tests/app/i18n.test.ts#L70
3) [chromium] › tests/app/i18n.test.ts:42:2 › i18n › should display localised not-found page for unknown pathname
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('heading', { name: 'Seite nicht gefunden' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('heading', { name: 'Seite nicht gefunden' })
68 | expect(response?.status()).toBe(200);
69 | // expect(response?.status()).toBe(404);
> 70 | await expect(page.getByRole("heading", { name: i18n.t("NotFoundPage.title") })).toBeVisible();
| ^
71 | });
72 |
73 | test("should support switching locale", async ({ createI18n, createImprintPage, page }) => {
at /home/runner/work/clariah-at-platform/clariah-at-platform/e2e/tests/app/i18n.test.ts:70:83
|
Run e2e tests:
e2e/tests/app/i18n.test.ts#L70
3) [chromium] › tests/app/i18n.test.ts:42:2 › i18n › should display localised not-found page for unknown pathname
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('heading', { name: 'Seite nicht gefunden' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('heading', { name: 'Seite nicht gefunden' })
68 | expect(response?.status()).toBe(200);
69 | // expect(response?.status()).toBe(404);
> 70 | await expect(page.getByRole("heading", { name: i18n.t("NotFoundPage.title") })).toBeVisible();
| ^
71 | });
72 |
73 | test("should support switching locale", async ({ createI18n, createImprintPage, page }) => {
at /home/runner/work/clariah-at-platform/clariah-at-platform/e2e/tests/app/i18n.test.ts:70:83
|
Run e2e tests
10 failed
[chromium] › tests/app/app.test.ts:157:3 › app › should add aria-current attribute to nav links › on desktop
[chromium] › tests/app/app.test.ts:184:3 › app › should add aria-current attribute to nav links › on mobile
[chromium] › tests/app/i18n.test.ts:42:2 › i18n › should display localised not-found page for unknown pathname
[chromium] › tests/pages/imprint.test.ts:46:3 › imprint page › should not have visible changes › in light mode
[chromium] › tests/pages/imprint.test.ts:59:3 › imprint page › should not have visible changes › in dark mode
[firefox] › tests/app/app.test.ts:157:3 › app › should add aria-current attribute to nav links › on desktop
[firefox] › tests/app/app.test.ts:184:3 › app › should add aria-current attribute to nav links › on mobile
[firefox] › tests/app/i18n.test.ts:42:2 › i18n › should display localised not-found page for unknown pathname
[firefox] › tests/pages/imprint.test.ts:46:3 › imprint page › should not have visible changes › in light mode
[firefox] › tests/pages/imprint.test.ts:59:3 › imprint page › should not have visible changes › in dark mode
10 skipped
40 did not run
48 passed (3.1m)
|
Loading