Phone System Zoom and Focus Issue #7569
Annotations
1 error, 3 warnings, and 1 notice
🎭 Playwright tests:
test/e2e/pages/login.test.ts#L110
1) [firefox] › pages/login.test.ts:94:3 › LoginPage › should have data-testids - `( @fast @primary @READ @development @staging @production )`
Error: expect(received).toMatchObject(expected)
- Expected - 17
+ Received + 1
- Array [
- "testLogoIcon",
- "testSurvivorContactDiv",
- "testLoginTextContent",
- "testSigninTextContent",
- "testEmailTextInput",
- "testPasswordTextInput",
- "testMagicLink",
- "testCellPhoneLogin",
- "testRequestPasswordResetLink",
- "testLoginButton",
- "testRequestAccessButton",
- "testNeedHelpCleaningUp",
- "testAwsLink",
- "testAwsImgIcon",
- "testGlobeIcon",
- ]
+ Array []
108 | (id) => !['testIncidentPhoneDiv', 'testNoPhoneDiv'].includes(id),
109 | );
> 110 | expect(dataTestIds).toMatchObject([
| ^
111 | 'testLogoIcon',
112 | 'testSurvivorContactDiv',
113 | 'testLoginTextContent',
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/login.test.ts:110:27
|
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.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
[firefox] › pages/login.test.ts:94:3 › LoginPage › should have data-testids - `( @fast @primary @READ @development @staging @production )`
5 passed (2.4m)
|
Loading