chore(deps-dev): bump the playwright group with 3 updates #15056
Annotations
11 errors, 1 warning, and 1 notice
🔣 Print GitHub Report:
showcases/e2e/default.ts#L227
1) [webkit] › default.ts:219:2 › DBIcon › should have same aria-snapshot ─────────────────────────
Error: A snapshot doesn't exist at /__w/mono/mono/__snapshots__/icon/showcase/webkit/should-have-same-aria-snapshot/DBIcon-should-have-same-aria-snapshot.yaml, writing actual.
225 |
226 | const snapshot = await page.locator('main').ariaSnapshot();
> 227 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
228 | });
229 | };
230 |
at /__w/mono/mono/showcases/e2e/default.ts:227:20
|
🔣 Print GitHub Report:
showcases/e2e/default.ts#L227
2) [webkit] › default.ts:219:2 › DBInfotext › should have same aria-snapshot ─────────────────────
Error: A snapshot doesn't exist at /__w/mono/mono/__snapshots__/infotext/showcase/webkit/should-have-same-aria-snapshot/DBInfotext-should-have-same-aria-snapshot.yaml, writing actual.
225 |
226 | const snapshot = await page.locator('main').ariaSnapshot();
> 227 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
228 | });
229 | };
230 |
at /__w/mono/mono/showcases/e2e/default.ts:227:20
|
🔣 Print GitHub Report:
showcases/e2e/default.ts#L227
3) [webkit] › default.ts:219:2 › DBInput › should have same aria-snapshot ────────────────────────
Error: A snapshot doesn't exist at /__w/mono/mono/__snapshots__/input/showcase/webkit/should-have-same-aria-snapshot/DBInput-should-have-same-aria-snapshot.yaml, writing actual.
225 |
226 | const snapshot = await page.locator('main').ariaSnapshot();
> 227 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
228 | });
229 | };
230 |
at /__w/mono/mono/showcases/e2e/default.ts:227:20
|
🔣 Print GitHub Report:
showcases/e2e/default.ts#L227
4) [webkit] › default.ts:219:2 › DBLink › should have same aria-snapshot ─────────────────────────
Error: A snapshot doesn't exist at /__w/mono/mono/__snapshots__/link/showcase/webkit/should-have-same-aria-snapshot/DBLink-should-have-same-aria-snapshot.yaml, writing actual.
225 |
226 | const snapshot = await page.locator('main').ariaSnapshot();
> 227 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
228 | });
229 | };
230 |
at /__w/mono/mono/showcases/e2e/default.ts:227:20
|
🔣 Print GitHub Report:
showcases/e2e/default.ts#L227
5) [webkit] › default.ts:219:2 › DBNavigation › should have same aria-snapshot ───────────────────
Error: A snapshot doesn't exist at /__w/mono/mono/__snapshots__/navigation/showcase/webkit/should-have-same-aria-snapshot/DBNavigation-should-have-same-aria-snapshot.yaml, writing actual.
225 |
226 | const snapshot = await page.locator('main').ariaSnapshot();
> 227 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
228 | });
229 | };
230 |
at /__w/mono/mono/showcases/e2e/default.ts:227:20
|
🔣 Print GitHub Report:
showcases/e2e/default.ts#L227
6) [webkit] › default.ts:219:2 › DBNavigationItem › should have same aria-snapshot ───────────────
Error: A snapshot doesn't exist at /__w/mono/mono/__snapshots__/navigation-item/showcase/webkit/should-have-same-aria-snapshot/DBNavigationItem-should-have-same-aria-snapshot.yaml, writing actual.
225 |
226 | const snapshot = await page.locator('main').ariaSnapshot();
> 227 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
228 | });
229 | };
230 |
at /__w/mono/mono/showcases/e2e/default.ts:227:20
|
🔣 Print GitHub Report:
showcases/e2e/default.ts#L227
7) [webkit] › default.ts:219:2 › DBNotification › should have same aria-snapshot ─────────────────
Error: A snapshot doesn't exist at /__w/mono/mono/__snapshots__/notification/showcase/webkit/should-have-same-aria-snapshot/DBNotification-should-have-same-aria-snapshot.yaml, writing actual.
225 |
226 | const snapshot = await page.locator('main').ariaSnapshot();
> 227 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
228 | });
229 | };
230 |
at /__w/mono/mono/showcases/e2e/default.ts:227:20
|
🔣 Print GitHub Report:
showcases/e2e/default.ts#L227
8) [webkit] › default.ts:219:2 › DBPopover › should have same aria-snapshot ──────────────────────
Error: A snapshot doesn't exist at /__w/mono/mono/__snapshots__/popover/showcase/webkit/should-have-same-aria-snapshot/DBPopover-should-have-same-aria-snapshot.yaml, writing actual.
225 |
226 | const snapshot = await page.locator('main').ariaSnapshot();
> 227 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
228 | });
229 | };
230 |
at /__w/mono/mono/showcases/e2e/default.ts:227:20
|
🔣 Print GitHub Report:
showcases/e2e/default.ts#L227
9) [webkit] › default.ts:219:2 › DBRadio › should have same aria-snapshot ────────────────────────
Error: A snapshot doesn't exist at /__w/mono/mono/__snapshots__/radio/showcase/webkit/should-have-same-aria-snapshot/DBRadio-should-have-same-aria-snapshot.yaml, writing actual.
225 |
226 | const snapshot = await page.locator('main').ariaSnapshot();
> 227 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
228 | });
229 | };
230 |
at /__w/mono/mono/showcases/e2e/default.ts:227:20
|
🔣 Print GitHub Report:
showcases/e2e/default.ts#L227
10) [webkit] › default.ts:219:2 › DBSection › should have same aria-snapshot ─────────────────────
Error: A snapshot doesn't exist at /__w/mono/mono/__snapshots__/section/showcase/webkit/should-have-same-aria-snapshot/DBSection-should-have-same-aria-snapshot.yaml, writing actual.
225 |
226 | const snapshot = await page.locator('main').ariaSnapshot();
> 227 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
228 | });
229 | };
230 |
at /__w/mono/mono/showcases/e2e/default.ts:227:20
|
👩🔬 Test showcase with Playwright 🎭
Process completed with exit code 1.
|
🆙 Upload aChecker results
No files were found with the provided path: ./showcases/-showcase/results. No artifacts will be uploaded.
|
🔣 Print GitHub Report
21 failed
[webkit] › default.ts:219:2 › DBIcon › should have same aria-snapshot ──────────────────────────
[webkit] › default.ts:219:2 › DBInfotext › should have same aria-snapshot ──────────────────────
[webkit] › default.ts:219:2 › DBInput › should have same aria-snapshot ─────────────────────────
[webkit] › default.ts:219:2 › DBLink › should have same aria-snapshot ──────────────────────────
[webkit] › default.ts:219:2 › DBNavigation › should have same aria-snapshot ────────────────────
[webkit] › default.ts:219:2 › DBNavigationItem › should have same aria-snapshot ────────────────
[webkit] › default.ts:219:2 › DBNotification › should have same aria-snapshot ──────────────────
[webkit] › default.ts:219:2 › DBPopover › should have same aria-snapshot ───────────────────────
[webkit] › default.ts:219:2 › DBRadio › should have same aria-snapshot ─────────────────────────
[webkit] › default.ts:219:2 › DBSection › should have same aria-snapshot ───────────────────────
[webkit] › default.ts:219:2 › DBSelect › should have same aria-snapshot ────────────────────────
[webkit] › default.ts:219:2 › DBSwitch › should have same aria-snapshot ────────────────────────
[webkit] › default.ts:219:2 › DBTabItem › should have same aria-snapshot ───────────────────────
[webkit] › default.ts:219:2 › DBTabs › should have same aria-snapshot ──────────────────────────
[webkit] › default.ts:219:2 › DBTag › should have same aria-snapshot ───────────────────────────
[webkit] › default.ts:219:2 › DBTextarea › should have same aria-snapshot ──────────────────────
[webkit] › default.ts:219:2 › DBTooltip › should have same aria-snapshot ───────────────────────
[mobile_chrome] › default.ts:219:2 › DBAccordion › should have same aria-snapshot ──────────────
[mobile_chrome] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot ──────────
[mobile_chrome] › default.ts:219:2 › DBBadge › should have same aria-snapshot ──────────────────
[mobile_chrome] › default.ts:219:2 › DBBrand › should have same aria-snapshot ──────────────────
8 flaky
[webkit] › default.ts:79:2 › DBInput › should match screenshot ─────────────────────────────────
[webkit] › default.ts:79:2 › DBNotification › should match screenshot ──────────────────────────
[webkit] › default.ts:79:2 › DBPopover › should match screenshot ───────────────────────────────
[webkit] › default.ts:79:2 › DBRadio › should match screenshot ─────────────────────────────────
[webkit] › default.ts:79:2 › DBSection › should match screenshot ───────────────────────────────
[webkit] › default.ts:79:2 › DBSelect › should match screenshot ────────────────────────────────
[webkit] › default.ts:79:2 › DBTag › should match screenshot ───────────────────────────────────
[webkit] › default.ts:79:2 › DBTextarea › should match screenshot ──────────────────────────────
57 skipped
54 passed (3.4m)
|
Loading