feat: changed the consumption how to import required styles #11454
Annotations
4 errors and 1 notice
🔣 Print GitHub Report:
output/react/src/components/card/card.spec.tsx#L33
1) [chromium] › card/card.spec.tsx:24:7 › DBCard › should match screenshot for behaviour default ─
Error: A snapshot doesn't exist at /__w/mono/mono/__snapshots__/card/component/chromium/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/react/src/components/card/card.spec.tsx:33:4
|
🔣 Print GitHub Report:
output/react/src/components/card/card.spec.tsx#L33
2) [chromium] › card/card.spec.tsx:24:7 › DBCard › should match screenshot for behaviour interactive
Error: A snapshot doesn't exist at /__w/mono/mono/__snapshots__/card/component/chromium/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/react/src/components/card/card.spec.tsx:33:4
|
🔣 Print GitHub Report:
output/react/src/components/input/input.spec.tsx#L18
3) [chromium] › input/input.spec.tsx:16:6 › DBInput › should match screenshot ────────────────────
Error: A snapshot doesn't exist at /__w/mono/mono/__snapshots__/input/component/chromium/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/react/src/components/input/input.spec.tsx:18:3
|
👩🔬 Test with Playwright 🎭
Process completed with exit code 1.
|
🔣 Print GitHub Report
3 failed
[chromium] › card/card.spec.tsx:24:7 › DBCard › should match screenshot for behaviour default ──
[chromium] › card/card.spec.tsx:24:7 › DBCard › should match screenshot for behaviour interactive
[chromium] › input/input.spec.tsx:16:6 › DBInput › should match screenshot ─────────────────────
3 skipped
117 passed (32.4s)
|
Loading