chore(deps-dev): bump the playwright group with 3 updates #15093
Annotations
5 errors and 1 notice
👩🔬 Test with Playwright 🎭
Process completed with exit code 1.
|
🔣 Print GitHub Report:
output/vue/src/components/accordion/accordion.spec.tsx#L110
1) [mobile_chrome] › accordion/accordion.spec.tsx:107:2 › DBAccordion › should have same aria-snapshot
Error: expect(string).toMatchSnapshot(expected)
- list:
- listitem:
- group: Test chevron_down" / "
- listitem:
- group: Test 2 chevron_down" / "
- listitem:
- group: Test 3 chevron_down" / "
Expected: /__w/mono/mono/__snapshots__/accordion/component/mobile-chrome/DBAccordion-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/output/vue/test-results/accordion-accordion-DBAcco-3e3ff-uld-have-same-aria-snapshot-mobile-chrome/90baa2377f93ad3e43ac-4b84f6f195324b7f2d3d-actual.yaml
108 | const component = await mount(comp);
109 | const snapshot = await component.ariaSnapshot();
> 110 | expect(snapshot).toMatchSnapshot(`${testInfo.testId}.yaml`);
| ^
111 | });
112 | test('should not have any A11y issues', async ({ page, mount }) => {
113 | await mount(comp);
at /__w/mono/mono/output/vue/src/components/accordion/accordion.spec.tsx:110:20
|
🔣 Print GitHub Report:
output/vue/src/components/accordion/accordion.spec.tsx#L110
1) [mobile_chrome] › accordion/accordion.spec.tsx:107:2 › DBAccordion › should have same aria-snapshot
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
- list:
- listitem:
- group: Test chevron_down" / "
- listitem:
- group: Test 2 chevron_down" / "
- listitem:
- group: Test 3 chevron_down" / "
Expected: /__w/mono/mono/__snapshots__/accordion/component/mobile-chrome/DBAccordion-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/output/vue/test-results/accordion-accordion-DBAcco-3e3ff-uld-have-same-aria-snapshot-mobile-chrome-retry1/90baa2377f93ad3e43ac-4b84f6f195324b7f2d3d-actual.yaml
108 | const component = await mount(comp);
109 | const snapshot = await component.ariaSnapshot();
> 110 | expect(snapshot).toMatchSnapshot(`${testInfo.testId}.yaml`);
| ^
111 | });
112 | test('should not have any A11y issues', async ({ page, mount }) => {
113 | await mount(comp);
at /__w/mono/mono/output/vue/src/components/accordion/accordion.spec.tsx:110:20
|
🔣 Print GitHub Report:
output/vue/src/components/accordion-item/accordion-item.spec.tsx#L26
2) [mobile_chrome] › accordion-item/accordion-item.spec.tsx:23:2 › DBAccordionItem › should have same aria-snapshot
Error: expect(string).toMatchSnapshot(expected)
- listitem:
- group: Test chevron_down" / "
Expected: /__w/mono/mono/__snapshots__/accordion-item/component/mobile-chrome/DBAccordionItem-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/output/vue/test-results/accordion-item-accordion-i-6df9e-uld-have-same-aria-snapshot-mobile-chrome/0245564f0c1c6b9bf2d7-b2f1d56b3d3c9f18fa49-actual.yaml
24 | const component = await mount(comp);
25 | const snapshot = await component.ariaSnapshot();
> 26 | expect(snapshot).toMatchSnapshot(`${testInfo.testId}.yaml`);
| ^
27 | });
28 | test('should not have any A11y issues', async ({ page, mount }) => {
29 | await mount(comp);
at /__w/mono/mono/output/vue/src/components/accordion-item/accordion-item.spec.tsx:26:20
|
🔣 Print GitHub Report:
output/vue/src/components/accordion-item/accordion-item.spec.tsx#L26
2) [mobile_chrome] › accordion-item/accordion-item.spec.tsx:23:2 › DBAccordionItem › should have same aria-snapshot
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
- listitem:
- group: Test chevron_down" / "
Expected: /__w/mono/mono/__snapshots__/accordion-item/component/mobile-chrome/DBAccordionItem-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/output/vue/test-results/accordion-item-accordion-i-6df9e-uld-have-same-aria-snapshot-mobile-chrome-retry1/0245564f0c1c6b9bf2d7-b2f1d56b3d3c9f18fa49-actual.yaml
24 | const component = await mount(comp);
25 | const snapshot = await component.ariaSnapshot();
> 26 | expect(snapshot).toMatchSnapshot(`${testInfo.testId}.yaml`);
| ^
27 | });
28 | test('should not have any A11y issues', async ({ page, mount }) => {
29 | await mount(comp);
at /__w/mono/mono/output/vue/src/components/accordion-item/accordion-item.spec.tsx:26:20
|
🔣 Print GitHub Report
2 failed
[mobile_chrome] › accordion/accordion.spec.tsx:107:2 › DBAccordion › should have same aria-snapshot
[mobile_chrome] › accordion-item/accordion-item.spec.tsx:23:2 › DBAccordionItem › should have same aria-snapshot
3 skipped
142 passed (39.7s)
|
Loading