chore(deps-dev): bump the playwright group with 3 updates #15081
Annotations
3 errors and 1 notice
👩🔬 Test with Playwright 🎭
Process completed with exit code 1.
|
🔣 Print GitHub Report:
output/vue/src/components/textarea/textarea.spec.tsx#L27
1) [chromium] › textarea/textarea.spec.tsx:22:2 › DBTextarea › should have same aria-snapshot ────
Error: expect(string).toMatchSnapshot(expected)
- text: Label
- textbox "Label": Test
- status
Expected: /__w/mono/mono/__snapshots__/textarea/component/chromium/DBTextarea-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/output/vue/test-results/textarea-textarea-DBTextarea-should-have-same-aria-snapshot-chromium/ba41c6a4dd0b5fd4532f-0d9fa3086c3d8fb516b8-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/vue/src/components/textarea/textarea.spec.tsx:27:35
|
🔣 Print GitHub Report:
output/vue/src/components/textarea/textarea.spec.tsx#L27
1) [chromium] › textarea/textarea.spec.tsx:22:2 › 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/chromium/DBTextarea-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/output/vue/test-results/textarea-textarea-DBTextarea-should-have-same-aria-snapshot-chromium-retry1/ba41c6a4dd0b5fd4532f-0d9fa3086c3d8fb516b8-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/vue/src/components/textarea/textarea.spec.tsx:27:35
|
🔣 Print GitHub Report
1 failed
[chromium] › textarea/textarea.spec.tsx:22:2 › DBTextarea › should have same aria-snapshot ─────
3 skipped
143 passed (37.3s)
|
Loading