feat: add mitosis examples to generate storybook files next to showcase examples #22723
Annotations
5 errors and 1 notice
|
🔣 Print GitHub Report:
showcases/e2e/default.ts#L294
1) [chromium-highContrast] › showcases/e2e/default.ts:257:2 › DBButton › should have same aria-snapshot
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected) failed
@@ -26,7 +26,8 @@
- button "True"
- link "Width"
- button "(Default) Auto"
- button "Width"
- link "Multi-line Text With Line Breaks"
- - button "(Default) Auto"
- - button "Width"
+ - button "Multi-line Text With Automatic Line Breaks"
+ - button "Multi-line Text With Automatic Line Breaks and Icon"
+ - button "Button Small Multi-line Text With Automatic Line Breaks"
Snapshot: should have same aria-snapshot.yaml
292 | .join('\n');
293 |
> 294 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
295 | });
296 | };
297 |
at /__w/core-web/core-web/showcases/e2e/default.ts:294:20
|
|
🔣 Print GitHub Report:
showcases/e2e/default.ts#L294
1) [chromium-highContrast] › showcases/e2e/default.ts:257:2 › DBButton › should have same aria-snapshot
Error: expect(string).toMatchSnapshot(expected) failed
@@ -26,7 +26,8 @@
- button "True"
- link "Width"
- button "(Default) Auto"
- button "Width"
- link "Multi-line Text With Line Breaks"
- - button "(Default) Auto"
- - button "Width"
+ - button "Multi-line Text With Automatic Line Breaks"
+ - button "Multi-line Text With Automatic Line Breaks and Icon"
+ - button "Button Small Multi-line Text With Automatic Line Breaks"
Snapshot: should have same aria-snapshot.yaml
292 | .join('\n');
293 |
> 294 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
295 | });
296 | };
297 |
at /__w/core-web/core-web/showcases/e2e/default.ts:294:20
|
|
👩🔬 Test aria-snapshots with Playwright 🎭
Process completed with exit code 1.
|
|
|
|
|
|
🔣 Print GitHub Report
1 failed
[chromium-highContrast] › showcases/e2e/default.ts:257:2 › DBButton › should have same aria-snapshot
1 skipped
24 passed (53.4s)
|
Loading