Merge pull request #164 from reactdeveloperske/trigger-the-checker #123
Annotations
1 error, 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#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
|
|
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
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.1m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
|
3.03 MB |
sha256:77f7498234accf784adb766071322b341aec50e0842629d4e184e52a8cc50699
|
|