feat: update packages, add favicons #127
Annotations
10 errors, 3 warnings, and 1 notice
|
e2e/navigation-tests.spec.ts#L1
1) [chromium] › navigation-tests.spec.ts:3:1 › Switch locale ─────────────────────────────────────
Test timeout of 30000ms exceeded.
|
e2e/navigation-tests.spec.ts#L6
1) [chromium] › navigation-tests.spec.ts:3:1 › Switch locale ─────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByTestId('en')
4 | await page.goto("/de");
5 | await page.getByTestId("localeButton").click();
> 6 | await page.getByTestId("en").click();
| ^
7 | await expect(page).toHaveTitle("Home - VieCPro");
8 | await expect(page).toHaveURL("/en");
9 |
at /home/runner/work/viecpro-nuxt/viecpro-nuxt/e2e/navigation-tests.spec.ts:6:31
|
e2e/navigation-tests.spec.ts#L1
1) [chromium] › navigation-tests.spec.ts:3:1 › Switch locale ─────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
e2e/navigation-tests.spec.ts#L6
1) [chromium] › navigation-tests.spec.ts:3:1 › Switch locale ─────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByTestId('en')
4 | await page.goto("/de");
5 | await page.getByTestId("localeButton").click();
> 6 | await page.getByTestId("en").click();
| ^
7 | await expect(page).toHaveTitle("Home - VieCPro");
8 | await expect(page).toHaveURL("/en");
9 |
at /home/runner/work/viecpro-nuxt/viecpro-nuxt/e2e/navigation-tests.spec.ts:6:31
|
e2e/navigation-tests.spec.ts#L1
1) [chromium] › navigation-tests.spec.ts:3:1 › Switch locale ─────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
e2e/navigation-tests.spec.ts#L6
1) [chromium] › navigation-tests.spec.ts:3:1 › Switch locale ─────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByTestId('en')
4 | await page.goto("/de");
5 | await page.getByTestId("localeButton").click();
> 6 | await page.getByTestId("en").click();
| ^
7 | await expect(page).toHaveTitle("Home - VieCPro");
8 | await expect(page).toHaveURL("/en");
9 |
at /home/runner/work/viecpro-nuxt/viecpro-nuxt/e2e/navigation-tests.spec.ts:6:31
|
e2e/navigation-tests.spec.ts#L48
2) [chromium] › navigation-tests.spec.ts:42:1 › Documentation ────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('heading', { name: 'Über das Projekt' }).first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('heading', { name: 'Über das Projekt' }).first()
46 | await expect(page).toHaveURL(/.*documentation\/project/);
47 | await expect(page.getByTestId("docNav").first()).toBeVisible();
> 48 | await expect(page.getByRole("heading", { name: "Über das Projekt" }).first()).toBeVisible();
| ^
49 |
50 | await page.getByRole("link", { name: "Daten", exact: true }).click();
51 | await expect(page.getByRole("heading", { name: "Daten" }).first()).toBeVisible();
at /home/runner/work/viecpro-nuxt/viecpro-nuxt/e2e/navigation-tests.spec.ts:48:80
|
e2e/navigation-tests.spec.ts#L48
2) [chromium] › navigation-tests.spec.ts:42:1 › Documentation ────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('heading', { name: 'Über das Projekt' }).first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('heading', { name: 'Über das Projekt' }).first()
46 | await expect(page).toHaveURL(/.*documentation\/project/);
47 | await expect(page.getByTestId("docNav").first()).toBeVisible();
> 48 | await expect(page.getByRole("heading", { name: "Über das Projekt" }).first()).toBeVisible();
| ^
49 |
50 | await page.getByRole("link", { name: "Daten", exact: true }).click();
51 | await expect(page.getByRole("heading", { name: "Daten" }).first()).toBeVisible();
at /home/runner/work/viecpro-nuxt/viecpro-nuxt/e2e/navigation-tests.spec.ts:48:80
|
e2e/navigation-tests.spec.ts#L48
2) [chromium] › navigation-tests.spec.ts:42:1 › Documentation ────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('heading', { name: 'Über das Projekt' }).first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('heading', { name: 'Über das Projekt' }).first()
46 | await expect(page).toHaveURL(/.*documentation\/project/);
47 | await expect(page.getByTestId("docNav").first()).toBeVisible();
> 48 | await expect(page.getByRole("heading", { name: "Über das Projekt" }).first()).toBeVisible();
| ^
49 |
50 | await page.getByRole("link", { name: "Daten", exact: true }).click();
51 | await expect(page.getByRole("heading", { name: "Daten" }).first()).toBeVisible();
at /home/runner/work/viecpro-nuxt/viecpro-nuxt/e2e/navigation-tests.spec.ts:48:80
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
|
[firefox] › navigation-tests.spec.ts#L1
[firefox] › navigation-tests.spec.ts took 30.0s
|
4 failed
[chromium] › navigation-tests.spec.ts:3:1 › Switch locale ──────────────────────────────────────
[chromium] › navigation-tests.spec.ts:42:1 › Documentation ─────────────────────────────────────
[chromium] › navigation-tests.spec.ts:60:1 › Imprint ───────────────────────────────────────────
[firefox] › navigation-tests.spec.ts:3:1 › Switch locale ───────────────────────────────────────
7 did not run
1 passed (4.0m)
|
This job failed
Loading