fix(deps): update dependency sass to v1.83.1 #7805
Annotations
10 errors, 7 warnings, and 1 notice
🔄 Merge all blob reports:
test/e2e/pages/user-profile.test.ts#L12
1) [chromium] › 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
|
🔄 Merge all blob reports:
test/e2e/pages/user-profile.test.ts#L15
1) [chromium] › pages/user-profile.test.ts:22:3 › UserProfile › should have visible data-testids - `( @primary @slow @READ @development @staging @production )`
Error: locator.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByTestId('testAvatarIcon').first()
13 | await page.goto('/dashboard');
14 | const profileMenuDiv = page.getByTestId('testAvatarIcon').first();
> 15 | await profileMenuDiv.click();
| ^
16 | const userProfileLink = page.getByTestId('testUserprofileProfileLink');
17 | await userProfileLink.click();
18 | await page.waitForURL(/.*\/profile.*/);
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/user-profile.test.ts:15:26
|
🔄 Merge all blob reports:
test/e2e/pages/user-profile.test.ts#L12
1) [chromium] › 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
|
🔄 Merge all blob reports:
test/e2e/pages/user-profile.test.ts#L19
1) [chromium] › 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
|
🔄 Merge all blob reports:
test/e2e/pages/user-profile.test.ts#L12
1) [chromium] › 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
|
🔄 Merge all blob reports:
test/e2e/pages/user-profile.test.ts#L19
1) [chromium] › 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
|
🔄 Merge all blob reports:
test/e2e/pages/user-profile.test.ts#L12
2) [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
|
🔄 Merge all blob reports:
test/e2e/pages/user-profile.test.ts#L19
2) [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
|
🔄 Merge all blob reports:
test/e2e/pages/user-profile.test.ts#L12
2) [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
|
🔄 Merge all blob reports:
test/e2e/pages/user-profile.test.ts#L19
2) [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
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
🔄 Merge all blob reports:
[chromium] › authentication.test.ts#L1
[chromium] › authentication.test.ts took 1.4m
|
🔄 Merge all blob reports:
[chromium] › pages/login.test.ts#L1
[chromium] › pages/login.test.ts took 1.2m
|
🔄 Merge all blob reports:
[chromium] › pages/phone.test.ts#L1
[chromium] › pages/phone.test.ts took 59.0s
|
🔄 Merge all blob reports:
[chromium] › pages/work.test.ts#L1
[chromium] › pages/work.test.ts took 53.4s
|
🔄 Merge all blob reports:
[firefox] › pages/login.test.ts#L1
[firefox] › pages/login.test.ts took 48.1s
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "all-blob-reports", "e2e-report-12573976071-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
2 failed
[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 )`
11 flaky
[firefox-setup] › auth.setup.ts:10:1 › authenticate as user - `( @primary @slow @READ @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 )`
[firefox] › authentication.test.ts:140:3 › Authentication › should redirect from login related unauthorized pages with existing session - `( @slow @primary @development @staging @production )`
[firefox] › basic.test.ts:4:1 › should have valid title & url - `( @fast @primary @READ @development @staging @production )`
[chromium-setup] › auth.setup.ts:28:1 › authenticate as admin - `( @primary @slow @READ @development @staging @production )`
[firefox-setup] › auth.setup.ts:10:1 › authenticate as user - `( @primary @slow @READ @development @staging @production )`
[chromium] › pages/myOrganization.test.ts:71:3 › MyOrganization › Invitation 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 )`
[firefox] › pages/myOrganization.test.ts:114:3 › MyOrganization › User Management: should display all required elements - `( @primary @slow @READ @development @staging @production )`
[chromium-setup] › auth.setup.ts:10:1 › authenticate as user - `( @primary @slow @READ @development @staging @production )`
[firefox-setup] › auth.setup.ts:10:1 › authenticate as user - `( @primary @slow @READ @development @staging @production )`
37 passed (12.9m)
|
Loading