chore(deps-dev): bump the playwright group with 3 updates #15052
Annotations
11 errors and 1 notice
🔣 Print GitHub Report:
output/vue/src/components/button/button.spec.tsx#L50
1) [firefox] › button/button.spec.tsx:49:2 › DBButton › should have same aria-snapshot ───────────
ReferenceError: comp is not defined
48 | const testA11y = () => {
49 | test('should have same aria-snapshot', async ({ mount }, testInfo) => {
> 50 | const component = await mount(comp);
| ^
51 | const snapshot = await component.ariaSnapshot();
52 | expect(snapshot).toMatchSnapshot(`${testInfo.testId}.yaml`);
53 | });
at /__w/mono/mono/output/vue/src/components/button/button.spec.tsx:50:33
|
🔣 Print GitHub Report:
output/vue/src/components/button/button.spec.tsx#L50
1) [firefox] › button/button.spec.tsx:49:2 › DBButton › should have same aria-snapshot ───────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
ReferenceError: comp is not defined
48 | const testA11y = () => {
49 | test('should have same aria-snapshot', async ({ mount }, testInfo) => {
> 50 | const component = await mount(comp);
| ^
51 | const snapshot = await component.ariaSnapshot();
52 | expect(snapshot).toMatchSnapshot(`${testInfo.testId}.yaml`);
53 | });
at /__w/mono/mono/output/vue/src/components/button/button.spec.tsx:50:33
|
🔣 Print GitHub Report:
output/vue/src/components/card/card.spec.tsx#L39
2) [firefox] › card/card.spec.tsx:38:2 › DBCard › should have same aria-snapshot ─────────────────
ReferenceError: comp is not defined
37 | const testA11y = () => {
38 | test('should have same aria-snapshot', async ({ mount }, testInfo) => {
> 39 | const component = await mount(comp);
| ^
40 | const snapshot = await component.ariaSnapshot();
41 | expect(snapshot).toMatchSnapshot(`${testInfo.testId}.yaml`);
42 | });
at /__w/mono/mono/output/vue/src/components/card/card.spec.tsx:39:33
|
🔣 Print GitHub Report:
output/vue/src/components/card/card.spec.tsx#L39
2) [firefox] › card/card.spec.tsx:38:2 › DBCard › should have same aria-snapshot ─────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
ReferenceError: comp is not defined
37 | const testA11y = () => {
38 | test('should have same aria-snapshot', async ({ mount }, testInfo) => {
> 39 | const component = await mount(comp);
| ^
40 | const snapshot = await component.ariaSnapshot();
41 | expect(snapshot).toMatchSnapshot(`${testInfo.testId}.yaml`);
42 | });
at /__w/mono/mono/output/vue/src/components/card/card.spec.tsx:39:33
|
🔣 Print GitHub Report:
output/vue/src/components/checkbox/checkbox.spec.tsx#L25
3) [firefox] › checkbox/checkbox.spec.tsx:22:2 › DBCheckbox › should have same aria-snapshot ─────
Error: expect(string).toMatchSnapshot(expected)
- checkbox "Test": on
- text: Test
- status
Expected: /__w/mono/mono/__snapshots__/checkbox/component/firefox/DBCheckbox-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/output/vue/test-results/checkbox-checkbox-DBCheckbox-should-have-same-aria-snapshot-firefox/cfff95d13f295204281f-47423d704591633d7fac-actual.yaml
23 | const component = await mount(comp);
24 | const snapshot = await component.ariaSnapshot();
> 25 | expect(snapshot).toMatchSnapshot(`${testInfo.testId}.yaml`);
| ^
26 | });
27 | test('should not have A11y issues', async ({ page, mount }) => {
28 | await mount(comp);
at /__w/mono/mono/output/vue/src/components/checkbox/checkbox.spec.tsx:25:20
|
🔣 Print GitHub Report:
output/vue/src/components/checkbox/checkbox.spec.tsx#L25
3) [firefox] › checkbox/checkbox.spec.tsx:22:2 › DBCheckbox › should have same aria-snapshot ─────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
- checkbox "Test": on
- text: Test
- status
Expected: /__w/mono/mono/__snapshots__/checkbox/component/firefox/DBCheckbox-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/output/vue/test-results/checkbox-checkbox-DBCheckbox-should-have-same-aria-snapshot-firefox-retry1/cfff95d13f295204281f-47423d704591633d7fac-actual.yaml
23 | const component = await mount(comp);
24 | const snapshot = await component.ariaSnapshot();
> 25 | expect(snapshot).toMatchSnapshot(`${testInfo.testId}.yaml`);
| ^
26 | });
27 | test('should not have A11y issues', async ({ page, mount }) => {
28 | await mount(comp);
at /__w/mono/mono/output/vue/src/components/checkbox/checkbox.spec.tsx:25:20
|
🔣 Print GitHub Report:
output/vue/src/components/radio/radio.spec.tsx#L25
4) [firefox] › radio/radio.spec.tsx:22:2 › DBRadio › should have same aria-snapshot ──────────────
Error: expect(string).toMatchSnapshot(expected)
- radio "Test": on
- text: Test
Expected: /__w/mono/mono/__snapshots__/radio/component/firefox/DBRadio-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/output/vue/test-results/radio-radio-DBRadio-should-have-same-aria-snapshot-firefox/2addd0120480347eba5c-627d4071fd264b8e8158-actual.yaml
23 | const component = await mount(comp);
24 | const snapshot = await component.ariaSnapshot();
> 25 | expect(snapshot).toMatchSnapshot(`${testInfo.testId}.yaml`);
| ^
26 | });
27 | test('should not have A11y issues', async ({ page, mount }) => {
28 | await mount(comp);
at /__w/mono/mono/output/vue/src/components/radio/radio.spec.tsx:25:20
|
🔣 Print GitHub Report:
output/vue/src/components/radio/radio.spec.tsx#L25
4) [firefox] › radio/radio.spec.tsx:22:2 › DBRadio › should have same aria-snapshot ──────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
- radio "Test": on
- text: Test
Expected: /__w/mono/mono/__snapshots__/radio/component/firefox/DBRadio-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/output/vue/test-results/radio-radio-DBRadio-should-have-same-aria-snapshot-firefox-retry1/2addd0120480347eba5c-627d4071fd264b8e8158-actual.yaml
23 | const component = await mount(comp);
24 | const snapshot = await component.ariaSnapshot();
> 25 | expect(snapshot).toMatchSnapshot(`${testInfo.testId}.yaml`);
| ^
26 | });
27 | test('should not have A11y issues', async ({ page, mount }) => {
28 | await mount(comp);
at /__w/mono/mono/output/vue/src/components/radio/radio.spec.tsx:25:20
|
🔣 Print GitHub Report:
output/vue/src/components/textarea/textarea.spec.tsx#L25
5) [firefox] › textarea/textarea.spec.tsx:22:2 › DBTextarea › should have same aria-snapshot ─────
Error: expect(string).toMatchSnapshot(expected)
- text: Label
- textbox "Label": Test Test
- status
Expected: /__w/mono/mono/__snapshots__/textarea/component/firefox/DBTextarea-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/output/vue/test-results/textarea-textarea-DBTextarea-should-have-same-aria-snapshot-firefox/ba41c6a4dd0b5fd4532f-7a54b177bfda5e4f8424-actual.yaml
23 | const component = await mount(comp);
24 | const snapshot = await component.ariaSnapshot();
> 25 | expect(snapshot).toMatchSnapshot(`${testInfo.testId}.yaml`);
| ^
26 | });
27 | test('should not have any A11y issues', async ({ page, mount }) => {
28 | await mount(comp);
at /__w/mono/mono/output/vue/src/components/textarea/textarea.spec.tsx:25:20
|
🔣 Print GitHub Report:
output/vue/src/components/textarea/textarea.spec.tsx#L25
5) [firefox] › textarea/textarea.spec.tsx:22:2 › DBTextarea › should have same aria-snapshot ─────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
- text: Label
- textbox "Label": Test Test
- status
Expected: /__w/mono/mono/__snapshots__/textarea/component/firefox/DBTextarea-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/output/vue/test-results/textarea-textarea-DBTextarea-should-have-same-aria-snapshot-firefox-retry1/ba41c6a4dd0b5fd4532f-7a54b177bfda5e4f8424-actual.yaml
23 | const component = await mount(comp);
24 | const snapshot = await component.ariaSnapshot();
> 25 | expect(snapshot).toMatchSnapshot(`${testInfo.testId}.yaml`);
| ^
26 | });
27 | test('should not have any A11y issues', async ({ page, mount }) => {
28 | await mount(comp);
at /__w/mono/mono/output/vue/src/components/textarea/textarea.spec.tsx:25:20
|
👩🔬 Test with Playwright 🎭
Process completed with exit code 1.
|
🔣 Print GitHub Report
5 failed
[firefox] › button/button.spec.tsx:49:2 › DBButton › should have same aria-snapshot ────────────
[firefox] › card/card.spec.tsx:38:2 › DBCard › should have same aria-snapshot ──────────────────
[firefox] › checkbox/checkbox.spec.tsx:22:2 › DBCheckbox › should have same aria-snapshot ──────
[firefox] › radio/radio.spec.tsx:22:2 › DBRadio › should have same aria-snapshot ───────────────
[firefox] › textarea/textarea.spec.tsx:22:2 › DBTextarea › should have same aria-snapshot ──────
3 skipped
136 passed (1.6m)
|
Loading