feat(tab-button): update styles to iOS 17 specs #11323
Annotations
1 error and 1 notice
core/src/components/datetime/test/locale/datetime.e2e.ts#L166
1) [Mobile Firefox] › src/components/datetime/test/locale/datetime.e2e.ts:25:11 › datetime: locale - ios/ltr › en-US › month/year picker should not have visual regressions
Error: Screenshot comparison failed:
894 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/ionic-framework/ionic-framework/core/src/components/datetime/test/locale/datetime.e2e.ts-snapshots/datetime-locale-en-US-month-year-diff-ios-ltr-Mobile-Firefox-linux.png
Received: /home/runner/work/ionic-framework/ionic-framework/core/test-results/src-components-datetime-test-locale-datetime.e-9c527--year-picker-should-not-have-visual-regressions-Mobile-Firefox/datetime-locale-en-US-month-year-diff-ios-ltr-actual.png
Diff: /home/runner/work/ionic-framework/ionic-framework/core/test-results/src-components-datetime-test-locale-datetime.e-9c527--year-picker-should-not-have-visual-regressions-Mobile-Firefox/datetime-locale-en-US-month-year-diff-ios-ltr-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('ion-datetime')
- locator resolved to <ion-datetime max="2022" locale="en-US" show-default-title="tr…>…</ion-datetime>
- taking element screenshot
- disabled all CSS animations
- waiting for element to be visible and stable
- element is visible and stable
- 894 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('ion-datetime')
- locator resolved to <ion-datetime max="2022" locale="en-US" show-default-title="tr…>…</ion-datetime>
- taking element screenshot
- disabled all CSS animations
- waiting for element to be visible and stable
- element is visible and stable
- captured a stable screenshot
- 894 pixels (ratio 0.01 of all image pixels) are different.
164 | async expectLocalizedPicker(screenshot: ScreenshotFn, modifier?: string) {
165 | const modifierString = modifier === undefined ? '' : `-${modifier}`;
> 166 | await expect(this.datetime).toHaveScreenshot(screenshot(`datetime-locale-${this.locale}${modifierString}-diff`));
| ^
167 | }
168 | }
169 |
at DatetimeLocaleFixture.expectLocalizedPicker (/home/runner/work/ionic-framework/ionic-framework/core/src/components/datetime/test/locale/datetime.e2e.ts:166:33)
at DatetimeLocaleFixture.expectLocalizedMonthYearPicker (/home/runner/work/ionic-framework/ionic-framework/core/src/components/datetime/test/locale/datetime.e2e.ts:157:16)
at /home/runner/work/ionic-framework/ionic-framework/core/src/components/datetime/test/locale/datetime.e2e.ts:27:31
|
|
The logs for this run have expired and are no longer available.
Loading