docs: update README #4
Annotations
4 errors, 1 warning, and 1 notice
[chromium] › app.spec.ts:14:5 › app journey:
e2e/app.spec.ts#L32
1) [chromium] › app.spec.ts:14:5 › app journey ───────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('heading', { name: 'Show loading UI and streaming' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('heading', { name: 'Show loading UI and streaming' })
30 | await expect(
31 | page.getByRole('heading', { name: 'Show loading UI and streaming' }),
> 32 | ).toBeVisible()
| ^
33 |
34 | await navLinks.nth(2).click()
35 | await expect(page).toHaveURL('/todo')
at /home/runner/work/Next-js-Boilerplate/Next-js-Boilerplate/e2e/app.spec.ts:32:5
|
[chromium] › app.spec.ts:14:5 › app journey:
e2e/app.spec.ts#L32
1) [chromium] › app.spec.ts:14:5 › app journey ───────────────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('heading', { name: 'Show loading UI and streaming' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('heading', { name: 'Show loading UI and streaming' })
30 | await expect(
31 | page.getByRole('heading', { name: 'Show loading UI and streaming' }),
> 32 | ).toBeVisible()
| ^
33 |
34 | await navLinks.nth(2).click()
35 | await expect(page).toHaveURL('/todo')
at /home/runner/work/Next-js-Boilerplate/Next-js-Boilerplate/e2e/app.spec.ts:32:5
|
[chromium] › app.spec.ts:14:5 › app journey:
e2e/app.spec.ts#L35
1) [chromium] › app.spec.ts:14:5 › app journey ───────────────────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveURL(expected)
Locator: locator(':root')
Expected string: "http://localhost:3000/todo"
Received string: "http://localhost:3000/loading-and-streaming"
Call log:
- expect.toHaveURL with timeout 5000ms
- waiting for locator(':root')
- locator resolved to <html lang="en" class="light">…</html>
- unexpected value "http://localhost:3000/loading-and-streaming"
- locator resolved to <html lang="en" class="light">…</html>
- unexpected value "http://localhost:3000/loading-and-streaming"
- locator resolved to <html lang="en" class="light">…</html>
- unexpected value "http://localhost:3000/loading-and-streaming"
- locator resolved to <html lang="en" class="light">…</html>
- unexpected value "http://localhost:3000/loading-and-streaming"
- locator resolved to <html lang="en" class="light">…</html>
- unexpected value "http://localhost:3000/loading-and-streaming"
- locator resolved to <html lang="en" class="light">…</html>
- unexpected value "http://localhost:3000/loading-and-streaming"
- locator resolved to <html lang="en" class="light">…</html>
- unexpected value "http://localhost:3000/loading-and-streaming"
- locator resolved to <html lang="en" class="light">…</html>
- unexpected value "http://localhost:3000/loading-and-streaming"
- locator resolved to <html lang="en" class="light">…</html>
- unexpected value "http://localhost:3000/loading-and-streaming"
33 |
34 | await navLinks.nth(2).click()
> 35 | await expect(page).toHaveURL('/todo')
| ^
36 | await expect(
37 | page.getByRole('heading', { name: 'Todo demo with RCC' }),
38 | ).toBeVisible()
at /home/runner/work/Next-js-Boilerplate/Next-js-Boilerplate/e2e/app.spec.ts:35:22
|
test
Process completed with exit code 1.
|
test
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
🎭 Playwright Run Summary
1 failed
[chromium] › app.spec.ts:14:5 › app journey ────────────────────────────────────────────────────
1 passed (55.2s)
|