test: add new tests for components #10515
Annotations
2 errors and 1 notice
👩🔬 Test with Playwright 🎭
Process completed with exit code 1.
|
🔣 Print GitHub Report:
output/vue/vue3/src/components/accordion/accordion.spec.tsx#L66
1) [mobile_chrome] › accordion/accordion.spec.tsx:64:2 › DBAccordion › open items should match screenshot
Error: A snapshot doesn't exist at /__w/mono/mono/__snapshots__/accordion/component/mobile-chrome/DBAccordion-open-items-should-match-screenshot.png, writing actual.
64 | test('open items should match screenshot', async ({ mount }) => {
65 | const component = await mount(openAccordion);
> 66 | await expect(component).toHaveScreenshot();
| ^
67 | });
68 | };
69 |
at /__w/mono/mono/output/vue/vue3/src/components/accordion/accordion.spec.tsx:66:3
|
🔣 Print GitHub Report
1 failed
[mobile_chrome] › accordion/accordion.spec.tsx:64:2 › DBAccordion › open items should match screenshot
4 skipped
90 passed (23.4s)
|
Loading