chore(deps-dev): bump the playwright group with 3 updates #15081
Annotations
4 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) [mobile_chrome] › 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/mobile-chrome/DBTextarea-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/output/vue/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/vue/src/components/textarea/textarea.spec.tsx:27:35
|
🔣 Print GitHub Report:
output/vue/src/components/textarea/textarea.spec.tsx#L27
1) [mobile_chrome] › 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/mobile-chrome/DBTextarea-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/output/vue/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/vue/src/components/textarea/textarea.spec.tsx:27:35
|
🔣 Print GitHub Report:
output/vue/src/components/input/input.spec.tsx#L50
2) [mobile_chrome] › input/input.spec.tsx:38:2 › DBInput › should change on input ────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: "test"
Received: ""
48 | const component = await mount(comp);
49 | await component.getByRole('textbox').fill('test');
> 50 | expect(test).toEqual('test');
| ^
51 | });
52 | };
53 |
at /__w/mono/mono/output/vue/src/components/input/input.spec.tsx:50:16
|
🔣 Print GitHub Report
1 failed
[mobile_chrome] › textarea/textarea.spec.tsx:22:2 › DBTextarea › should have same aria-snapshot
1 flaky
[mobile_chrome] › input/input.spec.tsx:38:2 › DBInput › should change on input ─────────────────
3 skipped
142 passed (40.2s)
|
Loading