chore(deps-dev): bump the playwright group with 3 updates #15093
Annotations
5 errors and 1 notice
🔣 Print GitHub Report:
output/react/src/components/accordion/accordion.spec.tsx#L110
1) [firefox] › accordion/accordion.spec.tsx:107:6 › 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/firefox/DBAccordion-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/output/react/test-results/accordion-accordion-DBAcco-3e3ff-uld-have-same-aria-snapshot-firefox/90baa2377f93ad3e43ac-63d92886263a5fb0e9a2-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/react/src/components/accordion/accordion.spec.tsx:110:20
|
🔣 Print GitHub Report:
output/react/src/components/accordion/accordion.spec.tsx#L110
1) [firefox] › accordion/accordion.spec.tsx:107:6 › 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/firefox/DBAccordion-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/output/react/test-results/accordion-accordion-DBAcco-3e3ff-uld-have-same-aria-snapshot-firefox-retry1/90baa2377f93ad3e43ac-63d92886263a5fb0e9a2-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/react/src/components/accordion/accordion.spec.tsx:110:20
|
🔣 Print GitHub Report:
output/react/src/components/accordion-item/accordion-item.spec.tsx#L26
2) [firefox] › accordion-item/accordion-item.spec.tsx:23:6 › DBAccordionItem › should have same aria-snapshot
Error: expect(string).toMatchSnapshot(expected)
- listitem:
- group: Test chevron_down" / "
Expected: /__w/mono/mono/__snapshots__/accordion-item/component/firefox/DBAccordionItem-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/output/react/test-results/accordion-item-accordion-i-6df9e-uld-have-same-aria-snapshot-firefox/0245564f0c1c6b9bf2d7-2bac7165cbbfcbb4d620-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/react/src/components/accordion-item/accordion-item.spec.tsx:26:20
|
🔣 Print GitHub Report:
output/react/src/components/accordion-item/accordion-item.spec.tsx#L26
2) [firefox] › accordion-item/accordion-item.spec.tsx:23:6 › 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/firefox/DBAccordionItem-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/output/react/test-results/accordion-item-accordion-i-6df9e-uld-have-same-aria-snapshot-firefox-retry1/0245564f0c1c6b9bf2d7-2bac7165cbbfcbb4d620-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/react/src/components/accordion-item/accordion-item.spec.tsx:26:20
|
👩🔬 Test with Playwright 🎭
Process completed with exit code 1.
|
🔣 Print GitHub Report
2 failed
[firefox] › accordion/accordion.spec.tsx:107:6 › DBAccordion › should have same aria-snapshot ──
[firefox] › accordion-item/accordion-item.spec.tsx:23:6 › DBAccordionItem › should have same aria-snapshot
3 skipped
142 passed (1.4m)
|
Loading