Phone System Zoom and Focus Issue #7569
Annotations
2 errors, 3 warnings, and 1 notice
🎭 Playwright tests:
test/e2e/pages/user-profile.test.ts#L12
1) [chromium] › pages/user-profile.test.ts:22: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#L19
1) [chromium] › pages/user-profile.test.ts:22:3 › UserProfile › should have visible data-testids - `( @primary @slow @READ @development @staging @production )`
Error: page.waitForLoadState: Test timeout of 60000ms exceeded.
17 | await userProfileLink.click();
18 | await page.waitForURL(/.*\/profile.*/);
> 19 | await page.waitForLoadState('networkidle');
| ^
20 | });
21 |
22 | test(
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/user-profile.test.ts:19:16
|
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/
|
🎭 Playwright tests:
[chromium-setup] › auth.setup.ts#L1
[chromium-setup] › auth.setup.ts took 1.2m
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "all-blob-reports", "e2e-report-11847456475-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] › pages/user-profile.test.ts:22:3 › UserProfile › should have visible data-testids - `( @primary @slow @READ @development @staging @production )`
5 passed (3.5m)
|
Loading