Refactor: Move Footer to Its Own Component Folder #114
Annotations
1 error and 1 notice
|
[chromium] › e2e/hero-header.spec.ts:18:7 › Test Hero Header Navigation Links › Community link should navigate to Community page:
e2e/hero-header.spec.ts#L20
1) [chromium] › e2e/hero-header.spec.ts:18:7 › Test Hero Header Navigation Links › Community link should navigate to Community page
Error: expect(page).toHaveURL(expected) failed
Expected: "http://localhost:3000/community"
Received: "http://localhost:3000/"
Timeout: 5000ms
Call log:
- Expect "toHaveURL" with timeout 5000ms
8 × unexpected value "http://localhost:3000/"
18 | test('Community link should navigate to Community page', async ({ page }) => {
19 | await page.getByRole('link', { name: 'Community', exact: true }).click();
> 20 | await expect(page).toHaveURL('/community');
| ^
21 | });
22 |
23 | test('Join Community link should open google form in new tab', async ({
at /home/runner/work/reactdevske-website/reactdevske-website/e2e/hero-header.spec.ts:20:24
|
|
🎭 Playwright Run Summary
1 flaky
[chromium] › e2e/hero-header.spec.ts:18:7 › Test Hero Header Navigation Links › Community link should navigate to Community page
35 passed (1.0m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
Expired
|
2.97 MB |
sha256:dee43b3cc5428d89e4a04789be5da395015f6715602ec008ce3a81885b63cd02
|
|