Chore mitosis update #10363
Annotations
11 errors, 1 warning, and 1 notice
👩🔬 Test with Playwright 🎭
Process completed with exit code 1.
|
🔣 Print GitHub Report:
output/vue/src/components/accordion/accordion.spec.tsx#L20
1) [mobile_chrome] › accordion/accordion.spec.tsx:18:2 › DBAccordion › should contain text ───────
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: locator('#root').locator('internal:control=component')
Expected string: "Test"
Received string: "Content 1Content 2Content 3"
Call log:
- expect.toContainText with timeout 5000ms
- waiting for locator('#root').locator('internal:control=component')
- locator resolved to <div class="db-accordion" id="accordion-7b9de00c-5f51…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-7b9de00c-5f51…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-7b9de00c-5f51…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-7b9de00c-5f51…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-7b9de00c-5f51…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-7b9de00c-5f51…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-7b9de00c-5f51…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-7b9de00c-5f51…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-7b9de00c-5f51…>…</div>
- unexpected value "Content 1Content 2Content 3"
18 | test('should contain text', async ({ mount }) => {
19 | const component = await mount(comp);
> 20 | await expect(component).toContainText('Test');
| ^
21 | });
22 |
23 | test('should match screenshot', async ({ mount }) => {
at /__w/mono/mono/output/vue/src/components/accordion/accordion.spec.tsx:20:27
|
🔣 Print GitHub Report:
output/vue/src/components/accordion/accordion.spec.tsx#L20
1) [mobile_chrome] › accordion/accordion.spec.tsx:18:2 › DBAccordion › should contain text ───────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: locator('#root').locator('internal:control=component')
Expected string: "Test"
Received string: "Content 1Content 2Content 3"
Call log:
- expect.toContainText with timeout 5000ms
- waiting for locator('#root').locator('internal:control=component')
- locator resolved to <div class="db-accordion" id="accordion-bd57c81f-304d…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-bd57c81f-304d…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-bd57c81f-304d…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-bd57c81f-304d…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-bd57c81f-304d…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-bd57c81f-304d…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-bd57c81f-304d…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-bd57c81f-304d…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-bd57c81f-304d…>…</div>
- unexpected value "Content 1Content 2Content 3"
18 | test('should contain text', async ({ mount }) => {
19 | const component = await mount(comp);
> 20 | await expect(component).toContainText('Test');
| ^
21 | });
22 |
23 | test('should match screenshot', async ({ mount }) => {
at /__w/mono/mono/output/vue/src/components/accordion/accordion.spec.tsx:20:27
|
🔣 Print GitHub Report:
output/vue/src/components/accordion/accordion.spec.tsx#L25
2) [mobile_chrome] › accordion/accordion.spec.tsx:23:2 › DBAccordion › should match screenshot ───
Error: A snapshot doesn't exist at /__w/mono/__snapshots__/accordion/component/mobile-chrome/DBAccordion-should-match-screenshot.png, writing actual.
23 | test('should match screenshot', async ({ mount }) => {
24 | const component = await mount(comp);
> 25 | await expect(component).toHaveScreenshot();
| ^
26 | });
27 | };
28 |
at /__w/mono/mono/output/vue/src/components/accordion/accordion.spec.tsx:25:3
|
🔣 Print GitHub Report:
output/vue/src/components/accordion-item/accordion-item.spec.tsx#L18
3) [mobile_chrome] › accordion-item/accordion-item.spec.tsx:16:2 › DBAccordionItem › should match screenshot
Error: A snapshot doesn't exist at /__w/mono/__snapshots__/accordion-item/component/mobile-chrome/DBAccordionItem-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 |
at /__w/mono/mono/output/vue/src/components/accordion-item/accordion-item.spec.tsx:18:3
|
🔣 Print GitHub Report:
output/vue/src/components/badge/badge.spec.tsx#L18
4) [mobile_chrome] › badge/badge.spec.tsx:16:2 › DBBadge › should match screenshot ───────────────
Error: A snapshot doesn't exist at /__w/mono/__snapshots__/badge/component/mobile-chrome/DBBadge-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 |
at /__w/mono/mono/output/vue/src/components/badge/badge.spec.tsx:18:3
|
🔣 Print GitHub Report:
output/vue/src/components/brand/brand.spec.tsx#L37
5) [mobile_chrome] › brand/brand.spec.tsx:35:2 › DBBrand › should match screenshot ───────────────
Error: A snapshot doesn't exist at /__w/mono/__snapshots__/brand/component/mobile-chrome/DBBrand-should-match-screenshot.png, writing actual.
35 | test(`should match screenshot`, async ({ mount }) => {
36 | const component = await mount(comp);
> 37 | await expect(component).toHaveScreenshot();
| ^
38 | });
39 | };
40 |
at /__w/mono/mono/output/vue/src/components/brand/brand.spec.tsx:37:3
|
🔣 Print GitHub Report:
output/vue/src/components/button/button.spec.tsx#L25
6) [mobile_chrome] › button/button.spec.tsx:19:3 › DBButton › should match screenshot for variant outlined
Error: A snapshot doesn't exist at /__w/mono/__snapshots__/button/component/mobile-chrome/DBButton-should-match-screenshot-for-variant-outlined.png, writing actual.
23 | <DBButton variant={variant}>Test</DBButton>
24 | );
> 25 | await expect(component).toHaveScreenshot();
| ^
26 | });
27 |
28 | test(`should only have icon for variant ${variant}`, async ({
at /__w/mono/mono/output/vue/src/components/button/button.spec.tsx:25:4
|
🔣 Print GitHub Report:
output/vue/src/components/button/button.spec.tsx#L36
7) [mobile_chrome] › button/button.spec.tsx:28:3 › DBButton › should only have icon for variant outlined
Error: A snapshot doesn't exist at /__w/mono/__snapshots__/button/component/mobile-chrome/DBButton-should-only-have-icon-for-variant-outlined.png, writing actual.
34 | </DBButton>
35 | );
> 36 | await expect(component).toHaveScreenshot();
| ^
37 | });
38 | }
39 | };
at /__w/mono/mono/output/vue/src/components/button/button.spec.tsx:36:4
|
🔣 Print GitHub Report:
output/vue/src/components/button/button.spec.tsx#L25
8) [mobile_chrome] › button/button.spec.tsx:19:3 › DBButton › should match screenshot for variant primary
Error: A snapshot doesn't exist at /__w/mono/__snapshots__/button/component/mobile-chrome/DBButton-should-match-screenshot-for-variant-primary.png, writing actual.
23 | <DBButton variant={variant}>Test</DBButton>
24 | );
> 25 | await expect(component).toHaveScreenshot();
| ^
26 | });
27 |
28 | test(`should only have icon for variant ${variant}`, async ({
at /__w/mono/mono/output/vue/src/components/button/button.spec.tsx:25:4
|
🔣 Print GitHub Report:
output/vue/src/components/button/button.spec.tsx#L36
9) [mobile_chrome] › button/button.spec.tsx:28:3 › DBButton › should only have icon for variant primary
Error: A snapshot doesn't exist at /__w/mono/__snapshots__/button/component/mobile-chrome/DBButton-should-only-have-icon-for-variant-primary.png, writing actual.
34 | </DBButton>
35 | );
> 36 | await expect(component).toHaveScreenshot();
| ^
37 | });
38 | }
39 | };
at /__w/mono/mono/output/vue/src/components/button/button.spec.tsx:36:4
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
🔣 Print GitHub Report
39 failed
[mobile_chrome] › accordion/accordion.spec.tsx:18:2 › DBAccordion › should contain text ────────
[mobile_chrome] › accordion/accordion.spec.tsx:23:2 › DBAccordion › should match screenshot ────
[mobile_chrome] › accordion-item/accordion-item.spec.tsx:16:2 › DBAccordionItem › should match screenshot
[mobile_chrome] › badge/badge.spec.tsx:16:2 › DBBadge › should match screenshot ────────────────
[mobile_chrome] › brand/brand.spec.tsx:35:2 › DBBrand › should match screenshot ────────────────
[mobile_chrome] › button/button.spec.tsx:19:3 › DBButton › should match screenshot for variant outlined
[mobile_chrome] › button/button.spec.tsx:28:3 › DBButton › should only have icon for variant outlined
[mobile_chrome] › button/button.spec.tsx:19:3 › DBButton › should match screenshot for variant primary
[mobile_chrome] › button/button.spec.tsx:28:3 › DBButton › should only have icon for variant primary
[mobile_chrome] › button/button.spec.tsx:19:3 › DBButton › should match screenshot for variant solid
[mobile_chrome] › button/button.spec.tsx:28:3 › DBButton › should only have icon for variant solid
[mobile_chrome] › button/button.spec.tsx:19:3 › DBButton › should match screenshot for variant text
[mobile_chrome] › button/button.spec.tsx:28:3 › DBButton › should only have icon for variant text
[mobile_chrome] › card/card.spec.tsx:16:2 › DBCard › should match screenshot ───────────────────
[mobile_chrome] › checkbox/checkbox.spec.tsx:16:2 › DBCheckbox › should match screenshot ───────
[mobile_chrome] › code-docs/code-docs.spec.tsx:16:2 › DBCodeDocs › should match screenshot ─────
[mobile_chrome] › infotext/infotext.spec.tsx:16:2 › DBInfotext › should match screenshot ───────
[mobile_chrome] › infotext/infotext.spec.tsx:24:3 › DBInfotext › should match screenshot for semantic critical
[mobile_chrome] › infotext/infotext.spec.tsx:24:3 › DBInfotext › should match screenshot for semantic informational
[mobile_chrome] › infotext/infotext.spec.tsx:24:3 › DBInfotext › should match screenshot for semantic warning
[mobile_chrome] › infotext/infotext.spec.tsx:24:3 › DBInfotext › should match screenshot for semantic successful
[mobile_chrome] › main-navigation/main-navigation.spec.tsx:24:2 › DBMainNavigation › should match screenshot
[mobile_chrome] › navigation-item/navigation-item.spec.tsx:28:2 › DBNavigationItem › should match screenshot
[mobile_chrome] › notification/notification.spec.tsx:20:2 › DBNotification › should match screenshot
[mobile_chrome] › notification/notification.spec.tsx:28:3 › DBNotification › should match screenshot for semantic critical
[mobile_chrome] › notification/notification.spec.tsx:28:3 › DBNotification › should match screenshot for semantic informational
[mobile_chrome] › notification/notification.spec.tsx:28:3 › DBNotification › should match screenshot for semantic warning
[mobile_chrome] › notification/notification.spec.tsx:28:3 › DBNotification › should match screenshot for semantic successful
[mobile_chrome] › popover/popover.spec.tsx:24:2 › DBPopover › should match screenshot ──────────
[mobile_chrome] › radio/radio.spec.tsx:16:2 › DBRadio › should match screenshot ────────────────
[mobile_chrome] › select/select.spec.tsx:21:2 › DBSelect › should match screenshot ─────────────
[mobile_chrome] › tabs/tabs.spec.tsx:45:2 › DBTabs › should match screenshot ───────────────────
[mobile_chrome] › tag/tag.spec.tsx:16:2 › DBTag › should match screenshot ──────────────────────
[mobile_chrome] › tag/tag.spec.tsx:24:3 › DBTag › should match screenshot for semantic critical
[mobile_chrome] › tag/tag.spec.tsx:24:3 › DBTag › should match screenshot for semantic informational
[mobile_chrome] › tag/tag.spec.tsx:24:3 › DBTag › should match screenshot for semantic warning ─
[mobile_chrome] › tag/tag.spec.tsx:24:3 › DBTag › should match screenshot for semantic successful
[mobile_chrome] › textarea/textarea.spec.tsx:16:2 › DBTextarea › should mat
|
Loading