chore(deps-dev): bump the playwright group with 3 updates #15064
Annotations
3 errors and 1 notice
🔣 Print GitHub Report:
output/react/src/components/textarea/textarea.spec.tsx#L27
1) [mobile_chrome] › textarea/textarea.spec.tsx:22:6 › DBTextarea › should have same aria-snapshot
Error: expect(string).toMatchSnapshot(expected)
- text: Label
- textbox "Label": Test
- status
Expected: /__w/mono/mono/__snapshots__/textarea/component/mobile-chrome/DBTextarea-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/output/react/test-results/textarea-textarea-DBTextarea-should-have-same-aria-snapshot-mobile-chrome/ba41c6a4dd0b5fd4532f-547f78ce6c5bc9ba5f8d-actual.yaml
25 | // Some wired issue with react and playwright ariaSnapshot in this case
26 | const playwrightReactIssueFix = snapshot.replace('Test Test', 'Test');
> 27 | expect(playwrightReactIssueFix).toMatchSnapshot(
| ^
28 | `${testInfo.testId}.yaml`
29 | );
30 | });
at /__w/mono/mono/output/react/src/components/textarea/textarea.spec.tsx:27:35
|
🔣 Print GitHub Report:
output/react/src/components/textarea/textarea.spec.tsx#L27
1) [mobile_chrome] › textarea/textarea.spec.tsx:22:6 › DBTextarea › should have same aria-snapshot
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
- text: Label
- textbox "Label": Test
- status
Expected: /__w/mono/mono/__snapshots__/textarea/component/mobile-chrome/DBTextarea-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/output/react/test-results/textarea-textarea-DBTextarea-should-have-same-aria-snapshot-mobile-chrome-retry1/ba41c6a4dd0b5fd4532f-547f78ce6c5bc9ba5f8d-actual.yaml
25 | // Some wired issue with react and playwright ariaSnapshot in this case
26 | const playwrightReactIssueFix = snapshot.replace('Test Test', 'Test');
> 27 | expect(playwrightReactIssueFix).toMatchSnapshot(
| ^
28 | `${testInfo.testId}.yaml`
29 | );
30 | });
at /__w/mono/mono/output/react/src/components/textarea/textarea.spec.tsx:27:35
|
👩🔬 Test with Playwright 🎭
Process completed with exit code 1.
|
🔣 Print GitHub Report
1 failed
[mobile_chrome] › textarea/textarea.spec.tsx:22:6 › DBTextarea › should have same aria-snapshot
3 skipped
140 passed (35.4s)
|
Loading