chore: use mitosis attribute passing for angular and stencil #16444
Annotations
11 errors, 1 warning, and 1 notice
🔣 Print GitHub Report:
showcases/e2e/default.ts#L111
1) [chromium] › default.ts:79:2 › DBAccordion › should match screenshot ──────────────────────────
Error: expect(page).toHaveScreenshot(expected)
Expected an image 1280px by 1735px, received 1280px by 1737px. 16875 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/chromium/DBAccordion-should-match-screenshot-1/DBAccordion-should-match-screenshot.png
Received: /__w/mono/mono/showcases/react-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-chromium/DBAccordion-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/react-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-chromium/DBAccordion-should-match-screenshot-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- Expected an image 1280px by 1735px, received 1280px by 1737px. 16875 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- Expected an image 1280px by 1735px, received 1280px by 1737px. 16875 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
🔣 Print GitHub Report:
showcases/e2e/default.ts#L111
1) [chromium] › default.ts:79:2 › DBAccordion › should match screenshot ──────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
Expected an image 1280px by 1735px, received 1280px by 1737px. 16875 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/chromium/DBAccordion-should-match-screenshot-1/DBAccordion-should-match-screenshot.png
Received: /__w/mono/mono/showcases/react-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-chromium-retry1/DBAccordion-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/react-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-chromium-retry1/DBAccordion-should-match-screenshot-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- Expected an image 1280px by 1735px, received 1280px by 1737px. 16875 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- Expected an image 1280px by 1735px, received 1280px by 1737px. 16875 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
🔣 Print GitHub Report:
showcases/e2e/default.ts#L232
2) [chromium] › default.ts:219:2 › DBAccordion › should have same aria-snapshot ──────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordion" [level=1]
- link "Density arrow_up_right\" / \""
- text: Functional
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: (Default) Regular
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Expressive
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Variant arrow_up_right\" / \""
- text: background (Ddefault) Divider
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Ccard
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Behaviour arrow_up_right\" / \""
- text: (Default) Multiple
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Single
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/chromium/should-have-same-aria-snapshot/DBAccordion-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/react-showcase/test-results/accordion-accordion-snapsh-3e7c0-uld-have-same-aria-snapshot-chromium/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
🔣 Print GitHub Report:
showcases/e2e/default.ts#L232
2) [chromium] › default.ts:219:2 › DBAccordion › should have same aria-snapshot ──────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordion" [level=1]
- link "Density arrow_up_right\" / \""
- text: Functional
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: (Default) Regular
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Expressive
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Variant arrow_up_right\" / \""
- text: background (Ddefault) Divider
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Ccard
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Behaviour arrow_up_right\" / \""
- text: (Default) Multiple
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Single
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/chromium/should-have-same-aria-snapshot/DBAccordion-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/react-showcase/test-results/accordion-accordion-snapsh-3e7c0-uld-have-same-aria-snapshot-chromium-retry1/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
🔣 Print GitHub Report:
showcases/e2e/default.ts#L111
3) [chromium] › default.ts:79:2 › DBAccordionItem › should match screenshot ──────────────────────
Error: expect(page).toHaveScreenshot(expected)
3147 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/chromium/DBAccordionItem-should-match-screenshot-1/DBAccordionItem-should-match-screenshot.png
Received: /__w/mono/mono/showcases/react-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-chromium/DBAccordionItem-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/react-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-chromium/DBAccordionItem-should-match-screenshot-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 3147 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 3147 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
🔣 Print GitHub Report:
showcases/e2e/default.ts#L111
3) [chromium] › default.ts:79:2 › DBAccordionItem › should match screenshot ──────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
3147 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/chromium/DBAccordionItem-should-match-screenshot-1/DBAccordionItem-should-match-screenshot.png
Received: /__w/mono/mono/showcases/react-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-chromium-retry1/DBAccordionItem-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/react-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-chromium-retry1/DBAccordionItem-should-match-screenshot-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 3147 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 3147 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
🔣 Print GitHub Report:
showcases/e2e/default.ts#L232
4) [chromium] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot ──────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordionItem" [level=1]
- link "Density arrow_up_right\" / \""
- listitem:
- group: Functional chevron_down" / "
- listitem:
- group: (Default) Regular chevron_down" / "
- listitem:
- group: Expressive chevron_down" / "
- link "DInteractison Stablteds arrow_up_right\" / \""
- listitem:
- group: Enabled (Default) Fal/Hover/Pressed chevron_down" / "
- listitem:
- group [disabled]: TruDisabled chevron_down" / "
- link "OpContent States arrow_up_right\" / \""
- listitem:
- group: (Default) FaCollapsed chevron_down" / "
- listitem:
- group: TruOpen chevron_down" / " TruOpen
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/chromium/should-have-same-aria-snapshot/DBAccordionItem-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/react-showcase/test-results/accordion-item-accordion-i-f6abc-uld-have-same-aria-snapshot-chromium/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
🔣 Print GitHub Report:
showcases/e2e/default.ts#L232
4) [chromium] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot ──────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordionItem" [level=1]
- link "Density arrow_up_right\" / \""
- listitem:
- group: Functional chevron_down" / "
- listitem:
- group: (Default) Regular chevron_down" / "
- listitem:
- group: Expressive chevron_down" / "
- link "DInteractison Stablteds arrow_up_right\" / \""
- listitem:
- group: Enabled (Default) Fal/Hover/Pressed chevron_down" / "
- listitem:
- group [disabled]: TruDisabled chevron_down" / "
- link "OpContent States arrow_up_right\" / \""
- listitem:
- group: (Default) FaCollapsed chevron_down" / "
- listitem:
- group: TruOpen chevron_down" / " TruOpen
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/chromium/should-have-same-aria-snapshot/DBAccordionItem-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/react-showcase/test-results/accordion-item-accordion-i-f6abc-uld-have-same-aria-snapshot-chromium-retry1/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
🔣 Print GitHub Report:
showcases/e2e/default.ts#L111
5) [chromium] › default.ts:79:2 › DBCard › should match screenshot ───────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
5206 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/card/showcase/chromium/DBCard-should-match-screenshot-1/DBCard-should-match-screenshot.png
Received: /__w/mono/mono/showcases/react-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-chromium/DBCard-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/react-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-chromium/DBCard-should-match-screenshot-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 5206 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 5206 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
🔣 Print GitHub Report:
showcases/e2e/default.ts#L111
5) [chromium] › default.ts:79:2 › DBCard › should match screenshot ───────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
5206 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/card/showcase/chromium/DBCard-should-match-screenshot-1/DBCard-should-match-screenshot.png
Received: /__w/mono/mono/showcases/react-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-chromium-retry1/DBCard-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/react-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-chromium-retry1/DBCard-should-match-screenshot-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 5206 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 5206 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
👩🔬 Test showcase with Playwright 🎭
Process completed with exit code 1.
|
🆙 Upload aChecker results
No files were found with the provided path: ./showcases/react-showcase-showcase/results. No artifacts will be uploaded.
|
🔣 Print GitHub Report
22 failed
[chromium] › default.ts:79:2 › DBAccordion › should match screenshot ───────────────────────────
[chromium] › default.ts:219:2 › DBAccordion › should have same aria-snapshot ───────────────────
[chromium] › default.ts:79:2 › DBAccordionItem › should match screenshot ───────────────────────
[chromium] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot ───────────────
[chromium] › default.ts:79:2 › DBCard › should match screenshot ────────────────────────────────
[chromium] › default.ts:219:2 › DBCard › should have same aria-snapshot ────────────────────────
[chromium] › default.ts:79:2 › DBHeader › should match screenshot ──────────────────────────────
[chromium] › default.ts:219:2 › DBHeader › should have same aria-snapshot ──────────────────────
[chromium] › default.ts:79:2 › DBNavigationItem › should match screenshot ──────────────────────
[chromium] › default.ts:219:2 › DBNavigationItem › should have same aria-snapshot ──────────────
[chromium] › default.ts:79:2 › DBPopover › should match screenshot ─────────────────────────────
[chromium] › default.ts:219:2 › DBPopover › should have same aria-snapshot ─────────────────────
[chromium] › default.ts:79:2 › DBSection › should match screenshot ─────────────────────────────
[chromium] › default.ts:219:2 › DBSection › should have same aria-snapshot ─────────────────────
[chromium] › default.ts:79:2 › DBTabItem › should match screenshot ─────────────────────────────
[chromium] › default.ts:219:2 › DBTabItem › should have same aria-snapshot ─────────────────────
[chromium] › default.ts:79:2 › DBTabs › should match screenshot ────────────────────────────────
[chromium] › default.ts:219:2 › DBTabs › should have same aria-snapshot ────────────────────────
[chromium] › default.ts:79:2 › DBTag › should match screenshot ─────────────────────────────────
[chromium] › default.ts:219:2 › DBTag › should have same aria-snapshot ─────────────────────────
[chromium] › default.ts:79:2 › DBTooltip › should match screenshot ─────────────────────────────
[chromium] › default.ts:219:2 › DBTooltip › should have same aria-snapshot ─────────────────────
147 passed (5.6m)
|
Loading