fix(deps): update dependency pixi-filters to v6 #6773
Annotations
10 errors, 2 warnings, and 1 notice
🎭 Playwright tests:
test/e2e/pages/phone.test.ts#L77
1) [firefox] › pages/phone.test.ts:85:3 › PhonePage › should have visible data-testids - `( @primary @slow @READ @development @staging @production )`
Test timeout of 60000ms exceeded while running "beforeEach" hook.
75 | ];
76 |
> 77 | test.beforeEach(async ({ page }) => {
| ^
78 | await page.goto('/dashboard');
79 | const phoneLink = page.getByTestId('testphoneLink');
80 | await phoneLink.click();
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/phone.test.ts:77:8
|
🎭 Playwright tests:
test/e2e/pages/phone.test.ts#L80
1) [firefox] › pages/phone.test.ts:85:3 › PhonePage › should have visible data-testids - `( @primary @slow @READ @development @staging @production )`
Error: locator.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByTestId('testphoneLink')
78 | await page.goto('/dashboard');
79 | const phoneLink = page.getByTestId('testphoneLink');
> 80 | await phoneLink.click();
| ^
81 | await page.waitForURL(/.*\/incident\/.*\/phone.*/);
82 | await page.waitForLoadState();
83 | });
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/phone.test.ts:80:21
|
🎭 Playwright tests:
test/e2e/pages/phone.test.ts#L77
1) [firefox] › pages/phone.test.ts:85:3 › PhonePage › should have visible data-testids - `( @primary @slow @READ @development @staging @production )`
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded while running "beforeEach" hook.
75 | ];
76 |
> 77 | test.beforeEach(async ({ page }) => {
| ^
78 | await page.goto('/dashboard');
79 | const phoneLink = page.getByTestId('testphoneLink');
80 | await phoneLink.click();
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/phone.test.ts:77:8
|
🎭 Playwright tests:
test/e2e/pages/phone.test.ts#L80
1) [firefox] › pages/phone.test.ts:85:3 › PhonePage › should have visible data-testids - `( @primary @slow @READ @development @staging @production )`
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByTestId('testphoneLink')
78 | await page.goto('/dashboard');
79 | const phoneLink = page.getByTestId('testphoneLink');
> 80 | await phoneLink.click();
| ^
81 | await page.waitForURL(/.*\/incident\/.*\/phone.*/);
82 | await page.waitForLoadState();
83 | });
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/phone.test.ts:80:21
|
🎭 Playwright tests:
test/e2e/pages/phone.test.ts#L77
1) [firefox] › pages/phone.test.ts:85:3 › PhonePage › should have visible data-testids - `( @primary @slow @READ @development @staging @production )`
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded while running "beforeEach" hook.
75 | ];
76 |
> 77 | test.beforeEach(async ({ page }) => {
| ^
78 | await page.goto('/dashboard');
79 | const phoneLink = page.getByTestId('testphoneLink');
80 | await phoneLink.click();
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/phone.test.ts:77:8
|
🎭 Playwright tests:
test/e2e/pages/phone.test.ts#L80
1) [firefox] › pages/phone.test.ts:85:3 › PhonePage › should have visible data-testids - `( @primary @slow @READ @development @staging @production )`
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByTestId('testphoneLink')
78 | await page.goto('/dashboard');
79 | const phoneLink = page.getByTestId('testphoneLink');
> 80 | await phoneLink.click();
| ^
81 | await page.waitForURL(/.*\/incident\/.*\/phone.*/);
82 | await page.waitForLoadState();
83 | });
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/phone.test.ts:80:21
|
🎭 Playwright tests:
test/e2e/pages/user-profile.test.ts#L12
2) [firefox] › pages/user-profile.test.ts:23: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
|
🎭 Playwright tests:
test/e2e/pages/user-profile.test.ts#L15
2) [firefox] › pages/user-profile.test.ts:23: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
|
🎭 Playwright tests:
test/e2e/pages/user-profile.test.ts#L12
2) [firefox] › pages/user-profile.test.ts:23: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
|
🎭 Playwright tests:
test/e2e/pages/user-profile.test.ts#L15
2) [firefox] › pages/user-profile.test.ts:23:3 › UserProfile › should have visible data-testids - `( @primary @slow @READ @development @staging @production )`
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
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
|
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
3 failed
[firefox] › pages/phone.test.ts:85:3 › PhonePage › should have visible data-testids - `( @primary @slow @READ @development @staging @production )`
[firefox] › pages/user-profile.test.ts:23:3 › UserProfile › should have visible data-testids - `( @primary @slow @READ @development @staging @production )`
[firefox] › pages/work.test.ts:55:3 › WorkPage › should have visible data-testids - `( @primary @slow @READ @development @staging @production )`
1 flaky
[firefox-setup] › auth.setup.ts:28:1 › authenticate as admin - `( @primary @slow @READ @development @staging @production )`
2 passed (21.2m)
|
Loading