chore(deps): update node.js to v22 #7538
Annotations
9 errors, 3 warnings, and 1 notice
🎭 Playwright tests:
test/e2e/pages/login.test.ts#L1
1) [firefox] › pages/login.test.ts:16:3 › LoginPage › should login - `( @fast @primary @development @staging @production )`
Test timeout of 60000ms exceeded.
|
🎭 Playwright tests:
test/e2e/pages/login.test.ts#L27
1) [firefox] › pages/login.test.ts:16:3 › LoginPage › should login - `( @fast @primary @development @staging @production )`
Error: expect.toHaveURL: Target page, context or browser has been closed
25 | await doLogin(page);
26 |
> 27 | await expect(page).toHaveURL(urlRegexes.dashboard);
| ^
28 | // await expect(page).toHaveTitle(/.*Dashboard.*/);
29 |
30 | const dashboardDiv = page.getByTestId('testDashboarddiv');
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/login.test.ts:27:26
|
🎭 Playwright tests:
test/e2e/pages/login.test.ts#L1
1) [firefox] › pages/login.test.ts:16:3 › LoginPage › should login - `( @fast @primary @development @staging @production )`
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
🎭 Playwright tests:
test/e2e/pages/login.test.ts#L27
1) [firefox] › pages/login.test.ts:16:3 › LoginPage › should login - `( @fast @primary @development @staging @production )`
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect.toHaveURL: Target page, context or browser has been closed
25 | await doLogin(page);
26 |
> 27 | await expect(page).toHaveURL(urlRegexes.dashboard);
| ^
28 | // await expect(page).toHaveTitle(/.*Dashboard.*/);
29 |
30 | const dashboardDiv = page.getByTestId('testDashboarddiv');
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/login.test.ts:27:26
|
🎭 Playwright tests:
test/e2e/pages/login.test.ts#L1
1) [firefox] › pages/login.test.ts:16:3 › LoginPage › should login - `( @fast @primary @development @staging @production )`
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
🎭 Playwright tests:
test/e2e/pages/login.test.ts#L27
1) [firefox] › pages/login.test.ts:16:3 › LoginPage › should login - `( @fast @primary @development @staging @production )`
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect.toHaveURL: Target page, context or browser has been closed
25 | await doLogin(page);
26 |
> 27 | await expect(page).toHaveURL(urlRegexes.dashboard);
| ^
28 | // await expect(page).toHaveTitle(/.*Dashboard.*/);
29 |
30 | const dashboardDiv = page.getByTestId('testDashboarddiv');
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/login.test.ts:27:26
|
🎭 Playwright tests:
test/e2e/auth.setup.ts#L1
2) [firefox-setup] › auth.setup.ts:28:1 › authenticate as admin - `( @primary @slow @READ @development @staging @production )`
Test timeout of 180000ms exceeded.
|
🎭 Playwright tests:
test/e2e/auth.setup.ts#L42
2) [firefox-setup] › auth.setup.ts:28:1 › authenticate as admin - `( @primary @slow @READ @development @staging @production )`
Error: browserContext.storageState: Test timeout of 180000ms exceeded.
40 | await page.waitForLoadState('networkidle');
41 | await doLoginAsAdmin(page);
> 42 | await page.context().storageState({ path: adminUserStatePath });
| ^
43 | },
44 | );
45 |
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/auth.setup.ts:42:26
|
🎭 Playwright tests
Process completed with exit code 1.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: pnpm/action-setup@v2, 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/
|
🎭 Playwright tests:
[firefox] › pages/myOrganization.test.ts#L1
[firefox] › pages/myOrganization.test.ts took 37.5s
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "all-blob-reports", "e2e-report-11783633686-attempt-1".
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/
|
🎭 Playwright tests
1 failed
[firefox] › pages/login.test.ts:16:3 › LoginPage › should login - `( @fast @primary @development @staging @production )`
1 flaky
[firefox-setup] › auth.setup.ts:28:1 › authenticate as admin - `( @primary @slow @READ @development @staging @production )`
4 passed (10.3m)
|
Loading