Skip to content

Remove data-api

Remove data-api #61

Triggered via push May 16, 2024 15:04
Status Success
Total duration 2m 4s
Artifacts

pipeline.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error 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 data-critters-container="">…</html> - unexpected value "Starting Nuxt... | Nuxt" - locator resolved to <html data-critters-container="">…</html> - unexpected value "Starting Nuxt... | Nuxt" - locator resolved to <html data-critters-container="">…</html> - unexpected value "Starting Nuxt... | Nuxt" - locator resolved to <html data-critters-container="">…</html> - unexpected value "Starting Nuxt... | Nuxt" - locator resolved to <html data-critters-container="">…</html> - unexpected value "Starting Nuxt... | Nuxt" - locator resolved to <html data-critters-container="">…</html> - unexpected value "Starting Nuxt... | Nuxt" - locator resolved to <html data-critters-container="">…</html> - unexpected value "Starting Nuxt... | Nuxt" - locator resolved to <html data-critters-container="">…</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
🎭 Playwright Run Summary
1 passed (7.3s)
🎭 Playwright Run Summary
1 flaky [chromium] › example.spec.ts:4:3 › basic tests › has title ───────────────────────────────────── 5 passed (14.5s)