fix(deps): update dependency pixi-filters to v6 #6773
Annotations
7 errors, 2 warnings, and 1 notice
🎭 Playwright tests:
test/e2e/auth.setup.ts#L1
1) [firefox-setup] › auth.setup.ts:28:1 › authenticate as admin - `( @primary @slow @READ @development @staging @production )`
Test timeout of 180000ms exceeded.
|
🎭 Playwright tests:
test/e2e/auth.setup.ts#L42
1) [firefox-setup] › auth.setup.ts:28:1 › authenticate as admin - `( @primary @slow @READ @development @staging @production )`
Error: browserContext.storageState: Test timeout of 180000ms exceeded.
40 | await page.waitForLoadState('networkidle');
41 | await doLoginAsAdmin(page);
> 42 | await page.context().storageState({ path: adminUserStatePath });
| ^
43 | },
44 | );
45 |
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/auth.setup.ts:42:26
|
🎭 Playwright tests:
test/e2e/auth.setup.ts#L1
1) [firefox-setup] › auth.setup.ts:28:1 › authenticate as admin - `( @primary @slow @READ @development @staging @production )`
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 180000ms exceeded.
|
🎭 Playwright tests:
test/e2e/auth.setup.ts#L42
1) [firefox-setup] › auth.setup.ts:28:1 › authenticate as admin - `( @primary @slow @READ @development @staging @production )`
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: browserContext.storageState: Protocol error (Browser.getCookies): this._targetRegistry.browserContextForId(...) is undefined
40 | await page.waitForLoadState('networkidle');
41 | await doLoginAsAdmin(page);
> 42 | await page.context().storageState({ path: adminUserStatePath });
| ^
43 | },
44 | );
45 |
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/auth.setup.ts:42:26
|
🎭 Playwright tests:
test/e2e/auth.setup.ts#L1
1) [firefox-setup] › auth.setup.ts:28:1 › authenticate as admin - `( @primary @slow @READ @development @staging @production )`
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 180000ms exceeded.
|
🎭 Playwright tests:
test/e2e/auth.setup.ts#L42
1) [firefox-setup] › auth.setup.ts:28:1 › authenticate as admin - `( @primary @slow @READ @development @staging @production )`
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: browserContext.storageState: Test timeout of 180000ms exceeded.
40 | await page.waitForLoadState('networkidle');
41 | await doLoginAsAdmin(page);
> 42 | await page.context().storageState({ path: adminUserStatePath });
| ^
43 | },
44 | );
45 |
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/auth.setup.ts:42:26
|
🎭 Playwright tests
Process completed with exit code 1.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: pnpm/action-setup@v2, 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/
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "all-blob-reports", "e2e-report-11522791537-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 failed
[firefox-setup] › auth.setup.ts:28:1 › authenticate as admin - `( @primary @slow @READ @development @staging @production )`
5 did not run
1 passed (11.7m)
|
Loading