Bump @nuxt/eslint from 0.3.13 to 0.6.1 #158
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 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
|
🎭 Playwright Run Summary
1 flaky
[chromium] › example.spec.ts:4:3 › basic tests › has title ─────────────────────────────────────
5 passed (12.4s)
|
🎭 Playwright Run Summary
1 passed (6.7s)
|