fix(deps): update dependency sass to v1.83.4 #7827
Annotations
4 errors, 3 warnings, and 1 notice
🎭 Playwright tests:
test/e2e/authentication.test.ts#L1
1) [firefox] › authentication.test.ts:107:3 › Authentication › should load unauthorized routes as expected with and without authentication - `( @slow @primary @development @staging @production )`
TypeError: Cannot read properties of undefined (reading 'childFrames')
|
🎭 Playwright tests:
test/e2e/authentication.test.ts#L119
1) [firefox] › authentication.test.ts:107:3 › Authentication › should load unauthorized routes as expected with and without authentication - `( @slow @primary @development @staging @production )`
Error: page.goto: Test ended.
Call log:
- navigating to "http://localhost:8080/training", waiting until "load"
117 | testId: string,
118 | ) => {
> 119 | await page.goto(url);
| ^
120 | await page.waitForLoadState();
121 | await page.waitForSelector(`[data-testid="${testId}"]`, {
122 | state: 'visible',
at navigateAndCheck (/home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/authentication.test.ts:119:20)
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/authentication.test.ts:128:13
|
🎭 Playwright tests:
test/e2e/authentication.test.ts#L1
1) [firefox] › authentication.test.ts:107:3 › Authentication › should load unauthorized routes as expected with and without authentication - `( @slow @primary @development @staging @production )`
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 180000ms exceeded.
|
🎭 Playwright tests:
test/e2e/authentication.test.ts#L119
1) [firefox] › authentication.test.ts:107:3 › Authentication › should load unauthorized routes as expected with and without authentication - `( @slow @primary @development @staging @production )`
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: Target page, context or browser has been closed
117 | testId: string,
118 | ) => {
> 119 | await page.goto(url);
| ^
120 | await page.waitForLoadState();
121 | await page.waitForSelector(`[data-testid="${testId}"]`, {
122 | state: 'visible',
at navigateAndCheck (/home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/authentication.test.ts:119:20)
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/authentication.test.ts:135:13
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
🎭 Playwright tests:
[firefox-setup] › auth.setup.ts#L1
[firefox-setup] › auth.setup.ts took 1.9m
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "all-blob-reports", "e2e-report-12771999158-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 flaky
[firefox] › authentication.test.ts:107:3 › Authentication › should load unauthorized routes as expected with and without authentication - `( @slow @primary @development @staging @production )`
6 passed (6.2m)
|
Loading