Bump path-to-regexp from 6.2.2 to 6.3.0 #144
Triggered via pull request
September 12, 2024 19:20
Status
Success
Total duration
1m 57s
Artifacts
–
Annotations
2 errors and 2 notices
[chromium] › example.spec.ts:4:3 › basic tests › has title:
test/e2e/example.spec.ts#L6
1) [chromium] › example.spec.ts:4:3 › basic tests › has title ────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveTitle(expected)
Locator: locator(':root')
Expected string: "Wie viele Menschen?"
Received string: "Starting Nuxt... | Nuxt"
Call log:
- expect.toHaveTitle with timeout 5000ms
- waiting for locator(':root')
- locator resolved to <html lang="en">…</html>
- unexpected value "Starting Nuxt... | Nuxt"
- locator resolved to <html lang="en">…</html>
- unexpected value "Starting Nuxt... | Nuxt"
- locator resolved to <html lang="en">…</html>
- unexpected value "Starting Nuxt... | Nuxt"
- locator resolved to <html lang="en">…</html>
- unexpected value "Starting Nuxt... | Nuxt"
- locator resolved to <html lang="en">…</html>
- unexpected value "Starting Nuxt... | Nuxt"
- locator resolved to <html lang="en">…</html>
- unexpected value "Starting Nuxt... | Nuxt"
- locator resolved to <html lang="en">…</html>
- unexpected value "Starting Nuxt... | Nuxt"
- locator resolved to <html lang="en">…</html>
- unexpected value "Starting Nuxt... | Nuxt"
4 | test("has title", async ({ page }) => {
5 | await page.goto("/");
> 6 | await expect(page).toHaveTitle("Wie viele Menschen?");
| ^
7 | });
8 |
9 | test("shows heading", async ({ page }) => {
at /home/runner/work/wie-viele-menschen/wie-viele-menschen/test/e2e/example.spec.ts:6:24
|
[chromium] › example.spec.ts:5:3 › index › should not have any automatically detectable accessibility issues:
test/a11y/example.spec.ts#L11
1) [chromium] › example.spec.ts:5:3 › index › should not have any automatically detectable accessibility issues
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('h1:has-text(\'Wie viele Menschen?\')')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('h1:has-text(\'Wie viele Menschen?\')')
9 | await expect(
10 | page.locator("h1:has-text('Wie viele Menschen?')"),
> 11 | ).toBeVisible();
| ^
12 |
13 | const accessibilityScanResults = await new AxeBuilder({ page }).analyze();
14 |
at /home/runner/work/wie-viele-menschen/wie-viele-menschen/test/a11y/example.spec.ts:11:7
|
🎭 Playwright Run Summary
1 flaky
[chromium] › example.spec.ts:4:3 › basic tests › has title ─────────────────────────────────────
5 passed (13.0s)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › example.spec.ts:5:3 › index › should not have any automatically detectable accessibility issues
|