Skip to content

feat: update packages, add favicons #127

feat: update packages, add favicons

feat: update packages, add favicons #127

Triggered via pull request June 24, 2024 20:53
Status Failure
Total duration 7m 4s
Artifacts

playwright.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 3 warnings, and 1 notice
test
Testing stopped early after 10 maximum allowed failures.
[chromium] › navigation-tests.spec.ts:3:1 › Switch locale: e2e/navigation-tests.spec.ts#L1
1) [chromium] › navigation-tests.spec.ts:3:1 › Switch locale ───────────────────────────────────── Test timeout of 30000ms exceeded.
[chromium] › navigation-tests.spec.ts:3:1 › Switch locale: 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
[chromium] › navigation-tests.spec.ts:3:1 › Switch locale: e2e/navigation-tests.spec.ts#L1
1) [chromium] › navigation-tests.spec.ts:3:1 › Switch locale ───────────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[chromium] › navigation-tests.spec.ts:3:1 › Switch locale: 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
[chromium] › navigation-tests.spec.ts:3:1 › Switch locale: e2e/navigation-tests.spec.ts#L1
1) [chromium] › navigation-tests.spec.ts:3:1 › Switch locale ───────────────────────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[chromium] › navigation-tests.spec.ts:3:1 › Switch locale: 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
[chromium] › navigation-tests.spec.ts:42:1 › Documentation: 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
[chromium] › navigation-tests.spec.ts:42:1 › Documentation: 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
[chromium] › navigation-tests.spec.ts:42:1 › Documentation: 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
🎭 Playwright Run Summary
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)
test
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/.
test
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
Slow Test: [firefox] › navigation-tests.spec.ts#L1
[firefox] › navigation-tests.spec.ts took 30.0s