fix(deps): update dependency @turf/turf to v7 #6996
Annotations
10 errors, 7 warnings, and 1 notice
🔄 Merge all blob reports:
test/e2e/authentication.test.ts#L1
1) [firefox] › authentication.test.ts:140:3 › Authentication › should redirect from login related unauthorized pages with existing session - `( @slow @primary @development @staging @production )`
Test timeout of 60000ms exceeded.
|
🔄 Merge all blob reports:
test/e2e/authentication.test.ts#L150
1) [firefox] › authentication.test.ts:140:3 › Authentication › should redirect from login related unauthorized pages with existing session - `( @slow @primary @development @staging @production )`
Error: page.goto: Target page, context or browser has been closed
148 | await doLogin(page);
149 | // should redirect back to dashboard page
> 150 | await page.goto('/login');
| ^
151 | await assertIsDashboard();
152 | },
153 | );
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/authentication.test.ts:150:18
|
🔄 Merge all blob reports:
test/e2e/authentication.test.ts#L1
1) [firefox] › authentication.test.ts:140:3 › Authentication › should redirect from login related unauthorized pages with existing session - `( @slow @primary @development @staging @production )`
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
🔄 Merge all blob reports:
test/e2e/authentication.test.ts#L150
1) [firefox] › authentication.test.ts:140:3 › Authentication › should redirect from login related unauthorized pages with existing session - `( @slow @primary @development @staging @production )`
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: Target page, context or browser has been closed
148 | await doLogin(page);
149 | // should redirect back to dashboard page
> 150 | await page.goto('/login');
| ^
151 | await assertIsDashboard();
152 | },
153 | );
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/authentication.test.ts:150:18
|
🔄 Merge all blob reports:
test/e2e/authentication.test.ts#L1
1) [firefox] › authentication.test.ts:140:3 › Authentication › should redirect from login related unauthorized pages with existing session - `( @slow @primary @development @staging @production )`
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
🔄 Merge all blob reports:
test/e2e/authentication.test.ts#L147
1) [firefox] › authentication.test.ts:140:3 › Authentication › should redirect from login related unauthorized pages with existing session - `( @slow @primary @development @staging @production )`
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveURL(expected)
Locator: locator(':root')
Expected pattern: /.*\/dashboard/
Received string: "http://localhost:8080/login"
Call log:
- expect.toHaveURL with timeout 15000ms
- waiting for locator(':root')
- locator resolved to <html lang="en">…</html>
- unexpected value "http://localhost:8080/login"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://localhost:8080/login"
145 | async ({ page }) => {
146 | const assertIsDashboard = () =>
> 147 | expect(page).toHaveURL(urlRegexes.dashboard, { timeout: 15_000 });
| ^
148 | await doLogin(page);
149 | // should redirect back to dashboard page
150 | await page.goto('/login');
at assertIsDashboard (/home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/authentication.test.ts:147:22)
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/authentication.test.ts:151:13
|
🔄 Merge all blob reports:
test/e2e/pages/login.test.ts#L1
2) [chromium] › pages/login.test.ts:16:3 › LoginPage › should login - `( @fast @primary @development @staging @production )`
Test timeout of 60000ms exceeded.
|
🔄 Merge all blob reports:
test/e2e/pages/login.test.ts#L27
2) [chromium] › 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
|
🔄 Merge all blob reports:
test/e2e/pages/login.test.ts#L1
2) [chromium] › pages/login.test.ts:16:3 › LoginPage › should login - `( @fast @primary @development @staging @production )`
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
🔄 Merge all blob reports:
test/e2e/pages/login.test.ts#L27
2) [chromium] › 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
|
The following actions use a deprecated Node.js version and will be forced to run on node20: pnpm/action-setup@v2, actions/download-artifact@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/
|
🔄 Merge all blob reports:
[firefox-setup] › auth.setup.ts#L1
[firefox-setup] › auth.setup.ts took 5.4m
|
🔄 Merge all blob reports:
[firefox] › pages/dashboard.test.ts#L1
[firefox] › pages/dashboard.test.ts took 37.1s
|
🔄 Merge all blob reports:
[firefox] › pages/phone.test.ts#L1
[firefox] › pages/phone.test.ts took 30.3s
|
🔄 Merge all blob reports:
[chromium] › pages/dashboard.test.ts#L1
[chromium] › pages/dashboard.test.ts took 24.3s
|
🔄 Merge all blob reports:
[firefox] › pages/work.test.ts#L1
[firefox] › pages/work.test.ts took 20.0s
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "all-blob-reports", "e2e-report-11533683086-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/
|
🔄 Merge all blob reports
6 failed
[firefox] › authentication.test.ts:140:3 › Authentication › should redirect from login related unauthorized pages with existing session - `( @slow @primary @development @staging @production )`
[chromium] › pages/login.test.ts:16:3 › LoginPage › should login - `( @fast @primary @development @staging @production )`
[firefox] › pages/login.test.ts:16:3 › LoginPage › should login - `( @fast @primary @development @staging @production )`
[chromium] › pages/phone.test.ts:85:3 › PhonePage › should have visible data-testids - `( @primary @slow @READ @development @staging @production )`
[chromium] › pages/user-profile.test.ts:22:3 › UserProfile › should have visible data-testids - `( @primary @slow @READ @development @staging @production )`
[firefox] › pages/user-profile.test.ts:22:3 › UserProfile › should have visible data-testids - `( @primary @slow @READ @development @staging @production )`
8 flaky
[chromium-setup] › auth.setup.ts:10:1 › authenticate as user - `( @primary @slow @READ @development @staging @production )`
[chromium] › authentication.test.ts:107:3 › Authentication › should load unauthorized routes as expected with and without authentication - `( @slow @primary @development @staging @production )`
[firefox] › authentication.test.ts:107:3 › Authentication › should load unauthorized routes as expected with and without authentication - `( @slow @primary @development @staging @production )`
[chromium] › pages/myOrganization.test.ts:40:3 › MyOrganization › should have visible data-testids - `( @primary @slow @READ @development @staging @production )`
[chromium] › pages/myOrganization.test.ts:114:3 › MyOrganization › User Management: should display all required elements - `( @primary @slow @READ @development @staging @production )`
[chromium] › pages/myOrganization.test.ts:188:3 › MyOrganization › Organization Profile: should display all required elements - `( @primary @slow @READ @development @staging @production )`
[chromium] › pages/otherOrganizations.test.ts:20:3 › OtherOrganizations › should have visible data-testids - `( @primary @slow @READ @development @staging @production )`
[firefox] › pages/myOrganization.test.ts:188:3 › MyOrganization › Organization Profile: should display all required elements - `( @primary @slow @READ @development @staging @production )`
36 passed (9.7m)
|
Loading