404 and broken link handling #4768
Annotations
10 errors, 5 warnings, and 1 notice
Run pnpm exec playwright test --forbid-only --shard=2/4
50325 stderr: TypeError: Unknown file extension ".css" for /Users/runner/work/waku/waku/node_modules/.pnpm/[email protected][email protected][email protected]__re_p75voa33vfawi3tdwgrpfvxgnu/node_modules/react-tweet/dist/twitter-theme/tweet-info-created-at.module.css
at new NodeError (node:internal/errors:406:5)
at Object.getFileProtocolModuleFormat [as file:] (node:internal/modules/esm/get_format:99:9)
at defaultGetFormat (node:internal/modules/esm/get_format:142:36)
at defaultLoad (node:internal/modules/esm/load:120:20)
at ModuleLoader.load (node:internal/modules/esm/loader:396:13)
at ModuleLoader.moduleProvider (node:internal/modules/esm/loader:278:56)
at new ModuleJob (node:internal/modules/esm/module_job:65:26)
at #createModuleJob (node:internal/modules/esm/loader:290:17)
at ModuleLoader.getJobFromResolveResult (node:internal/modules/esm/loader:248:34)
at ModuleLoader.getModuleJob (node:internal/modules/esm/loader:229:17)
at async ModuleWrap.<anonymous> (node:internal/modules/esm/module_job:85:21) {
code: 'ERR_UNKNOWN_FILE_EXTENSION'
}
|
Run pnpm exec playwright test --forbid-only --shard=2/4
50325 stderr: TypeError: Unknown file extension ".css" for /Users/runner/work/waku/waku/node_modules/.pnpm/[email protected][email protected][email protected]__re_p75voa33vfawi3tdwgrpfvxgnu/node_modules/react-tweet/dist/twitter-theme/tweet-actions.module.css
at new NodeError (node:internal/errors:406:5)
at Object.getFileProtocolModuleFormat [as file:] (node:internal/modules/esm/get_format:99:9)
at defaultGetFormat (node:internal/modules/esm/get_format:142:36)
at defaultLoad (node:internal/modules/esm/load:120:20)
at ModuleLoader.load (node:internal/modules/esm/loader:396:13)
at ModuleLoader.moduleProvider (node:internal/modules/esm/loader:278:56)
at new ModuleJob (node:internal/modules/esm/module_job:65:26)
at #createModuleJob (node:internal/modules/esm/loader:290:17)
at ModuleLoader.getJobFromResolveResult (node:internal/modules/esm/loader:248:34)
at ModuleLoader.getModuleJob (node:internal/modules/esm/loader:229:17)
at async ModuleWrap.<anonymous> (node:internal/modules/esm/module_job:85:21) {
code: 'ERR_UNKNOWN_FILE_EXTENSION'
}
|
Run pnpm exec playwright test --forbid-only --shard=2/4:
e2e/broken-link.spec.ts#L84
1) [firefox] › broken-link.spec.ts:78:3 › server side navigation › missing page ──────────────────
Error: Timed out 10000ms waiting for expect(locator).toHaveText(expected)
Locator: getByRole('heading')
Expected string: "Custom not found"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 10000ms
- waiting for getByRole('heading')
82 | await page.goto(`http://localhost:${port}/broken`);
83 | // The page renders the custom 404.tsx
> 84 | await expect(page.getByRole('heading')).toHaveText('Custom not found');
| ^
85 | // The browsers URL remains the one that was navigated to
86 | expect(page.url()).toBe(`http://localhost:${port}/broken`);
87 |
at /Users/runner/work/waku/waku/e2e/broken-link.spec.ts:84:45
|
Run pnpm exec playwright test --forbid-only --shard=2/4:
e2e/broken-link.spec.ts#L84
1) [firefox] › broken-link.spec.ts:78:3 › server side navigation › missing page ──────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 10000ms waiting for expect(locator).toHaveText(expected)
Locator: getByRole('heading')
Expected string: "Custom not found"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 10000ms
- waiting for getByRole('heading')
82 | await page.goto(`http://localhost:${port}/broken`);
83 | // The page renders the custom 404.tsx
> 84 | await expect(page.getByRole('heading')).toHaveText('Custom not found');
| ^
85 | // The browsers URL remains the one that was navigated to
86 | expect(page.url()).toBe(`http://localhost:${port}/broken`);
87 |
at /Users/runner/work/waku/waku/e2e/broken-link.spec.ts:84:45
|
Run pnpm exec playwright test --forbid-only --shard=2/4:
e2e/broken-link.spec.ts#L84
1) [firefox] › broken-link.spec.ts:78:3 › server side navigation › missing page ──────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 10000ms waiting for expect(locator).toHaveText(expected)
Locator: getByRole('heading')
Expected string: "Custom not found"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 10000ms
- waiting for getByRole('heading')
82 | await page.goto(`http://localhost:${port}/broken`);
83 | // The page renders the custom 404.tsx
> 84 | await expect(page.getByRole('heading')).toHaveText('Custom not found');
| ^
85 | // The browsers URL remains the one that was navigated to
86 | expect(page.url()).toBe(`http://localhost:${port}/broken`);
87 |
at /Users/runner/work/waku/waku/e2e/broken-link.spec.ts:84:45
|
Run pnpm exec playwright test --forbid-only --shard=2/4:
e2e/broken-link.spec.ts#L84
1) [firefox] › broken-link.spec.ts:78:3 › server side navigation › missing page ──────────────────
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 10000ms waiting for expect(locator).toHaveText(expected)
Locator: getByRole('heading')
Expected string: "Custom not found"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 10000ms
- waiting for getByRole('heading')
82 | await page.goto(`http://localhost:${port}/broken`);
83 | // The page renders the custom 404.tsx
> 84 | await expect(page.getByRole('heading')).toHaveText('Custom not found');
| ^
85 | // The browsers URL remains the one that was navigated to
86 | expect(page.url()).toBe(`http://localhost:${port}/broken`);
87 |
at /Users/runner/work/waku/waku/e2e/broken-link.spec.ts:84:45
|
Run pnpm exec playwright test --forbid-only --shard=2/4:
e2e/broken-link.spec.ts#L110
2) [firefox] › broken-link.spec.ts:104:3 › server side navigation › broken redirect ──────────────
Error: Timed out 10000ms waiting for expect(locator).toHaveText(expected)
Locator: getByRole('heading')
Expected string: "Custom not found"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 10000ms
- waiting for getByRole('heading')
108 | await page.goto(`http://localhost:${port}/broken-redirect`);
109 | // The page renders the custom 404.tsx
> 110 | await expect(page.getByRole('heading')).toHaveText('Custom not found');
| ^
111 | // The browsers URL remains the one that was redirected to
112 | expect(page.url()).toBe(`http://localhost:${port}/broken`);
113 |
at /Users/runner/work/waku/waku/e2e/broken-link.spec.ts:110:45
|
Run pnpm exec playwright test --forbid-only --shard=2/4:
e2e/broken-link.spec.ts#L110
2) [firefox] › broken-link.spec.ts:104:3 › server side navigation › broken redirect ──────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 10000ms waiting for expect(locator).toHaveText(expected)
Locator: getByRole('heading')
Expected string: "Custom not found"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 10000ms
- waiting for getByRole('heading')
108 | await page.goto(`http://localhost:${port}/broken-redirect`);
109 | // The page renders the custom 404.tsx
> 110 | await expect(page.getByRole('heading')).toHaveText('Custom not found');
| ^
111 | // The browsers URL remains the one that was redirected to
112 | expect(page.url()).toBe(`http://localhost:${port}/broken`);
113 |
at /Users/runner/work/waku/waku/e2e/broken-link.spec.ts:110:45
|
Run pnpm exec playwright test --forbid-only --shard=2/4:
e2e/broken-link.spec.ts#L110
2) [firefox] › broken-link.spec.ts:104:3 › server side navigation › broken redirect ──────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 10000ms waiting for expect(locator).toHaveText(expected)
Locator: getByRole('heading')
Expected string: "Custom not found"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 10000ms
- waiting for getByRole('heading')
108 | await page.goto(`http://localhost:${port}/broken-redirect`);
109 | // The page renders the custom 404.tsx
> 110 | await expect(page.getByRole('heading')).toHaveText('Custom not found');
| ^
111 | // The browsers URL remains the one that was redirected to
112 | expect(page.url()).toBe(`http://localhost:${port}/broken`);
113 |
at /Users/runner/work/waku/waku/e2e/broken-link.spec.ts:110:45
|
Run pnpm exec playwright test --forbid-only --shard=2/4:
e2e/broken-link.spec.ts#L110
2) [firefox] › broken-link.spec.ts:104:3 › server side navigation › broken redirect ──────────────
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 10000ms waiting for expect(locator).toHaveText(expected)
Locator: getByRole('heading')
Expected string: "Custom not found"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 10000ms
- waiting for getByRole('heading')
108 | await page.goto(`http://localhost:${port}/broken-redirect`);
109 | // The page renders the custom 404.tsx
> 110 | await expect(page.getByRole('heading')).toHaveText('Custom not found');
| ^
111 | // The browsers URL remains the one that was redirected to
112 | expect(page.url()).toBe(`http://localhost:${port}/broken`);
113 |
at /Users/runner/work/waku/waku/e2e/broken-link.spec.ts:110:45
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run pnpm exec playwright test --forbid-only --shard=2/4:
[chromium] › use-router.spec.ts#L1
[chromium] › use-router.spec.ts took 1.2m
|
Run pnpm exec playwright test --forbid-only --shard=2/4:
[firefox] › examples-smoke.spec.ts#L1
[firefox] › examples-smoke.spec.ts took 42.0s
|
Run pnpm exec playwright test --forbid-only --shard=2/4:
[firefox] › multi-platform.spec.ts#L1
[firefox] › multi-platform.spec.ts took 32.0s
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "playwright-report-macos-latest-18.17.0-1", "playwright-report-macos-latest-18.17.0-2", "playwright-report-macos-latest-18.17.0-3", "playwright-report-macos-latest-20.8.0-1", "playwright-report-macos-latest-20.8.0-2", "playwright-report-macos-latest-20.8.0-3", "playwright-report-ubuntu-latest-18.17.0-1", "playwright-report-ubuntu-latest-18.17.0-2", "playwright-report-ubuntu-latest-18.17.0-3", "playwright-report-ubuntu-latest-20.8.0-1", "playwright-report-ubuntu-latest-20.8.0-2", "playwright-report-ubuntu-latest-20.8.0-3", "playwright-report-windows-latest-18.17.0-1", "playwright-report-windows-latest-18.17.0-2", "playwright-report-windows-latest-18.17.0-3", "playwright-report-windows-latest-20.8.0-1", "playwright-report-windows-latest-20.8.0-2", "playwright-report-windows-latest-20.8.0-3".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Run pnpm exec playwright test --forbid-only --shard=2/4
5 failed
[firefox] › broken-link.spec.ts:78:3 › server side navigation › missing page ───────────────────
[firefox] › broken-link.spec.ts:104:3 › server side navigation › broken redirect ───────────────
[firefox] › broken-link.spec.ts:133:3 › client side navigation › broken link ───────────────────
[firefox] › broken-link.spec.ts:148:3 › client side navigation › redirect ──────────────────────
[firefox] › broken-link.spec.ts:163:3 › client side navigation › broken redirect ───────────────
5 skipped
88 passed (9.6m)
|
Loading