chore(deps): update dependency @iconify/json to v2.2.311 #8010
Annotations
6 errors, 1 warning, and 1 notice
🎭 Playwright tests:
test/e2e/auth.setup.ts#L1
1) [firefox-setup] › auth.setup.ts:10:1 › authenticate as user - `( @primary @slow @READ @development @staging @production )`
Test timeout of 180000ms exceeded.
|
🎭 Playwright tests:
test/e2e/auth.setup.ts#L24
1) [firefox-setup] › auth.setup.ts:10:1 › authenticate as user - `( @primary @slow @READ @development @staging @production )`
Error: browserContext.storageState: Test timeout of 180000ms exceeded.
22 | await page.waitForLoadState('networkidle');
23 | await doLogin(page);
> 24 | await page.context().storageState({ path: normalUserStatePath });
| ^
25 | },
26 | );
27 |
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/auth.setup.ts:24:26
|
🎭 Playwright tests:
test/e2e/authentication.test.ts#L1
2) [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.
|
🎭 Playwright tests:
test/e2e/authentication.test.ts#L150
2) [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
|
🎭 Playwright tests:
test/e2e/authentication.test.ts#L147
2) [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: Timed out 15000ms waiting for expect(locator).toHaveURL(expected)
Locator: locator(':root')
Expected pattern: /.*\/dashboard/
Received string: "http://localhost:8080/o/callback?code=FlvfFlGfqonQCvweGPGeXMF3qmvKpI&state=%2F"
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-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/"
- 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">…</html>
- unexpected value "http://localhost:8080/o/callback?code=FlvfFlGfqonQCvweGPGeXMF3qmvKpI&state=%2F"
- locator resolved to <html lang="en-US">…</html>
- unexpected value "http://localhost:8080/o/callback?code=FlvfFlGfqonQCvweGPGeXMF3qmvKpI&state=%2F"
- locator resolved to <html lang="en-US">…</html>
- unexpected value "http://localhost:8080/o/callback?code=FlvfFlGfqonQCvweGPGeXMF3qmvKpI&state=%2F"
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
|
📤 Upload blob report to GitHub Actions Artifacts
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
|
Run actions/setup-node@v4
Cache not found for keys: node-cache-Linux-x64-pnpm-84d64aad8a63e5832b1b6589061fdf8d00349ebe752ab229d1c4f432965a245e
|
🎭 Playwright tests
2 flaky
[firefox-setup] › auth.setup.ts:10:1 › authenticate as user - `( @primary @slow @READ @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 )`
5 passed (8.8m)
|
Loading