chore: remove orphan code #116
Annotations
10 errors, 1 warning, 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#L19
3) [chromium] › e2e/hero-header.spec.ts:18:7 › Test Hero Header Navigation Links › Community link should navigate to Community page
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Error: strict mode violation: getByRole('link', { name: 'Community', exact: true }) resolved to 2 elements:
1) <a href="/community" class="text-black hover:text-accent-foreground block duration-150">Community</a> aka getByRole('banner').getByRole('link', { name: 'Community', exact: true })
2) <a href="/community" class="text-black hover:text-accent-foreground block duration-150">Community</a> aka getByRole('main').getByRole('link', { name: 'Community', exact: true })
Call log:
- waiting for getByRole('link', { name: 'Community', exact: true })
- waiting for" http://localhost:3000/" navigation to finish...
- navigated to "http://localhost:3000/"
17 |
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 |
at /home/runner/work/reactdevske-website/reactdevske-website/e2e/hero-header.spec.ts:19:70
|
|
[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#L19
3) [chromium] › e2e/hero-header.spec.ts:18:7 › Test Hero Header Navigation Links › Community link should navigate to Community page
Error: locator.click: Error: strict mode violation: getByRole('link', { name: 'Community', exact: true }) resolved to 2 elements:
1) <a href="/community" class="text-black hover:text-accent-foreground block duration-150">Community</a> aka getByRole('banner').getByRole('link', { name: 'Community', exact: true })
2) <a href="/community" class="text-black hover:text-accent-foreground block duration-150">Community</a> aka getByRole('main').getByRole('link', { name: 'Community', exact: true })
Call log:
- waiting for getByRole('link', { name: 'Community', exact: true })
- waiting for" http://localhost:3000/" navigation to finish...
- navigated to "http://localhost:3000/"
17 |
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 |
at /home/runner/work/reactdevske-website/reactdevske-website/e2e/hero-header.spec.ts:19:70
|
|
[chromium] › e2e/hero-header.spec.ts:13:7 › Test Hero Header Navigation Links › Events link should navigate to Events page:
e2e/hero-header.spec.ts#L4
2) [chromium] › e2e/hero-header.spec.ts:13:7 › Test Hero Header Navigation Links › Events link should navigate to Events page
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: Test ended.
Call log:
- navigating to "http://localhost:3000/", waiting until "load"
2 |
3 | test.beforeEach(async ({ page }) => {
> 4 | page.goto('http://localhost:3000');
| ^
5 | });
6 |
7 | test.describe('Test Hero Header Navigation Links', () => {
at /home/runner/work/reactdevske-website/reactdevske-website/e2e/hero-header.spec.ts:4:8
|
|
[chromium] › e2e/hero-header.spec.ts:13:7 › Test Hero Header Navigation Links › Events link should navigate to Events page:
e2e/hero-header.spec.ts#L14
2) [chromium] › e2e/hero-header.spec.ts:13:7 › Test Hero Header Navigation Links › Events link should navigate to Events page
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Error: strict mode violation: getByRole('link', { name: 'Workshops & Events' }) resolved to 2 elements:
1) <a href="/events" class="text-black hover:text-accent-foreground block duration-150">Workshops & Events</a> aka getByRole('banner').getByRole('link', { name: 'Workshops & Events' })
2) <a href="/events" class="text-black hover:text-accent-foreground block duration-150">Workshops & Events</a> aka getByRole('main').getByRole('link', { name: 'Workshops & Events' })
Call log:
- waiting for getByRole('link', { name: 'Workshops & Events' })
- waiting for" http://localhost:3000/" navigation to finish...
- navigated to "http://localhost:3000/"
12 |
13 | test('Events link should navigate to Events page', async ({ page }) => {
> 14 | await page.getByRole('link', { name: 'Workshops & Events' }).click();
| ^
15 | await expect(page).toHaveURL('/events');
16 | });
17 |
at /home/runner/work/reactdevske-website/reactdevske-website/e2e/hero-header.spec.ts:14:66
|
|
[chromium] › e2e/hero-header.spec.ts:13:7 › Test Hero Header Navigation Links › Events link should navigate to Events page:
e2e/hero-header.spec.ts#L14
2) [chromium] › e2e/hero-header.spec.ts:13:7 › Test Hero Header Navigation Links › Events link should navigate to Events page
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Error: strict mode violation: getByRole('link', { name: 'Workshops & Events' }) resolved to 2 elements:
1) <a href="/events" class="text-black hover:text-accent-foreground block duration-150">Workshops & Events</a> aka getByRole('banner').getByRole('link', { name: 'Workshops & Events' })
2) <a href="/events" class="text-black hover:text-accent-foreground block duration-150">Workshops & Events</a> aka getByRole('main').getByRole('link', { name: 'Workshops & Events' })
Call log:
- waiting for getByRole('link', { name: 'Workshops & Events' })
- waiting for" http://localhost:3000/" navigation to finish...
- navigated to "http://localhost:3000/"
12 |
13 | test('Events link should navigate to Events page', async ({ page }) => {
> 14 | await page.getByRole('link', { name: 'Workshops & Events' }).click();
| ^
15 | await expect(page).toHaveURL('/events');
16 | });
17 |
at /home/runner/work/reactdevske-website/reactdevske-website/e2e/hero-header.spec.ts:14:66
|
|
[chromium] › e2e/hero-header.spec.ts:13:7 › Test Hero Header Navigation Links › Events link should navigate to Events page:
e2e/hero-header.spec.ts#L14
2) [chromium] › e2e/hero-header.spec.ts:13:7 › Test Hero Header Navigation Links › Events link should navigate to Events page
Error: locator.click: Error: strict mode violation: getByRole('link', { name: 'Workshops & Events' }) resolved to 2 elements:
1) <a href="/events" class="text-black hover:text-accent-foreground block duration-150">Workshops & Events</a> aka getByRole('banner').getByRole('link', { name: 'Workshops & Events' })
2) <a href="/events" class="text-black hover:text-accent-foreground block duration-150">Workshops & Events</a> aka getByRole('main').getByRole('link', { name: 'Workshops & Events' })
Call log:
- waiting for getByRole('link', { name: 'Workshops & Events' })
- waiting for" http://localhost:3000/" navigation to finish...
- navigated to "http://localhost:3000/"
12 |
13 | test('Events link should navigate to Events page', async ({ page }) => {
> 14 | await page.getByRole('link', { name: 'Workshops & Events' }).click();
| ^
15 | await expect(page).toHaveURL('/events');
16 | });
17 |
at /home/runner/work/reactdevske-website/reactdevske-website/e2e/hero-header.spec.ts:14:66
|
|
[chromium] › e2e/hero-header.spec.ts:8:7 › Test Hero Header Navigation Links › About us link should navigate to about us page:
e2e/hero-header.spec.ts#L9
1) [chromium] › e2e/hero-header.spec.ts:8:7 › Test Hero Header Navigation Links › About us link should navigate to about us page
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Error: strict mode violation: getByRole('link', { name: 'About Us' }) resolved to 2 elements:
1) <a href="/about" class="text-black hover:text-accent-foreground block duration-150">About Us</a> aka getByRole('banner').getByRole('link', { name: 'About Us' })
2) <a href="/about" class="text-black hover:text-accent-foreground block duration-150">About Us</a> aka getByRole('main').getByRole('link', { name: 'About Us' })
Call log:
- waiting for getByRole('link', { name: 'About Us' })
- waiting for" http://localhost:3000/" navigation to finish...
- navigated to "http://localhost:3000/"
7 | test.describe('Test Hero Header Navigation Links', () => {
8 | test('About us link should navigate to about us page', async ({ page }) => {
> 9 | await page.getByRole('link', { name: 'About Us' }).click();
| ^
10 | await expect(page).toHaveURL('/about');
11 | });
12 |
at /home/runner/work/reactdevske-website/reactdevske-website/e2e/hero-header.spec.ts:9:56
|
|
[chromium] › e2e/hero-header.spec.ts:8:7 › Test Hero Header Navigation Links › About us link should navigate to about us page:
e2e/hero-header.spec.ts#L9
1) [chromium] › e2e/hero-header.spec.ts:8:7 › Test Hero Header Navigation Links › About us link should navigate to about us page
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Error: strict mode violation: getByRole('link', { name: 'About Us' }) resolved to 2 elements:
1) <a href="/about" class="text-black hover:text-accent-foreground block duration-150">About Us</a> aka getByRole('banner').getByRole('link', { name: 'About Us' })
2) <a href="/about" class="text-black hover:text-accent-foreground block duration-150">About Us</a> aka getByRole('main').getByRole('link', { name: 'About Us' })
Call log:
- waiting for getByRole('link', { name: 'About Us' })
- waiting for" http://localhost:3000/" navigation to finish...
- navigated to "http://localhost:3000/"
7 | test.describe('Test Hero Header Navigation Links', () => {
8 | test('About us link should navigate to about us page', async ({ page }) => {
> 9 | await page.getByRole('link', { name: 'About Us' }).click();
| ^
10 | await expect(page).toHaveURL('/about');
11 | });
12 |
at /home/runner/work/reactdevske-website/reactdevske-website/e2e/hero-header.spec.ts:9:56
|
|
[chromium] › e2e/hero-header.spec.ts:8:7 › Test Hero Header Navigation Links › About us link should navigate to about us page:
e2e/hero-header.spec.ts#L4
1) [chromium] › e2e/hero-header.spec.ts:8:7 › Test Hero Header Navigation Links › About us link should navigate to about us page
Error: page.goto: Test ended.
Call log:
- navigating to "http://localhost:3000/", waiting until "load"
2 |
3 | test.beforeEach(async ({ page }) => {
> 4 | page.goto('http://localhost:3000');
| ^
5 | });
6 |
7 | test.describe('Test Hero Header Navigation Links', () => {
at /home/runner/work/reactdevske-website/reactdevske-website/e2e/hero-header.spec.ts:4:8
|
|
[chromium] › e2e/hero-header.spec.ts:8:7 › Test Hero Header Navigation Links › About us link should navigate to about us page:
e2e/hero-header.spec.ts#L9
1) [chromium] › e2e/hero-header.spec.ts:8:7 › Test Hero Header Navigation Links › About us link should navigate to about us page
Error: locator.click: Error: strict mode violation: getByRole('link', { name: 'About Us' }) resolved to 2 elements:
1) <a href="/about" class="text-black hover:text-accent-foreground block duration-150">About Us</a> aka getByRole('banner').getByRole('link', { name: 'About Us' })
2) <a href="/about" class="text-black hover:text-accent-foreground block duration-150">About Us</a> aka getByRole('main').getByRole('link', { name: 'About Us' })
Call log:
- waiting for getByRole('link', { name: 'About Us' })
- waiting for" http://localhost:3000/" navigation to finish...
- navigated to "http://localhost:3000/"
7 | test.describe('Test Hero Header Navigation Links', () => {
8 | test('About us link should navigate to about us page', async ({ page }) => {
> 9 | await page.getByRole('link', { name: 'About Us' }).click();
| ^
10 | await expect(page).toHaveURL('/about');
11 | });
12 |
at /home/runner/work/reactdevske-website/reactdevske-website/e2e/hero-header.spec.ts:9:56
|
|
e2e
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/upload-artifact@v5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🎭 Playwright Run Summary
15 failed
[chromium] › e2e/hero-header.spec.ts:8:7 › Test Hero Header Navigation Links › About us link should navigate to about us page
[chromium] › e2e/hero-header.spec.ts:13:7 › Test Hero Header Navigation Links › Events link should navigate to Events page
[chromium] › e2e/hero-header.spec.ts:18:7 › Test Hero Header Navigation Links › Community link should navigate to Community page
[chromium] › e2e/hero-header.spec.ts:23:7 › Test Hero Header Navigation Links › Join Community link should open google form in new tab
[chromium] › e2e/home.spec.ts:14:7 › Home page tests › should show 'Join the Community' button ─
[firefox] › e2e/hero-header.spec.ts:8:7 › Test Hero Header Navigation Links › About us link should navigate to about us page
[firefox] › e2e/hero-header.spec.ts:13:7 › Test Hero Header Navigation Links › Events link should navigate to Events page
[firefox] › e2e/hero-header.spec.ts:18:7 › Test Hero Header Navigation Links › Community link should navigate to Community page
[firefox] › e2e/hero-header.spec.ts:23:7 › Test Hero Header Navigation Links › Join Community link should open google form in new tab
[firefox] › e2e/home.spec.ts:14:7 › Home page tests › should show 'Join the Community' button ──
[webkit] › e2e/hero-header.spec.ts:8:7 › Test Hero Header Navigation Links › About us link should navigate to about us page
[webkit] › e2e/hero-header.spec.ts:13:7 › Test Hero Header Navigation Links › Events link should navigate to Events page
[webkit] › e2e/hero-header.spec.ts:18:7 › Test Hero Header Navigation Links › Community link should navigate to Community page
[webkit] › e2e/hero-header.spec.ts:23:7 › Test Hero Header Navigation Links › Join Community link should open google form in new tab
[webkit] › e2e/home.spec.ts:14:7 › Home page tests › should show 'Join the Community' button ───
21 passed (2.4m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
|
5.77 MB |
sha256:91d1a22c89d65bc6708152e3fd0587dea0a4eb786e07056f11663dd2a4856fd2
|
|