Merge pull request #163 from reactdeveloperske/trigger-the-checker #121
Annotations
1 error, 1 warning, 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#L10
1) [chromium] › e2e/hero-header.spec.ts:8:7 › Test Hero Header Navigation Links › About us link should navigate to about us page
Error: expect(page).toHaveURL(expected) failed
Expected: "http://localhost:3000/about"
Received: "http://localhost:3000/"
Timeout: 5000ms
Call log:
- Expect "toHaveURL" with timeout 5000ms
8 × unexpected value "http://localhost:3000/"
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 |
13 | test('Events link should navigate to Events page', async ({ page }) => {
at /home/runner/work/reactdevske-website/reactdevske-website/e2e/hero-header.spec.ts:10: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:8:7 › Test Hero Header Navigation Links › About us link should navigate to about us page
35 passed (1.2m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
|
3.05 MB |
sha256:c8d8648031ea17d84cea51857630b566c039f9018ae71c3c4e599919523ae878
|
|