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) [chromium] › 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-e1a04539-378b…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-e1a04539-378b…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-e1a04539-378b…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-e1a04539-378b…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-e1a04539-378b…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-e1a04539-378b…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-e1a04539-378b…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-e1a04539-378b…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-e1a04539-378b…>…</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) [chromium] › 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-8a4c05e4-b74a…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-8a4c05e4-b74a…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-8a4c05e4-b74a…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-8a4c05e4-b74a…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-8a4c05e4-b74a…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-8a4c05e4-b74a…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-8a4c05e4-b74a…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-8a4c05e4-b74a…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-8a4c05e4-b74a…>…</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) [chromium] › accordion/accordion.spec.tsx:23:2 › DBAccordion › should match screenshot ────────
Error: A snapshot doesn't exist at /__w/mono/__snapshots__/accordion/component/chromium/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) [chromium] › 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/chromium/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) [chromium] › badge/badge.spec.tsx:16:2 › DBBadge › should match screenshot ────────────────────
Error: A snapshot doesn't exist at /__w/mono/__snapshots__/badge/component/chromium/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) [chromium] › brand/brand.spec.tsx:35:2 › DBBrand › should match screenshot ────────────────────
Error: A snapshot doesn't exist at /__w/mono/__snapshots__/brand/component/chromium/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) [chromium] › 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/chromium/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) [chromium] › 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/chromium/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) [chromium] › 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/chromium/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) [chromium] › 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/chromium/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
[chromium] › accordion/accordion.spec.tsx:18:2 › DBAccordion › should contain text ─────────────
[chromium] › accordion/accordion.spec.tsx:23:2 › DBAccordion › should match screenshot ─────────
[chromium] › accordion-item/accordion-item.spec.tsx:16:2 › DBAccordionItem › should match screenshot
[chromium] › badge/badge.spec.tsx:16:2 › DBBadge › should match screenshot ─────────────────────
[chromium] › brand/brand.spec.tsx:35:2 › DBBrand › should match screenshot ─────────────────────
[chromium] › button/button.spec.tsx:19:3 › DBButton › should match screenshot for variant outlined
[chromium] › button/button.spec.tsx:28:3 › DBButton › should only have icon for variant outlined
[chromium] › button/button.spec.tsx:19:3 › DBButton › should match screenshot for variant primary
[chromium] › button/button.spec.tsx:28:3 › DBButton › should only have icon for variant primary
[chromium] › button/button.spec.tsx:19:3 › DBButton › should match screenshot for variant solid
[chromium] › button/button.spec.tsx:28:3 › DBButton › should only have icon for variant solid ──
[chromium] › button/button.spec.tsx:19:3 › DBButton › should match screenshot for variant text ─
[chromium] › button/button.spec.tsx:28:3 › DBButton › should only have icon for variant text ───
[chromium] › card/card.spec.tsx:16:2 › DBCard › should match screenshot ────────────────────────
[chromium] › checkbox/checkbox.spec.tsx:16:2 › DBCheckbox › should match screenshot ────────────
[chromium] › code-docs/code-docs.spec.tsx:16:2 › DBCodeDocs › should match screenshot ──────────
[chromium] › infotext/infotext.spec.tsx:16:2 › DBInfotext › should match screenshot ────────────
[chromium] › infotext/infotext.spec.tsx:24:3 › DBInfotext › should match screenshot for semantic critical
[chromium] › infotext/infotext.spec.tsx:24:3 › DBInfotext › should match screenshot for semantic informational
[chromium] › infotext/infotext.spec.tsx:24:3 › DBInfotext › should match screenshot for semantic warning
[chromium] › infotext/infotext.spec.tsx:24:3 › DBInfotext › should match screenshot for semantic successful
[chromium] › main-navigation/main-navigation.spec.tsx:24:2 › DBMainNavigation › should match screenshot
[chromium] › navigation-item/navigation-item.spec.tsx:28:2 › DBNavigationItem › should match screenshot
[chromium] › notification/notification.spec.tsx:20:2 › DBNotification › should match screenshot
[chromium] › notification/notification.spec.tsx:28:3 › DBNotification › should match screenshot for semantic critical
[chromium] › notification/notification.spec.tsx:28:3 › DBNotification › should match screenshot for semantic informational
[chromium] › notification/notification.spec.tsx:28:3 › DBNotification › should match screenshot for semantic warning
[chromium] › notification/notification.spec.tsx:28:3 › DBNotification › should match screenshot for semantic successful
[chromium] › popover/popover.spec.tsx:24:2 › DBPopover › should match screenshot ───────────────
[chromium] › radio/radio.spec.tsx:16:2 › DBRadio › should match screenshot ─────────────────────
[chromium] › select/select.spec.tsx:21:2 › DBSelect › should match screenshot ──────────────────
[chromium] › tabs/tabs.spec.tsx:45:2 › DBTabs › should match screenshot ────────────────────────
[chromium] › tag/tag.spec.tsx:16:2 › DBTag › should match screenshot ───────────────────────────
[chromium] › tag/tag.spec.tsx:24:3 › DBTag › should match screenshot for semantic critical ─────
[chromium] › tag/tag.spec.tsx:24:3 › DBTag › should match screenshot for semantic informational
[chromium] › tag/tag.spec.tsx:24:3 › DBTag › should match screenshot for semantic warning ──────
[chromium] › tag/tag.spec.tsx:24:3 › DBTag › should match screenshot for semantic successful ───
[chromium] › textarea/textarea.spec.tsx:16:2 › DBTextarea › should match screenshot ────────────
[chromium] › tooltip/tooltip.spec.tsx:24:2 › DBTooltip › should match scree
|
Loading