fix(badge): update tokens usage on shapes #16860
Annotations
2 errors and 1 notice
Run /./.github/workflows/actions/test-core-screenshot:
src/components/toolbar/test/basic/toolbar.e2e.ts#L252
2) [Mobile Chrome] › src/components/toolbar/test/basic/toolbar.e2e.ts:229:11 › toolbar: basic - ios/ltr › slot content - ios/ltr › should not have visual regressions with nested slotted images
Error: expect(locator).toHaveScreenshot(expected)
Expected an image 393px by 60px, received 393px by 44px. 5631 pixels (ratio 0.24 of all image pixels) are different.
Snapshot: toolbar-basic-nested-slotted-images-ios-ltr.png
Call log:
- Expect "toHaveScreenshot(toolbar-basic-nested-slotted-images-ios-ltr.png)" with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('ion-header')
- locator resolved to <ion-header role="banner" class="ios header-ios header-collapse-none hydrated">…</ion-header>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- Expected an image 393px by 60px, received 393px by 44px. 5631 pixels (ratio 0.24 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('ion-header')
- locator resolved to <ion-header role="banner" class="ios header-ios header-collapse-none hydrated">…</ion-header>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- Expected an image 393px by 60px, received 393px by 44px. 5631 pixels (ratio 0.24 of all image pixels) are different.
250 |
251 | const header = page.locator('ion-header');
> 252 | await expect(header).toHaveScreenshot(screenshot(`toolbar-basic-nested-slotted-images`));
| ^
253 | });
254 | });
255 | });
at /ionic/src/components/toolbar/test/basic/toolbar.e2e.ts:252:30
|
Run /./.github/workflows/actions/test-core-screenshot:
src/components/title/test/basic/title.e2e.ts#L11
1) [Mobile Chrome] › src/components/title/test/basic/title.e2e.ts:6:9 › title: basic - ionic/md/ltr/light › should not have visual regressions
Error: expect(locator).toHaveScreenshot(expected)
194 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: title-basic-ionic-md-ltr-light.png
Call log:
- Expect "toHaveScreenshot(title-basic-ionic-md-ltr-light.png)" with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#header-wrapper')
- locator resolved to <div id="header-wrapper">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 194 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#header-wrapper')
- locator resolved to <div id="header-wrapper">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 194 pixels (ratio 0.01 of all image pixels) are different.
9 |
10 | // only screenshot the headers to avoid unnecessary blank space from ion-content
> 11 | await expect(wrapper).toHaveScreenshot(screenshot(`title-basic`));
| ^
12 | });
13 | });
14 | });
at /ionic/src/components/title/test/basic/title.e2e.ts:11:29
|
Run /./.github/workflows/actions/test-core-screenshot
2 flaky
[Mobile Chrome] › src/components/title/test/basic/title.e2e.ts:6:9 › title: basic - ionic/md/ltr/light › should not have visual regressions
[Mobile Chrome] › src/components/toolbar/test/basic/toolbar.e2e.ts:229:11 › toolbar: basic - ios/ltr › slot content - ios/ltr › should not have visual regressions with nested slotted images
36 skipped
816 passed (6.2m)
|
Loading