chore: update command component, README, hooks etc #9
Annotations
4 errors, 1 warning, and 1 notice
[chromium] › app.spec.ts:14:1 › app journey:
e2e/app.spec.ts#L30
1) [chromium] › app.spec.ts:14:1 › app journey ───────────────────────────────────────────────────
Error: expect(received).toContain(expected) // indexOf
Expected substring: "Loading"
Received string: "streaming ui"
28 | for (let i = 0; i < expectedLinksText.length; i++) {
29 | const linkText = await navLinks.nth(i).textContent()
> 30 | expect(linkText).toContain(expectedLinksText[i])
| ^
31 | }
32 |
33 | await navLinks.nth(0).click()
at /home/runner/work/Next-js-Boilerplate/Next-js-Boilerplate/e2e/app.spec.ts:30:22
|
[chromium] › app.spec.ts:14:1 › app journey:
e2e/app.spec.ts#L30
1) [chromium] › app.spec.ts:14:1 › app journey ───────────────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toContain(expected) // indexOf
Expected substring: "Loading"
Received string: "streaming ui"
28 | for (let i = 0; i < expectedLinksText.length; i++) {
29 | const linkText = await navLinks.nth(i).textContent()
> 30 | expect(linkText).toContain(expectedLinksText[i])
| ^
31 | }
32 |
33 | await navLinks.nth(0).click()
at /home/runner/work/Next-js-Boilerplate/Next-js-Boilerplate/e2e/app.spec.ts:30:22
|
[chromium] › app.spec.ts:14:1 › app journey:
e2e/app.spec.ts#L30
1) [chromium] › app.spec.ts:14:1 › app journey ───────────────────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toContain(expected) // indexOf
Expected substring: "Loading"
Received string: "streaming ui"
28 | for (let i = 0; i < expectedLinksText.length; i++) {
29 | const linkText = await navLinks.nth(i).textContent()
> 30 | expect(linkText).toContain(expectedLinksText[i])
| ^
31 | }
32 |
33 | await navLinks.nth(0).click()
at /home/runner/work/Next-js-Boilerplate/Next-js-Boilerplate/e2e/app.spec.ts:30:22
|
E2E
Process completed with exit code 1.
|
E2E
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:1 › app journey ────────────────────────────────────────────────────
1 passed (45.2s)
|