chore(deps): update node.js to v22 #7538
Annotations
10 errors, 4 warnings, and 1 notice
🎭 Playwright tests:
test/e2e/pages/user-profile.test.ts#L12
1) [firefox] › pages/user-profile.test.ts:22:3 › UserProfile › should have visible data-testids - `( @primary @slow @READ @development @staging @production )`
Test timeout of 60000ms exceeded while running "beforeEach" hook.
10 | test.use({ storageState: normalUserStatePath });
11 |
> 12 | test.beforeEach(async ({ page }) => {
| ^
13 | await page.goto('/dashboard');
14 | const profileMenuDiv = page.getByTestId('testAvatarIcon').first();
15 | await profileMenuDiv.click();
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/user-profile.test.ts:12:8
|
🎭 Playwright tests:
test/e2e/pages/user-profile.test.ts#L19
1) [firefox] › pages/user-profile.test.ts:22:3 › UserProfile › should have visible data-testids - `( @primary @slow @READ @development @staging @production )`
Error: page.waitForLoadState: Test timeout of 60000ms exceeded.
17 | await userProfileLink.click();
18 | await page.waitForURL(/.*\/profile.*/);
> 19 | await page.waitForLoadState('networkidle');
| ^
20 | });
21 |
22 | test(
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/user-profile.test.ts:19:16
|
🎭 Playwright tests:
test/e2e/pages/user-profile.test.ts#L12
1) [firefox] › pages/user-profile.test.ts:22:3 › UserProfile › should have visible data-testids - `( @primary @slow @READ @development @staging @production )`
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded while running "beforeEach" hook.
10 | test.use({ storageState: normalUserStatePath });
11 |
> 12 | test.beforeEach(async ({ page }) => {
| ^
13 | await page.goto('/dashboard');
14 | const profileMenuDiv = page.getByTestId('testAvatarIcon').first();
15 | await profileMenuDiv.click();
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/user-profile.test.ts:12:8
|
🎭 Playwright tests:
test/e2e/pages/user-profile.test.ts#L19
1) [firefox] › pages/user-profile.test.ts:22:3 › UserProfile › should have visible data-testids - `( @primary @slow @READ @development @staging @production )`
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForLoadState: Test timeout of 60000ms exceeded.
17 | await userProfileLink.click();
18 | await page.waitForURL(/.*\/profile.*/);
> 19 | await page.waitForLoadState('networkidle');
| ^
20 | });
21 |
22 | test(
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/user-profile.test.ts:19:16
|
🎭 Playwright tests:
test/e2e/pages/user-profile.test.ts#L12
1) [firefox] › pages/user-profile.test.ts:22:3 › UserProfile › should have visible data-testids - `( @primary @slow @READ @development @staging @production )`
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded while running "beforeEach" hook.
10 | test.use({ storageState: normalUserStatePath });
11 |
> 12 | test.beforeEach(async ({ page }) => {
| ^
13 | await page.goto('/dashboard');
14 | const profileMenuDiv = page.getByTestId('testAvatarIcon').first();
15 | await profileMenuDiv.click();
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/user-profile.test.ts:12:8
|
🎭 Playwright tests:
test/e2e/pages/user-profile.test.ts#L19
1) [firefox] › pages/user-profile.test.ts:22:3 › UserProfile › should have visible data-testids - `( @primary @slow @READ @development @staging @production )`
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForLoadState: Test timeout of 60000ms exceeded.
17 | await userProfileLink.click();
18 | await page.waitForURL(/.*\/profile.*/);
> 19 | await page.waitForLoadState('networkidle');
| ^
20 | });
21 |
22 | test(
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/user-profile.test.ts:19:16
|
🎭 Playwright tests:
test/e2e/pages/phone.test.ts#L77
2) [firefox] › pages/phone.test.ts:85:3 › PhonePage › should have visible data-testids - `( @primary @slow @READ @development @staging @production )`
Test timeout of 60000ms exceeded while running "beforeEach" hook.
75 | ];
76 |
> 77 | test.beforeEach(async ({ page }) => {
| ^
78 | await page.goto('/dashboard');
79 | const phoneLink = page.getByTestId('testphoneLink');
80 | await phoneLink.click();
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/phone.test.ts:77:8
|
🎭 Playwright tests:
test/e2e/pages/phone.test.ts#L80
2) [firefox] › pages/phone.test.ts:85:3 › PhonePage › should have visible data-testids - `( @primary @slow @READ @development @staging @production )`
Error: locator.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByTestId('testphoneLink')
78 | await page.goto('/dashboard');
79 | const phoneLink = page.getByTestId('testphoneLink');
> 80 | await phoneLink.click();
| ^
81 | await page.waitForURL(/.*\/incident\/.*\/phone.*/);
82 | await page.waitForLoadState();
83 | });
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/phone.test.ts:80:21
|
🎭 Playwright tests:
test/e2e/pages/phone.test.ts#L108
2) [firefox] › pages/phone.test.ts:85:3 › PhonePage › should have visible data-testids - `( @primary @slow @READ @development @staging @production )`
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: getByTestId('testPhoneMapViewIcon').first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for getByTestId('testPhoneMapViewIcon').first()
106 | locators.push(l);
107 | console.info('Checking visibility of', testId);
> 108 | await expect(l).toBeVisible({ timeout: 10_000 });
| ^
109 | }
110 | await test.info().attach('phone-page-screenshot', {
111 | body: await page.screenshot({
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/phone.test.ts:108:25
|
🎭 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-setup] › auth.setup.ts#L1
[firefox-setup] › auth.setup.ts took 3.0m
|
🎭 Playwright tests:
[firefox] › pages/work.test.ts#L1
[firefox] › pages/work.test.ts took 42.8s
|
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/user-profile.test.ts:22:3 › UserProfile › should have visible data-testids - `( @primary @slow @READ @development @staging @production )`
1 flaky
[firefox] › pages/phone.test.ts:85:3 › PhonePage › should have visible data-testids - `( @primary @slow @READ @development @staging @production )`
4 passed (10.0m)
|
Loading