Skip to content

Bump up lib versions #111

Bump up lib versions

Bump up lib versions #111

Triggered via pull request February 20, 2026 11:58
Status Failure
Total duration 34m 8s
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:8:7 › Test Hero Header Navigation Links › About us link should navigate to about us page: e2e/hero-header.spec.ts#L9
2) [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: Test timeout of 30000ms exceeded. Call log: - waiting for getByRole('link', { name: 'About Us' }) - waiting for" http://localhost:3000/" navigation to finish... - navigated to "http://localhost:3000/" - locator resolved to <a href="/about" class="text-black hover:text-accent-foreground block duration-150">About Us</a> - attempting click action 2 × waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <nextjs-portal></nextjs-portal> intercepts pointer events - retrying click action - waiting 20ms 2 × waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <nextjs-portal></nextjs-portal> intercepts pointer events - retrying click action - waiting 100ms - waiting for element to be visible, enabled and stable - element is not stable 49 × retrying click action - waiting 500ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <nextjs-portal></nextjs-portal> intercepts pointer events - retrying click action - waiting 500ms - waiting for element to be visible, enabled and stable 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#L0
2) [chromium] › e2e/hero-header.spec.ts:8:7 › Test Hero Header Navigation Links › About us link should navigate to about us page Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── 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 page: e2e/hero-header.spec.ts#L9
2) [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: Test timeout of 30000ms exceeded. Call log: - waiting for getByRole('link', { name: 'About Us' }) - waiting for" http://localhost:3000/" navigation to finish... - navigated to "http://localhost:3000/" - locator resolved to <a href="/about" class="text-black hover:text-accent-foreground block duration-150">About Us</a> - attempting click action 2 × waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <nextjs-portal></nextjs-portal> intercepts pointer events - retrying click action - waiting 20ms 2 × waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <nextjs-portal></nextjs-portal> intercepts pointer events - retrying click action - waiting 100ms - waiting for element to be visible, enabled and stable - element is not stable 50 × retrying click action - waiting 500ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <nextjs-portal></nextjs-portal> intercepts pointer events - retrying click action - waiting 500ms 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#L0
2) [chromium] › e2e/hero-header.spec.ts:8:7 › Test Hero Header Navigation Links › About us link should navigate to about us page Test timeout of 30000ms exceeded.
[chromium] › e2e/events.spec.ts:8:7 › Test if see more link is clickable › should navigate to the correct URL when See More is clicked: e2e/events.spec.ts#L17
1) [chromium] › e2e/events.spec.ts:8:7 › Test if see more link is clickable › should navigate to the correct URL when See More is clicked Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for getByRole('link', { name: 'See More Events' }) - locator resolved to <a target="_blank" href="https://kommunity.com/reactjs-developer-community-kenya-reactdevske/events" class="bg-[#61dafb] text-black! px-6 w-full max-w-[350px] text-center py-3 rounded-md font-semibold text-lg hover:bg-[#48cae4] transition duration-300 ease-in-out hover:scale-105 hover:shadow-lg">See More Events</a> - attempting click action 2 × waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <nextjs-portal></nextjs-portal> intercepts pointer events - retrying click action - waiting 20ms 2 × waiting for element to be visible, enabled and stable - element is not stable - retrying click action - waiting 100ms 54 × waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <nextjs-portal></nextjs-portal> intercepts pointer events - retrying click action - waiting 500ms 15 | context.waitForEvent('page'), 16 | page.waitForLoadState(), > 17 | page.getByRole('link', { name: 'See More Events' }).click(), | ^ 18 | ]); 19 | await expect(newPage).toHaveURL( 20 | 'https://kommunity.com/reactjs-developer-community-kenya-reactdevske/events' at /home/runner/work/reactdevske-website/reactdevske-website/e2e/events.spec.ts:17:59
[chromium] › e2e/events.spec.ts:8:7 › Test if see more link is clickable › should navigate to the correct URL when See More is clicked: e2e/events.spec.ts#L0
1) [chromium] › e2e/events.spec.ts:8:7 › Test if see more link is clickable › should navigate to the correct URL when See More is clicked Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[chromium] › e2e/events.spec.ts:8:7 › Test if see more link is clickable › should navigate to the correct URL when See More is clicked: e2e/events.spec.ts#L17
1) [chromium] › e2e/events.spec.ts:8:7 › Test if see more link is clickable › should navigate to the correct URL when See More is clicked Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for getByRole('link', { name: 'See More Events' }) - locator resolved to <a target="_blank" href="https://kommunity.com/reactjs-developer-community-kenya-reactdevske/events" class="bg-[#61dafb] text-black! px-6 w-full max-w-[350px] text-center py-3 rounded-md font-semibold text-lg hover:bg-[#48cae4] transition duration-300 ease-in-out hover:scale-105 hover:shadow-lg">See More Events</a> - attempting click action 2 × waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <nextjs-portal></nextjs-portal> intercepts pointer events - retrying click action - waiting 20ms - waiting for element to be visible, enabled and stable - element is not stable - retrying click action - waiting 100ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <nextjs-portal></nextjs-portal> intercepts pointer events - retrying click action - waiting 100ms - waiting for element to be visible, enabled and stable - element is not stable 53 × retrying click action - waiting 500ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <nextjs-portal></nextjs-portal> intercepts pointer events - retrying click action - waiting 500ms 15 | context.waitForEvent('page'), 16 | page.waitForLoadState(), > 17 | page.getByRole('link', { name: 'See More Events' }).click(), | ^ 18 | ]); 19 | await expect(newPage).toHaveURL( 20 | 'https://kommunity.com/reactjs-developer-community-kenya-reactdevske/events' at /home/runner/work/reactdevske-website/reactdevske-website/e2e/events.spec.ts:17:59
[chromium] › e2e/events.spec.ts:8:7 › Test if see more link is clickable › should navigate to the correct URL when See More is clicked: e2e/events.spec.ts#L0
1) [chromium] › e2e/events.spec.ts:8:7 › Test if see more link is clickable › should navigate to the correct URL when See More is clicked Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[chromium] › e2e/events.spec.ts:8:7 › Test if see more link is clickable › should navigate to the correct URL when See More is clicked: e2e/events.spec.ts#L17
1) [chromium] › e2e/events.spec.ts:8:7 › Test if see more link is clickable › should navigate to the correct URL when See More is clicked Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for getByRole('link', { name: 'See More Events' }) - locator resolved to <a target="_blank" href="https://kommunity.com/reactjs-developer-community-kenya-reactdevske/events" class="bg-[#61dafb] text-black! px-6 w-full max-w-[350px] text-center py-3 rounded-md font-semibold text-lg hover:bg-[#48cae4] transition duration-300 ease-in-out hover:scale-105 hover:shadow-lg">See More Events</a> - attempting click action 2 × waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <nextjs-portal></nextjs-portal> intercepts pointer events - retrying click action - waiting 20ms 2 × waiting for element to be visible, enabled and stable - element is not stable - retrying click action - waiting 100ms 50 × waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <nextjs-portal></nextjs-portal> intercepts pointer events - retrying click action - waiting 500ms 15 | context.waitForEvent('page'), 16 | page.waitForLoadState(), > 17 | page.getByRole('link', { name: 'See More Events' }).click(), | ^ 18 | ]); 19 | await expect(newPage).toHaveURL( 20 | 'https://kommunity.com/reactjs-developer-community-kenya-reactdevske/events' at /home/runner/work/reactdevske-website/reactdevske-website/e2e/events.spec.ts:17:59
[chromium] › e2e/events.spec.ts:8:7 › Test if see more link is clickable › should navigate to the correct URL when See More is clicked: e2e/events.spec.ts#L0
1) [chromium] › e2e/events.spec.ts:8:7 › Test if see more link is clickable › should navigate to the correct URL when See More is clicked Test timeout of 30000ms exceeded.
🎭 Playwright Run Summary
18 failed [chromium] › e2e/events.spec.ts:8:7 › Test if see more link is clickable › should navigate to the correct URL when See More is clicked [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/hero-header.spec.ts:39:7 › Test Hero Header Navigation Links › Join ReactDevsKe link should open google form in new tab [firefox] › e2e/events.spec.ts:8:7 › Test if see more link is clickable › should navigate to the correct URL when See More is clicked [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/hero-header.spec.ts:39:7 › Test Hero Header Navigation Links › Join ReactDevsKe link should open google form in new tab [webkit] › e2e/events.spec.ts:8:7 › Test if see more link is clickable › should navigate to the correct URL when See More is clicked [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/hero-header.spec.ts:39:7 › Test Hero Header Navigation Links › Join ReactDevsKe link should open google form in new tab 18 passed (32.0m)

Artifacts

Produced during runtime
Name Size Digest
playwright-report Expired
324 MB
sha256:da1df68e8c81014481ba4bdd4bd19218735f9860e4218ac7ac30fa1b719394ff