Phone System Zoom and Focus Issue #7569
Annotations
2 errors, 3 warnings, and 1 notice
🎭 Playwright tests:
test/e2e/pages/user-profile.test.ts#L1
1) [firefox] › pages/user-profile.test.ts:22:3 › UserProfile › should have visible data-testids - `( @primary @slow @READ @development @staging @production )`
Test timeout of 180000ms exceeded.
|
🎭 Playwright tests:
test/e2e/pages/user-profile.test.ts#L67
1) [firefox] › pages/user-profile.test.ts:22:3 › UserProfile › should have visible data-testids - `( @primary @slow @READ @development @staging @production )`
Error: locator.scrollIntoViewIfNeeded: Test timeout of 180000ms exceeded.
Call log:
- waiting for getByTestId('testTogglecontactSection').first()
65 | const testId = `testToggle${section}Section`;
66 | const toggleButton = page.getByTestId(testId).first();
> 67 | await toggleButton.scrollIntoViewIfNeeded();
| ^
68 | await expect(toggleButton).toBeVisible(); // Ensure it's visible
69 | await toggleButton.click();
70 | await page.waitForTimeout(100); // Optional slight delay to ensure UI stability
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/user-profile.test.ts:67:28
|
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:
[firefox-setup] › auth.setup.ts#L1
[firefox-setup] › auth.setup.ts took 1.1m
|
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
[firefox] › pages/user-profile.test.ts:22:3 › UserProfile › should have visible data-testids - `( @primary @slow @READ @development @staging @production )`
5 passed (5.1m)
|
Loading