This repository has been archived by the owner on Sep 16, 2024. It is now read-only.
feat: External link icon + open in new tab #75
Annotations
4 errors, 1 warning, and 1 notice
[portfolio-v2] › meta.spec.ts:132:9 › Meta Tags › Blog Post (Tutorial) should have correct individual tags:
playwright/meta.spec.ts#L146
1) [portfolio-v2] › meta.spec.ts:132:9 › Meta Tags › Blog Post (Tutorial) should have correct individual tags
Error: expect(received).toContain(expected) // indexOf
Expected substring: "Using Deferred Static Generation with Analytics Tools"
Received string: "Using Deferred Static Generation With Analytics Tools | Lennart Jörgens"
144 | }
145 |
> 146 | await expect(content).toContain(tag.value)
| ^
147 | }
148 | })
149 | }
at /home/runner/work/portfolio-v2/portfolio-v2/playwright/meta.spec.ts:146:31
|
[portfolio-v2] › meta.spec.ts:132:9 › Meta Tags › Blog Post (Tutorial) should have correct individual tags:
playwright/meta.spec.ts#L146
1) [portfolio-v2] › meta.spec.ts:132:9 › Meta Tags › Blog Post (Tutorial) should have correct individual tags
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toContain(expected) // indexOf
Expected substring: "Using Deferred Static Generation with Analytics Tools"
Received string: "Using Deferred Static Generation With Analytics Tools | Lennart Jörgens"
144 | }
145 |
> 146 | await expect(content).toContain(tag.value)
| ^
147 | }
148 | })
149 | }
at /home/runner/work/portfolio-v2/portfolio-v2/playwright/meta.spec.ts:146:31
|
[portfolio-v2] › meta.spec.ts:132:9 › Meta Tags › Blog Post (Tutorial) should have correct individual tags:
playwright/meta.spec.ts#L146
1) [portfolio-v2] › meta.spec.ts:132:9 › Meta Tags › Blog Post (Tutorial) should have correct individual tags
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toContain(expected) // indexOf
Expected substring: "Using Deferred Static Generation with Analytics Tools"
Received string: "Using Deferred Static Generation With Analytics Tools | Lennart Jörgens"
144 | }
145 |
> 146 | await expect(content).toContain(tag.value)
| ^
147 | }
148 | })
149 | }
at /home/runner/work/portfolio-v2/portfolio-v2/playwright/meta.spec.ts:146:31
|
e2e-testing
Process completed with exit code 1.
|
e2e-testing
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
🎭 Playwright Run Summary
1 failed
[portfolio-v2] › meta.spec.ts:132:9 › Meta Tags › Blog Post (Tutorial) should have correct individual tags
21 passed (12.8s)
|