chore: use mitosis attribute passing for angular and stencil #16450
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) [chromium] › default.ts:79:2 › DBTabItem › should match screenshot ────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
Expected an image 1280px by 2305px, received 1280px by 2321px. 144 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/tab-item/showcase/chromium/DBTabItem-should-match-screenshot-1/DBTabItem-should-match-screenshot.png
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/tab-item-tab-item-snapshot-DBTabItem-should-match-screenshot-chromium/DBTabItem-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/tab-item-tab-item-snapshot-DBTabItem-should-match-screenshot-chromium/DBTabItem-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 2305px, received 1280px by 2321px. 144 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 2305px, received 1280px by 2321px. 144 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 › DBTabItem › should match screenshot ────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
144 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/tab-item/showcase/chromium/DBTabItem-should-match-screenshot-1/DBTabItem-should-match-screenshot.png
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/tab-item-tab-item-snapshot-DBTabItem-should-match-screenshot-chromium-retry1/DBTabItem-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/tab-item-tab-item-snapshot-DBTabItem-should-match-screenshot-chromium-retry1/DBTabItem-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
- 144 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
- 144 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 › DBTabItem › should have same aria-snapshot ────────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBTabItem" [level=1]
- link "Density arrow_up_right\" / \""
- tablist:
- tab "Functional": "on"
- text: Functional
- tablist:
- tab "(Default) Regular": "on"
- text: (Default) Regular
- tablist:
- tab "Expressive": "on"
- text: Expressive
- link "States arrow_up_right\" / \""
- tablist:
- tab "(Default) Enabled": "on"
- text: (Default) Enabled
- tablist:
- tab "active" [selected]: "on"
- text: active
- tablist:
- tab "disabled" [disabled]: "on"
- text: disabled
- link "Content arrow_up_right\" / \""
- tablist:
- tab "(Default) Text": "on"
- text: (Default) Text
- tablist:
- text: x_placeholder" / "
- tab "x_placeholder\" / \" Text - Icon (Leading)": "on"
- text: Text - Icon (Leading)
- tablist:
- tab "Text - Icon (Trailing) x_placeholder\" / \"": "on"
- text: Text - Icon (Trailing) x_placeholder" / "
- tablist:
- text: x_placeholder" / "
- tab "x_placeholder\" / \" Icon": "on"
- text: Icon
- link "Behaviour arrow_up_right\" / \""
- tablist:
- tab "(Default) Auto Width": "on"
- text: (Default) Auto Width
- tablist:
- tab "Width full": "on"
- text: Width full
- link "Content Alignment Full Width arrow_up_right\" / \""
- tablist:
- tab "Left": "on"
- text: Left
- tablist:
- tab "Centered": "on"
- text: Centered
Expected: /__w/mono/mono/__snapshots__/tab-item/showcase/chromium/should-have-same-aria-snapshot/DBTabItem-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/tab-item-tab-item-snapshot-be296-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 › DBTabItem › should have same aria-snapshot ────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBTabItem" [level=1]
- link "Density arrow_up_right\" / \""
- tablist:
- tab "Functional": "on"
- text: Functional
- tablist:
- tab "(Default) Regular": "on"
- text: (Default) Regular
- tablist:
- tab "Expressive": "on"
- text: Expressive
- link "States arrow_up_right\" / \""
- tablist:
- tab "(Default) Enabled": "on"
- text: (Default) Enabled
- tablist:
- tab "active" [selected]: "on"
- text: active
- tablist:
- tab "disabled" [disabled]: "on"
- text: disabled
- link "Content arrow_up_right\" / \""
- tablist:
- tab "(Default) Text": "on"
- text: (Default) Text
- tablist:
- text: x_placeholder" / "
- tab "x_placeholder\" / \" Text - Icon (Leading)": "on"
- text: Text - Icon (Leading)
- tablist:
- tab "Text - Icon (Trailing) x_placeholder\" / \"": "on"
- text: Text - Icon (Trailing) x_placeholder" / "
- tablist:
- text: x_placeholder" / "
- tab "x_placeholder\" / \" Icon": "on"
- text: Icon
- link "Behaviour arrow_up_right\" / \""
- tablist:
- tab "(Default) Auto Width": "on"
- text: (Default) Auto Width
- tablist:
- tab "Width full": "on"
- text: Width full
- link "Content Alignment Full Width arrow_up_right\" / \""
- tablist:
- tab "Left": "on"
- text: Left
- tablist:
- tab "Centered": "on"
- text: Centered
Expected: /__w/mono/mono/__snapshots__/tab-item/showcase/chromium/should-have-same-aria-snapshot/DBTabItem-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/tab-item-tab-item-snapshot-be296-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 › DBTabs › should match screenshot ───────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
337 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/tabs/showcase/chromium/DBTabs-should-match-screenshot-1/DBTabs-should-match-screenshot.png
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/tabs-tabs-snapshot-DBTabs-should-match-screenshot-chromium/DBTabs-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/tabs-tabs-snapshot-DBTabs-should-match-screenshot-chromium/DBTabs-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
- 337 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
- 337 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 › DBTabs › should match screenshot ───────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
337 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/tabs/showcase/chromium/DBTabs-should-match-screenshot-1/DBTabs-should-match-screenshot.png
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/tabs-tabs-snapshot-DBTabs-should-match-screenshot-chromium-retry1/DBTabs-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/tabs-tabs-snapshot-DBTabs-should-match-screenshot-chromium-retry1/DBTabs-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
- 337 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
- 337 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 › DBTabs › should have same aria-snapshot ───────────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBTabs" [level=1]
- link "Density arrow_up_right\" / \""
- text: "Functional:"
- tablist:
- tab "Test 1" [selected]: "on"
- text: Test 1
- tab "Test 2": "on"
- text: Test 2
- tab "Test 3": "on"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "(Default) Regular:"
- tablist:
- tab "Test 1" [selected]: "on"
- text: Test 1
- tab "Test 2": "on"
- text: Test 2
- tab "Test 3": "on"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "Expressive:"
- tablist:
- tab "Test 1" [selected]: "on"
- text: Test 1
- tab "Test 2": "on"
- text: Test 2
- tab "Test 3": "on"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- link "Orientation arrow_up_right\" / \""
- text: "horizontal:"
- tablist:
- tab "Test 1" [selected]: "on"
- text: Test 1
- tab "Test 2": "on"
- text: Test 2
- tab "Test 3": "on"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "vertical:"
- tablist:
- tab "Test 1" [selected]: "on"
- text: Test 1
- tab "Test 2": "on"
- text: Test 2
- tab "Test 3": "on"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- link "Width arrow_up_right\" / \""
- text: "auto:"
- tablist:
- tab "Test 1" [selected]: "on"
- text: Test 1
- tab "Test 2": "on"
- text: Test 2
- tab "Test 3": "on"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "full - alignment: start:"
- tablist:
- tab "Test 1" [selected]: "on"
- text: Test 1
- tab "Test 2": "on"
- text: Test 2
- tab "Test 3": "on"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "full - alignment: center:"
- tablist:
- tab "Test 1" [selected]: "on"
- text: Test 1
- tab "Test 2": "on"
- text: Test 2
- tab "Test 3": "on"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- link "Overflow arrow_up_right\" / \""
- text: "no overflow:"
- tablist:
- tab "Test 1" [selected]: "on"
- text: Test 1
- tab "Test 2": "on"
- text: Test 2
- tab "Test 3": "on"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "with overflow - behaviour: arrows:"
- button "chevron_right\" / \" Scroll right"
- tablist:
- tab "Test 1" [selected]: "on"
- text: Test 1
- tab "Test 2": "on"
- text: Test 2
- tab "Test 3": "on"
- text: Test 3
- tab "Test 4": "on"
- text: Test 4
- tab "Test 5": "on"
- text: Test 5
- tabpanel "Test 1": Tab Panel 1
- text: "with overflow - behaviour: scrollbar:"
- tablist:
- tab "Test 1" [selected]: "on"
- text: Test 1
- tab "Test 2": "on"
- text: Test 2
- tab "Test 3": "on"
- text: Test 3
- tab "Test 4": "on"
- text: Test 4
- tab "Test 5": "on"
- text: Test 5
- tabpanel "Test 1": Tab Panel 1
- link "Examples arrow_up_right\" / \""
- text: "2 tab selected:"
- tablist:
- tab "Test 1": "on"
- text: Test 1
- tab "Test 2" [selected]: "on"
- text: Test 2
- tab "Test 3": "on"
- text: Test 3
- tabpanel "Test 2": Tab Panel 2
- text: "nothing selected:"
- tablist:
-
|
🔣 Print GitHub Report:
showcases/e2e/default.ts#L232
4) [chromium] › default.ts:219:2 › DBTabs › should have same aria-snapshot ───────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBTabs" [level=1]
- link "Density arrow_up_right\" / \""
- text: "Functional:"
- tablist:
- tab "Test 1" [selected]: "on"
- text: Test 1
- tab "Test 2": "on"
- text: Test 2
- tab "Test 3": "on"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "(Default) Regular:"
- tablist:
- tab "Test 1" [selected]: "on"
- text: Test 1
- tab "Test 2": "on"
- text: Test 2
- tab "Test 3": "on"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "Expressive:"
- tablist:
- tab "Test 1" [selected]: "on"
- text: Test 1
- tab "Test 2": "on"
- text: Test 2
- tab "Test 3": "on"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- link "Orientation arrow_up_right\" / \""
- text: "horizontal:"
- tablist:
- tab "Test 1" [selected]: "on"
- text: Test 1
- tab "Test 2": "on"
- text: Test 2
- tab "Test 3": "on"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "vertical:"
- tablist:
- tab "Test 1" [selected]: "on"
- text: Test 1
- tab "Test 2": "on"
- text: Test 2
- tab "Test 3": "on"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- link "Width arrow_up_right\" / \""
- text: "auto:"
- tablist:
- tab "Test 1" [selected]: "on"
- text: Test 1
- tab "Test 2": "on"
- text: Test 2
- tab "Test 3": "on"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "full - alignment: start:"
- tablist:
- tab "Test 1" [selected]: "on"
- text: Test 1
- tab "Test 2": "on"
- text: Test 2
- tab "Test 3": "on"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "full - alignment: center:"
- tablist:
- tab "Test 1" [selected]: "on"
- text: Test 1
- tab "Test 2": "on"
- text: Test 2
- tab "Test 3": "on"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- link "Overflow arrow_up_right\" / \""
- text: "no overflow:"
- tablist:
- tab "Test 1" [selected]: "on"
- text: Test 1
- tab "Test 2": "on"
- text: Test 2
- tab "Test 3": "on"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "with overflow - behaviour: arrows:"
- button "chevron_right\" / \" Scroll right"
- tablist:
- tab "Test 1" [selected]: "on"
- text: Test 1
- tab "Test 2": "on"
- text: Test 2
- tab "Test 3": "on"
- text: Test 3
- tab "Test 4": "on"
- text: Test 4
- tab "Test 5": "on"
- text: Test 5
- tabpanel "Test 1": Tab Panel 1
- text: "with overflow - behaviour: scrollbar:"
- tablist:
- tab "Test 1" [selected]: "on"
- text: Test 1
- tab "Test 2": "on"
- text: Test 2
- tab "Test 3": "on"
- text: Test 3
- tab "Test 4": "on"
- text: Test 4
- tab "Test 5": "on"
- text: Test 5
- tabpanel "Test 1": Tab Panel 1
- link "Examples arrow_up_right\" / \""
- text: "2 tab selected:"
- tablist:
- tab "Test 1": "on"
- text: Test 1
- tab "Test 2" [selected]: "on"
- text: Test 2
- tab "Test 3": "on"
- text: Test 3
|
🔣 Print GitHub Report:
showcases/e2e/default.ts#L111
5) [chromium] › default.ts:79:2 › DBTag › should match screenshot ────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
144 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/tag/showcase/chromium/DBTag-should-match-screenshot-1/DBTag-should-match-screenshot.png
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/tag-tag-snapshot-DBTag-should-match-screenshot-chromium/DBTag-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/tag-tag-snapshot-DBTag-should-match-screenshot-chromium/DBTag-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
- 144 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
- 144 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 › DBTag › should match screenshot ────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
144 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/tag/showcase/chromium/DBTag-should-match-screenshot-1/DBTag-should-match-screenshot.png
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/tag-tag-snapshot-DBTag-should-match-screenshot-chromium-retry1/DBTag-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/tag-tag-snapshot-DBTag-should-match-screenshot-chromium-retry1/DBTag-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
- 144 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
- 144 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
|
🆙 Upload aChecker results
No files were found with the provided path: ./showcases/stencil-showcase-showcase/results. No artifacts will be uploaded.
|
🔣 Print GitHub Report
18 failed
[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 ─────────────────────
[chromium-highContrast] › default.ts:79:2 › DBAccordion › should match screenshot ──────────────
[chromium-highContrast] › default.ts:219:2 › DBAccordion › should have same aria-snapshot ──────
[chromium-highContrast] › default.ts:79:2 › DBAccordionItem › should match screenshot ──────────
[chromium-highContrast] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot ──
[chromium-highContrast] › default.ts:79:2 › DBCard › should match screenshot ───────────────────
[chromium-highContrast] › default.ts:219:2 › DBCard › should have same aria-snapshot ───────────
[chromium-highContrast] › default.ts:79:2 › DBNavigationItem › should match screenshot ─────────
[chromium-highContrast] › default.ts:219:2 › DBNavigationItem › should have same aria-snapshot ─
[chromium-highContrast] › default.ts:79:2 › DBPopover › should match screenshot ────────────────
[chromium-highContrast] › default.ts:219:2 › DBPopover › should have same aria-snapshot ────────
22 skipped
101 passed (4.8m)
|
Loading