feat: changed the consumption how to import required styles #11454
Annotations
4 errors and 1 notice
🔣 Print GitHub Report:
output/vue/src/components/card/card.spec.tsx#L33
1) [firefox] › card/card.spec.tsx:24:3 › DBCard › should match screenshot for behaviour default ──
Error: A snapshot doesn't exist at /__w/mono/mono/__snapshots__/card/component/firefox/DBCard-should-match-screenshot-for-behaviour-default.png, writing actual.
31 | );
32 | const component = await mount(variantComp);
> 33 | await expect(component).toHaveScreenshot();
| ^
34 | });
35 | }
36 | };
at /__w/mono/mono/output/vue/src/components/card/card.spec.tsx:33:4
|
🔣 Print GitHub Report:
output/vue/src/components/card/card.spec.tsx#L33
2) [firefox] › card/card.spec.tsx:24:3 › DBCard › should match screenshot for behaviour interactive
Error: A snapshot doesn't exist at /__w/mono/mono/__snapshots__/card/component/firefox/DBCard-should-match-screenshot-for-behaviour-interactive.png, writing actual.
31 | );
32 | const component = await mount(variantComp);
> 33 | await expect(component).toHaveScreenshot();
| ^
34 | });
35 | }
36 | };
at /__w/mono/mono/output/vue/src/components/card/card.spec.tsx:33:4
|
🔣 Print GitHub Report:
output/vue/src/components/input/input.spec.tsx#L18
3) [firefox] › input/input.spec.tsx:16:2 › DBInput › should match screenshot ─────────────────────
Error: A snapshot doesn't exist at /__w/mono/mono/__snapshots__/input/component/firefox/DBInput-should-match-screenshot.png, writing actual.
16 | test('should match screenshot', async ({ mount }) => {
17 | const component = await mount(comp);
> 18 | await expect(component).toHaveScreenshot();
| ^
19 | });
20 | };
21 | const testA11y = () => {
at /__w/mono/mono/output/vue/src/components/input/input.spec.tsx:18:3
|
👩🔬 Test with Playwright 🎭
Process completed with exit code 1.
|
🔣 Print GitHub Report
3 failed
[firefox] › card/card.spec.tsx:24:3 › DBCard › should match screenshot for behaviour default ───
[firefox] › card/card.spec.tsx:24:3 › DBCard › should match screenshot for behaviour interactive
[firefox] › input/input.spec.tsx:16:2 › DBInput › should match screenshot ──────────────────────
3 skipped
117 passed (1.2m)
|
Loading