fix(deps): update dependency sass to v1.83.4 #7827
Annotations
1 error, 3 warnings, and 1 notice
🎭 Playwright tests:
test/e2e/authentication.test.ts#L126
1) [chromium] › authentication.test.ts:107:3 › Authentication › should load unauthorized routes as expected with and without authentication - `( @slow @primary @development @staging @production )`
Error: Timed out 15000ms waiting for expect(locator).toHaveURL(expected)
Locator: locator(':root')
Expected pattern: /.*\/login\/.*/
Received string: "http://localhost:8080/"
Call log:
- expect.toHaveURL with timeout 15000ms
- waiting for locator(':root')
- locator resolved to <html lang="en">…</html>
- unexpected value "http://localhost:8080/"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://localhost:8080/"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://localhost:8080/"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://localhost:8080/"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://localhost:8080/"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://localhost:8080/"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://localhost:8080/"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://localhost:8080/"
- locator resolved to <html lang="en-US">…</html>
- unexpected value "http://localhost:8080/"
- locator resolved to <html lang="en-US">…</html>
- unexpected value "http://localhost:8080/"
- locator resolved to <html lang="en-US">…</html>
- unexpected value "http://localhost:8080/"
- locator resolved to <html lang="en-US">…</html>
- unexpected value "http://localhost:8080/"
- locator resolved to <html lang="en-US">…</html>
- unexpected value "http://localhost:8080/"
- locator resolved to <html lang="en-US">…</html>
- unexpected value "http://localhost:8080/"
- locator resolved to <html lang="en-US">…</html>
- unexpected value "http://localhost:8080/"
- locator resolved to <html lang="en-US">…</html>
- unexpected value "http://localhost:8080/"
- locator resolved to <html lang="en-US">…</html>
- unexpected value "http://localhost:8080/"
- locator resolved to <html lang="en-US">…</html>
- unexpected value "http://localhost:8080/"
124 | await expect(page).toHaveURL(url, { timeout: 15_000 });
125 | };
> 126 | await expect(page).toHaveURL(urlRegexes.login, { timeout: 15_000 });
| ^
127 | // visit unauthed pages
128 | await navigateAndCheck(page, '/training', 'testTrainingDiv');
129 | await navigateAndCheck(page, '/about', 'testAboutDiv');
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/authentication.test.ts:126:26
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
🎭 Playwright tests:
[chromium-setup] › auth.setup.ts#L1
[chromium-setup] › auth.setup.ts took 1.8m
|
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
[chromium] › authentication.test.ts:107:3 › Authentication › should load unauthorized routes as expected with and without authentication - `( @slow @primary @development @staging @production )`
6 passed (3.5m)
|
Loading