chore(deps-dev): bump the playwright group with 3 updates #15052
Annotations
5 errors and 1 notice
🔣 Print GitHub Report:
output/react/src/components/button/button.spec.tsx#L50
1) [chromium] › button/button.spec.tsx:49:6 › 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/react/src/components/button/button.spec.tsx:50:33
|
🔣 Print GitHub Report:
output/react/src/components/button/button.spec.tsx#L50
1) [chromium] › button/button.spec.tsx:49:6 › 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/react/src/components/button/button.spec.tsx:50:33
|
🔣 Print GitHub Report:
output/react/src/components/card/card.spec.tsx#L39
2) [chromium] › card/card.spec.tsx:38:6 › 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/react/src/components/card/card.spec.tsx:39:33
|
🔣 Print GitHub Report:
output/react/src/components/card/card.spec.tsx#L39
2) [chromium] › card/card.spec.tsx:38:6 › 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/react/src/components/card/card.spec.tsx:39:33
|
👩🔬 Test with Playwright 🎭
Process completed with exit code 1.
|
🔣 Print GitHub Report
2 failed
[chromium] › button/button.spec.tsx:49:6 › DBButton › should have same aria-snapshot ───────────
[chromium] › card/card.spec.tsx:38:6 › DBCard › should have same aria-snapshot ─────────────────
3 skipped
139 passed (36.0s)
|
Loading