Skip to content

Bump up lib versions #105

Bump up lib versions

Bump up lib versions #105

Triggered via pull request February 19, 2026 18:45
Status Failure
Total duration 19m 12s
Artifacts 1

e2e.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 notice
[chromium] › e2e/hero-header.spec.ts:20:7 › Test Hero Header Navigation Links › Contact link should navigate to Contact Us section: e2e/hero-header.spec.ts#L0
3) [chromium] › e2e/hero-header.spec.ts:20:7 › Test Hero Header Navigation Links › Contact link should navigate to Contact Us section Test timeout of 30000ms exceeded.
[chromium] › e2e/hero-header.spec.ts:15:7 › Test Hero Header Navigation Links › Events link should navigate to Events section: e2e/hero-header.spec.ts#L16
2) [chromium] › e2e/hero-header.spec.ts:15:7 › Test Hero Header Navigation Links › Events link should navigate to Events section Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for getByRole('link', { name: 'Events', exact: true }) - waiting for" http://localhost:3000/" navigation to finish... - navigated to "http://localhost:3000/" 14 | 15 | test('Events link should navigate to Events section', async ({ page }) => { > 16 | await page.getByRole('link', { name: 'Events', exact: true }).click(); | ^ 17 | await expect(page).toHaveURL('/#events'); 18 | }); 19 | at /home/runner/work/reactdevske-website/reactdevske-website/e2e/hero-header.spec.ts:16:67
[chromium] › e2e/hero-header.spec.ts:15:7 › Test Hero Header Navigation Links › Events link should navigate to Events section: e2e/hero-header.spec.ts#L0
2) [chromium] › e2e/hero-header.spec.ts:15:7 › Test Hero Header Navigation Links › Events link should navigate to Events section Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[chromium] › e2e/hero-header.spec.ts:15:7 › Test Hero Header Navigation Links › Events link should navigate to Events section: e2e/hero-header.spec.ts#L16
2) [chromium] › e2e/hero-header.spec.ts:15:7 › Test Hero Header Navigation Links › Events link should navigate to Events section Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for getByRole('link', { name: 'Events', exact: true }) - waiting for" http://localhost:3000/" navigation to finish... - navigated to "http://localhost:3000/" 14 | 15 | test('Events link should navigate to Events section', async ({ page }) => { > 16 | await page.getByRole('link', { name: 'Events', exact: true }).click(); | ^ 17 | await expect(page).toHaveURL('/#events'); 18 | }); 19 | at /home/runner/work/reactdevske-website/reactdevske-website/e2e/hero-header.spec.ts:16:67
[chromium] › e2e/hero-header.spec.ts:15:7 › Test Hero Header Navigation Links › Events link should navigate to Events section: e2e/hero-header.spec.ts#L0
2) [chromium] › e2e/hero-header.spec.ts:15:7 › Test Hero Header Navigation Links › Events link should navigate to Events section Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[chromium] › e2e/hero-header.spec.ts:15:7 › Test Hero Header Navigation Links › Events link should navigate to Events section: e2e/hero-header.spec.ts#L16
2) [chromium] › e2e/hero-header.spec.ts:15:7 › Test Hero Header Navigation Links › Events link should navigate to Events section Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for getByRole('link', { name: 'Events', exact: true }) - waiting for" http://localhost:3000/" navigation to finish... - navigated to "http://localhost:3000/" 14 | 15 | test('Events link should navigate to Events section', async ({ page }) => { > 16 | await page.getByRole('link', { name: 'Events', exact: true }).click(); | ^ 17 | await expect(page).toHaveURL('/#events'); 18 | }); 19 | at /home/runner/work/reactdevske-website/reactdevske-website/e2e/hero-header.spec.ts:16:67
[chromium] › e2e/hero-header.spec.ts:15:7 › Test Hero Header Navigation Links › Events link should navigate to Events section: e2e/hero-header.spec.ts#L0
2) [chromium] › e2e/hero-header.spec.ts:15:7 › Test Hero Header Navigation Links › Events link should navigate to Events section Test timeout of 30000ms exceeded.
[chromium] › e2e/hero-header.spec.ts:8:7 › Test Hero Header Navigation Links › About us link should navigate to about us section: e2e/hero-header.spec.ts#L12
1) [chromium] › e2e/hero-header.spec.ts:8:7 › Test Hero Header Navigation Links › About us link should navigate to about us section Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveURL(expected) failed Expected: "http://localhost:3000/#about-us" Received: "http://localhost:3000/about" Timeout: 5000ms Call log: - Expect "toHaveURL" with timeout 5000ms 2 × unexpected value "http://localhost:3000/" 7 × unexpected value "http://localhost:3000/about" 10 | }) => { 11 | await page.getByRole('link', { name: 'About us' }).click(); > 12 | await expect(page).toHaveURL('/#about-us'); | ^ 13 | }); 14 | 15 | test('Events link should navigate to Events section', async ({ page }) => { at /home/runner/work/reactdevske-website/reactdevske-website/e2e/hero-header.spec.ts:12:24
[chromium] › e2e/hero-header.spec.ts:8:7 › Test Hero Header Navigation Links › About us link should navigate to about us section: e2e/hero-header.spec.ts#L12
1) [chromium] › e2e/hero-header.spec.ts:8:7 › Test Hero Header Navigation Links › About us link should navigate to about us section Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveURL(expected) failed Expected: "http://localhost:3000/#about-us" Received: "http://localhost:3000/about" Timeout: 5000ms Call log: - Expect "toHaveURL" with timeout 5000ms 2 × unexpected value "http://localhost:3000/" 7 × unexpected value "http://localhost:3000/about" 10 | }) => { 11 | await page.getByRole('link', { name: 'About us' }).click(); > 12 | await expect(page).toHaveURL('/#about-us'); | ^ 13 | }); 14 | 15 | test('Events link should navigate to Events section', async ({ page }) => { at /home/runner/work/reactdevske-website/reactdevske-website/e2e/hero-header.spec.ts:12:24
[chromium] › e2e/hero-header.spec.ts:8:7 › Test Hero Header Navigation Links › About us link should navigate to about us section: e2e/hero-header.spec.ts#L12
1) [chromium] › e2e/hero-header.spec.ts:8:7 › Test Hero Header Navigation Links › About us link should navigate to about us section Error: expect(page).toHaveURL(expected) failed Expected: "http://localhost:3000/#about-us" Received: "http://localhost:3000/about" Timeout: 5000ms Call log: - Expect "toHaveURL" with timeout 5000ms 3 × unexpected value "http://localhost:3000/" 6 × unexpected value "http://localhost:3000/about" 10 | }) => { 11 | await page.getByRole('link', { name: 'About us' }).click(); > 12 | await expect(page).toHaveURL('/#about-us'); | ^ 13 | }); 14 | 15 | test('Events link should navigate to Events section', async ({ page }) => { at /home/runner/work/reactdevske-website/reactdevske-website/e2e/hero-header.spec.ts:12:24
🎭 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 section [chromium] › e2e/hero-header.spec.ts:15:7 › Test Hero Header Navigation Links › Events link should navigate to Events section [chromium] › e2e/hero-header.spec.ts:20:7 › Test Hero Header Navigation Links › Contact link should navigate to Contact Us section [chromium] › e2e/hero-header.spec.ts:27: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 Community' button ───── [firefox] › e2e/hero-header.spec.ts:8:7 › Test Hero Header Navigation Links › About us link should navigate to about us section [firefox] › e2e/hero-header.spec.ts:15:7 › Test Hero Header Navigation Links › Events link should navigate to Events section [firefox] › e2e/hero-header.spec.ts:20:7 › Test Hero Header Navigation Links › Contact link should navigate to Contact Us section [firefox] › e2e/hero-header.spec.ts:27: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 Community' button ────── [webkit] › e2e/hero-header.spec.ts:8:7 › Test Hero Header Navigation Links › About us link should navigate to about us section [webkit] › e2e/hero-header.spec.ts:15:7 › Test Hero Header Navigation Links › Events link should navigate to Events section [webkit] › e2e/hero-header.spec.ts:20:7 › Test Hero Header Navigation Links › Contact link should navigate to Contact Us section [webkit] › e2e/hero-header.spec.ts:27: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 Community' button ─────── 21 passed (17.2m)

Artifacts

Produced during runtime
Name Size Digest
playwright-report Expired
90.3 MB
sha256:c45a325e627d506bd06271ae8e7215f17d663c9c31a5623b299e2f6b30ab4df2