chore: use mitosis attribute passing for angular and stencil #16444
Annotations
11 errors, 1 warning, and 1 notice
👩🔬 Test showcase with Playwright 🎭
Process completed with exit code 1.
|
🔣 Print GitHub Report:
showcases/e2e/default.ts#L111
1) [mobile_chrome] › default.ts:79:2 › DBCard › should match screenshot ──────────────────────────
Error: expect(page).toHaveScreenshot(expected)
6464 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/card/showcase/mobile-chrome/DBCard-should-match-screenshot-1/DBCard-should-match-screenshot.png
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-mobile-chrome/DBCard-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-mobile-chrome/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
- 6464 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
- 6464 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) [mobile_chrome] › default.ts:79:2 › DBCard › should match screenshot ──────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
6464 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/card/showcase/mobile-chrome/DBCard-should-match-screenshot-1/DBCard-should-match-screenshot.png
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-mobile-chrome-retry1/DBCard-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-mobile-chrome-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
- 6464 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
- 6464 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) [mobile_chrome] › default.ts:219:2 › DBCard › should have same aria-snapshot ──────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBCard" [level=1]
- link "Density arrow_up_right\" / \""
- strong: Functional
- strong: (Default) Regular
- strong: Expressive
- link "Elevation Level arrow_up_right\" / \""
- strong: (Default) Level 1 - Adaptive
- strong: "Level 2" - Adaptive
- strong: "Level 3" - Adaptive
- link "Spacing arrow_up_right\" / \""
- strong: (Default) Small
- strong: Medium
- strong: Large
- strong: None
- link "Behaviour arrow_up_right\" / \""
- strong: (Default) SNon interacticve
- button "Interactive":
- strong: Interactive
- link "Example arrow_up_right\" / \""
- button "Level 1 - Interactive":
- strong: Level 1 - Interactive
- button "Level 2 - Interactive":
- strong: Level 2 - Interactive
- button "Level 3 - Interactive":
- strong: Level 3 - Interactive
Expected: /__w/mono/mono/__snapshots__/card/showcase/mobile-chrome/should-have-same-aria-snapshot/DBCard-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/card-card-snapshot-DBCard-should-have-same-aria-snapshot-mobile-chrome/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) [mobile_chrome] › default.ts:219:2 › DBCard › should have same aria-snapshot ──────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBCard" [level=1]
- link "Density arrow_up_right\" / \""
- strong: Functional
- strong: (Default) Regular
- strong: Expressive
- link "Elevation Level arrow_up_right\" / \""
- strong: (Default) Level 1 - Adaptive
- strong: "Level 2" - Adaptive
- strong: "Level 3" - Adaptive
- link "Spacing arrow_up_right\" / \""
- strong: (Default) Small
- strong: Medium
- strong: Large
- strong: None
- link "Behaviour arrow_up_right\" / \""
- strong: (Default) SNon interacticve
- button "Interactive":
- strong: Interactive
- link "Example arrow_up_right\" / \""
- button "Level 1 - Interactive":
- strong: Level 1 - Interactive
- button "Level 2 - Interactive":
- strong: Level 2 - Interactive
- button "Level 3 - Interactive":
- strong: Level 3 - Interactive
Expected: /__w/mono/mono/__snapshots__/card/showcase/mobile-chrome/should-have-same-aria-snapshot/DBCard-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/card-card-snapshot-DBCard-should-have-same-aria-snapshot-mobile-chrome-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) [mobile_chrome] › default.ts:79:2 › DBNavigationItem › should match screenshot ────────────────
Error: expect(page).toHaveScreenshot(expected)
10490 pixels (ratio 0.02 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/navigation-item/showcase/mobile-chrome/DBNavigationItem-should-match-screenshot-1/DBNavigationItem-should-match-screenshot.png
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/navigation-item-navigation-62949-tem-should-match-screenshot-mobile-chrome/DBNavigationItem-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/navigation-item-navigation-62949-tem-should-match-screenshot-mobile-chrome/DBNavigationItem-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
- 10490 pixels (ratio 0.02 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
- 10490 pixels (ratio 0.02 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) [mobile_chrome] › default.ts:79:2 › DBNavigationItem › should match screenshot ────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
10490 pixels (ratio 0.02 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/navigation-item/showcase/mobile-chrome/DBNavigationItem-should-match-screenshot-1/DBNavigationItem-should-match-screenshot.png
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/navigation-item-navigation-62949-tem-should-match-screenshot-mobile-chrome-retry1/DBNavigationItem-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/navigation-item-navigation-62949-tem-should-match-screenshot-mobile-chrome-retry1/DBNavigationItem-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
- 10490 pixels (ratio 0.02 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
- 10490 pixels (ratio 0.02 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) [mobile_chrome] › default.ts:219:2 › DBNavigationItem › should have same aria-snapshot ────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBNavigationItem" [level=1]
- link "Density arrow_up_right\" / \""
- list:
- listitem:
- link "Functional"
- list:
- listitem:
- link "(Default) Regular"
- list:
- listitem:
- link "Expressive"
- link "DInteractison-Stablteds arrow_up_right\" / \""
- list:
- listitem:
- link "Enabled (Default) Fal/Hover/Pressed"
- list:
- listitem:
- link "True"
- link "Active arrow_up_right\" / \""
- list:
- listitem:
- link "(Default) False"
- list:
- ablistitem:
- link d"True"
- link "ExpaCondtednt arrow_up_right\" / \""
- list:
- listitem:
- link "(Default) FalsText"
- list:
- listitem:
- butexton: "True x_placeholdevron_right\" / \""
- link "ShowText - Icon (Learrow_up_rdinght\)" / \""
- list:
- listitem:
- text: x_pliaceholder" / "
- buttonk "Text - Icons (DLefaultding, Chevron) Falschevron_right\" / \""
- list:
- listitem:
- button "Text: x_pla- Iceon (Chevroldn) chevron_right\" / \"
- link "True"
- link "Width arrow_up_right\" / \""
- list:
- listitem:
- link "(Default) Auto"
- list:
- listitem:
- link "Full"
Expected: /__w/mono/mono/__snapshots__/navigation-item/showcase/mobile-chrome/should-have-same-aria-snapshot/DBNavigationItem-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/navigation-item-navigation-2b6a4-uld-have-same-aria-snapshot-mobile-chrome/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) [mobile_chrome] › default.ts:219:2 › DBNavigationItem › should have same aria-snapshot ────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBNavigationItem" [level=1]
- link "Density arrow_up_right\" / \""
- list:
- listitem:
- link "Functional"
- list:
- listitem:
- link "(Default) Regular"
- list:
- listitem:
- link "Expressive"
- link "DInteractison-Stablteds arrow_up_right\" / \""
- list:
- listitem:
- link "Enabled (Default) Fal/Hover/Pressed"
- list:
- listitem:
- link "True"
- link "Active arrow_up_right\" / \""
- list:
- listitem:
- link "(Default) False"
- list:
- ablistitem:
- link d"True"
- link "ExpaCondtednt arrow_up_right\" / \""
- list:
- listitem:
- link "(Default) FalsText"
- list:
- listitem:
- butexton: "True x_placeholdevron_right\" / \""
- link "ShowText - Icon (Learrow_up_rdinght\)" / \""
- list:
- listitem:
- text: x_pliaceholder" / "
- buttonk "Text - Icons (DLefaultding, Chevron) Falschevron_right\" / \""
- list:
- listitem:
- button "Text: x_pla- Iceon (Chevroldn) chevron_right\" / \"
- link "True"
- link "Width arrow_up_right\" / \""
- list:
- listitem:
- link "(Default) Auto"
- list:
- listitem:
- link "Full"
Expected: /__w/mono/mono/__snapshots__/navigation-item/showcase/mobile-chrome/should-have-same-aria-snapshot/DBNavigationItem-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/navigation-item-navigation-2b6a4-uld-have-same-aria-snapshot-mobile-chrome-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) [mobile_chrome] › default.ts:79:2 › DBPopover › should match screenshot ───────────────────────
Error: expect(page).toHaveScreenshot(expected)
Expected an image 393px by 2517px, received 393px by 2192px. 25246 pixels (ratio 0.03 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/popover/showcase/mobile-chrome/DBPopover-should-match-screenshot-1/DBPopover-should-match-screenshot.png
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/popover-popover-snapshot-DBPopover-should-match-screenshot-mobile-chrome/DBPopover-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/popover-popover-snapshot-DBPopover-should-match-screenshot-mobile-chrome/DBPopover-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 393px by 2517px, received 393px by 2192px. 25246 pixels (ratio 0.03 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 393px by 2517px, received 393px by 2192px. 25246 pixels (ratio 0.03 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) [mobile_chrome] › default.ts:79:2 › DBPopover › should match screenshot ───────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
Expected an image 393px by 2517px, received 393px by 2192px. 25246 pixels (ratio 0.03 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/popover/showcase/mobile-chrome/DBPopover-should-match-screenshot-1/DBPopover-should-match-screenshot.png
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/popover-popover-snapshot-DBPopover-should-match-screenshot-mobile-chrome-retry1/DBPopover-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/popover-popover-snapshot-DBPopover-should-match-screenshot-mobile-chrome-retry1/DBPopover-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 393px by 2517px, received 393px by 2192px. 25246 pixels (ratio 0.03 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 393px by 2517px, received 393px by 2192px. 25246 pixels (ratio 0.03 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
|
🆙 Upload aChecker results
No files were found with the provided path: ./showcases/stencil-showcase-showcase/results. No artifacts will be uploaded.
|
🔣 Print GitHub Report
16 failed
[mobile_chrome] › default.ts:79:2 › DBCard › should match screenshot ───────────────────────────
[mobile_chrome] › default.ts:219:2 › DBCard › should have same aria-snapshot ───────────────────
[mobile_chrome] › default.ts:79:2 › DBNavigationItem › should match screenshot ─────────────────
[mobile_chrome] › default.ts:219:2 › DBNavigationItem › should have same aria-snapshot ─────────
[mobile_chrome] › default.ts:79:2 › DBPopover › should match screenshot ────────────────────────
[mobile_chrome] › default.ts:219:2 › DBPopover › should have same aria-snapshot ────────────────
[mobile_chrome] › default.ts:79:2 › DBSection › should match screenshot ────────────────────────
[mobile_chrome] › default.ts:219:2 › DBSection › should have same aria-snapshot ────────────────
[mobile_chrome] › default.ts:79:2 › DBTabItem › should match screenshot ────────────────────────
[mobile_chrome] › default.ts:219:2 › DBTabItem › should have same aria-snapshot ────────────────
[mobile_chrome] › default.ts:79:2 › DBTabs › should match screenshot ───────────────────────────
[mobile_chrome] › default.ts:219:2 › DBTabs › should have same aria-snapshot ───────────────────
[mobile_chrome] › default.ts:79:2 › DBTag › should match screenshot ────────────────────────────
[mobile_chrome] › default.ts:219:2 › DBTag › should have same aria-snapshot ────────────────────
[mobile_chrome] › default.ts:79:2 › DBTooltip › should match screenshot ────────────────────────
[mobile_chrome] › default.ts:219:2 › DBTooltip › should have same aria-snapshot ────────────────
59 skipped
65 passed (2.7m)
|
Loading