Skip to content

fix(datetime): remove ion-buttons to fix CSP violations #17826

fix(datetime): remove ion-buttons to fix CSP violations

fix(datetime): remove ion-buttons to fix CSP violations #17826

Triggered via pull request December 17, 2025 19:03
Status Cancelled
Total duration 9m 18s
Artifacts 14

build.yml

on: pull_request
build-react
55s
build-react
build-vue
39s
build-vue
Matrix: test-core-screenshot
build-angular
1m 7s
build-angular
build-angular-server
39s
build-angular-server
test-core-clean-build
13s
test-core-clean-build
test-core-lint
56s
test-core-lint
test-core-spec
59s
test-core-spec
build-react-router
28s
build-react-router
build-vue-router
44s
build-vue-router
verify-screenshots
3s
verify-screenshots
Matrix: test-angular-e2e
Matrix: test-react-e2e
Matrix: test-react-router-e2e
Matrix: test-vue-e2e
verify-test-angular-e2e
2s
verify-test-angular-e2e
verify-test-react-e2e
3s
verify-test-react-e2e
verify-test-react-router-e2e
3s
verify-test-react-router-e2e
verify-test-vue-e2e
2s
verify-test-vue-e2e
Fit to window
Zoom out
Zoom in

Annotations

56 errors and 7 notices
test-core-lint
Process completed with exit code 1.
[Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:130:11 › radio: a11y - md/ltr/dark › radio: keyboard navigation - md/ltr/dark › using arrow keys should move between enabled radios within group: src/components/radio/test/a11y/radio.e2e.ts#L134
1) [Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:130:11 › radio: a11y - md/ltr/dark › radio: keyboard navigation - md/ltr/dark › using arrow keys should move between enabled radios within group Error: expect(locator).toBeFocused() failed Locator: locator('#first-group ion-radio').first() Expected: focused Received: inactive Timeout: 5000ms Call log: - Expect "toBeFocused" with timeout 5000ms - waiting for locator('#first-group ion-radio').first() 9 × locator resolved to <ion-radio value="huey" role="radio" tabindex="0" aria-checked="true" class="md in-item radio-checked radio-label-placement-start hydrated">Huey</ion-radio> - unexpected value "inactive" 132 | 133 | await pageUtils.pressKeys('Tab'); > 134 | await expect(firstGroupRadios.nth(0)).toBeFocused(); | ^ 135 | 136 | await page.keyboard.press('ArrowDown'); 137 | await expect(firstGroupRadios.nth(1)).toBeFocused(); at /ionic/src/components/radio/test/a11y/radio.e2e.ts:134:47
test-core-screenshot (9, 20)
Canceling since a higher priority waiting request for refs/pull/30770/merge exists
[Mobile Chrome] › src/components/datetime/test/locale/datetime.e2e.ts:37:11 › datetime: locale - ios/ltr › ja-JP › should not have visual regressions: src/components/datetime/test/locale/datetime.e2e.ts#L166
4) [Mobile Chrome] › src/components/datetime/test/locale/datetime.e2e.ts:37:11 › datetime: locale - ios/ltr › ja-JP › should not have visual regressions Error: expect(locator).toHaveScreenshot(expected) failed Locator: locator('ion-datetime') 142 pixels (ratio 0.01 of all image pixels) are different. Snapshot: datetime-locale-ja-JP-diff-ios-ltr.png Call log: - Expect "toHaveScreenshot(datetime-locale-ja-JP-diff-ios-ltr.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for locator('ion-datetime') - locator resolved to <ion-datetime max="2022" locale="ja-JP" presentation="date" show-default-title="true" show-default-buttons="true" value="2022-04-19T04:20:00" class="ion-color ion-color-primary ios datetime-presentation-date datetime-size-fixed datetime-grid hydrated datetime-ready">…</ion-datetime> - 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 - 142 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="ja-JP" presentation="date" show-default-title="true" show-default-buttons="true" value="2022-04-19T04:20:00" class="ion-color ion-color-primary ios datetime-presentation-date datetime-size-fixed datetime-grid hydrated datetime-ready">…</ion-datetime> - 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 - 142 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 (/ionic/src/components/datetime/test/locale/datetime.e2e.ts:166:33) at DatetimeLocaleFixture.expectLocalizedDatePicker (/ionic/src/components/datetime/test/locale/datetime.e2e.ts:153:16) at /ionic/src/components/datetime/test/locale/datetime.e2e.ts:39:31
[Mobile Chrome] › src/components/datetime/test/locale/datetime.e2e.ts:30:11 › datetime: locale - ios/ltr › en-US › time picker should not have visual regressions: src/components/datetime/test/locale/datetime.e2e.ts#L166
3) [Mobile Chrome] › src/components/datetime/test/locale/datetime.e2e.ts:30:11 › datetime: locale - ios/ltr › en-US › time picker should not have visual regressions Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) failed Locator: locator('ion-datetime') 142 pixels (ratio 0.01 of all image pixels) are different. Snapshot: datetime-locale-en-US-time-diff-ios-ltr.png Call log: - Expect "toHaveScreenshot(datetime-locale-en-US-time-diff-ios-ltr.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for locator('ion-datetime') - locator resolved to <ion-datetime max="2022" locale="en-US" presentation="time" show-default-title="true" show-default-buttons="true" value="2022-04-19T04:20:00" class="ion-color ion-color-primary ios datetime-presentation-time datetime-size-fixed hydrated datetime-ready">…</ion-datetime> - 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 - 142 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" presentation="time" show-default-title="true" show-default-buttons="true" value="2022-04-19T04:20:00" class="ion-color ion-color-primary ios datetime-presentation-time datetime-size-fixed hydrated datetime-ready">…</ion-datetime> - 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 - 142 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 (/ionic/src/components/datetime/test/locale/datetime.e2e.ts:166:33) at DatetimeLocaleFixture.expectLocalizedTimePicker (/ionic/src/components/datetime/test/locale/datetime.e2e.ts:161:16) at /ionic/src/components/datetime/test/locale/datetime.e2e.ts:32:31
[Mobile Chrome] › src/components/datetime/test/locale/datetime.e2e.ts:30:11 › datetime: locale - ios/ltr › en-US › time picker should not have visual regressions: src/components/datetime/test/locale/datetime.e2e.ts#L166
3) [Mobile Chrome] › src/components/datetime/test/locale/datetime.e2e.ts:30:11 › datetime: locale - ios/ltr › en-US › time picker should not have visual regressions Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) failed Locator: locator('ion-datetime') 142 pixels (ratio 0.01 of all image pixels) are different. Snapshot: datetime-locale-en-US-time-diff-ios-ltr.png Call log: - Expect "toHaveScreenshot(datetime-locale-en-US-time-diff-ios-ltr.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for locator('ion-datetime') - locator resolved to <ion-datetime max="2022" locale="en-US" presentation="time" show-default-title="true" show-default-buttons="true" value="2022-04-19T04:20:00" class="ion-color ion-color-primary ios datetime-presentation-time datetime-size-fixed hydrated datetime-ready">…</ion-datetime> - 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 - 142 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" presentation="time" show-default-title="true" show-default-buttons="true" value="2022-04-19T04:20:00" class="ion-color ion-color-primary ios datetime-presentation-time datetime-size-fixed hydrated datetime-ready">…</ion-datetime> - 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 - 142 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 (/ionic/src/components/datetime/test/locale/datetime.e2e.ts:166:33) at DatetimeLocaleFixture.expectLocalizedTimePicker (/ionic/src/components/datetime/test/locale/datetime.e2e.ts:161:16) at /ionic/src/components/datetime/test/locale/datetime.e2e.ts:32:31
[Mobile Chrome] › src/components/datetime/test/locale/datetime.e2e.ts:30:11 › datetime: locale - ios/ltr › en-US › time picker should not have visual regressions: src/components/datetime/test/locale/datetime.e2e.ts#L166
3) [Mobile Chrome] › src/components/datetime/test/locale/datetime.e2e.ts:30:11 › datetime: locale - ios/ltr › en-US › time picker should not have visual regressions Error: expect(locator).toHaveScreenshot(expected) failed Locator: locator('ion-datetime') 142 pixels (ratio 0.01 of all image pixels) are different. Snapshot: datetime-locale-en-US-time-diff-ios-ltr.png Call log: - Expect "toHaveScreenshot(datetime-locale-en-US-time-diff-ios-ltr.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for locator('ion-datetime') - locator resolved to <ion-datetime max="2022" locale="en-US" presentation="time" show-default-title="true" show-default-buttons="true" value="2022-04-19T04:20:00" class="ion-color ion-color-primary ios datetime-presentation-time datetime-size-fixed hydrated datetime-ready">…</ion-datetime> - 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 - 142 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" presentation="time" show-default-title="true" show-default-buttons="true" value="2022-04-19T04:20:00" class="ion-color ion-color-primary ios datetime-presentation-time datetime-size-fixed hydrated datetime-ready">…</ion-datetime> - 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 - 142 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 (/ionic/src/components/datetime/test/locale/datetime.e2e.ts:166:33) at DatetimeLocaleFixture.expectLocalizedTimePicker (/ionic/src/components/datetime/test/locale/datetime.e2e.ts:161:16) at /ionic/src/components/datetime/test/locale/datetime.e2e.ts:32:31
[Mobile Chrome] › src/components/datetime/test/locale/datetime.e2e.ts:25:11 › datetime: locale - ios/ltr › en-US › month/year picker should not have visual regressions: src/components/datetime/test/locale/datetime.e2e.ts#L166
2) [Mobile Chrome] › src/components/datetime/test/locale/datetime.e2e.ts:25:11 › datetime: locale - ios/ltr › en-US › month/year picker should not have visual regressions Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) failed Locator: locator('ion-datetime') 142 pixels (ratio 0.01 of all image pixels) are different. Snapshot: datetime-locale-en-US-month-year-diff-ios-ltr.png Call log: - Expect "toHaveScreenshot(datetime-locale-en-US-month-year-diff-ios-ltr.png)" 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="true" presentation="month-year" show-default-buttons="true" value="2022-04-19T04:20:00" class="ion-color ion-color-primary ios show-month-and-year datetime-presentation-month-year datetime-size-fixed hydrated datetime-ready">…</ion-datetime> - 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 - 142 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="true" presentation="month-year" show-default-buttons="true" value="2022-04-19T04:20:00" class="ion-color ion-color-primary ios show-month-and-year datetime-presentation-month-year datetime-size-fixed hydrated datetime-ready">…</ion-datetime> - 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 - 142 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 (/ionic/src/components/datetime/test/locale/datetime.e2e.ts:166:33) at DatetimeLocaleFixture.expectLocalizedMonthYearPicker (/ionic/src/components/datetime/test/locale/datetime.e2e.ts:157:16) at /ionic/src/components/datetime/test/locale/datetime.e2e.ts:27:31
[Mobile Chrome] › src/components/datetime/test/locale/datetime.e2e.ts:25:11 › datetime: locale - ios/ltr › en-US › month/year picker should not have visual regressions: src/components/datetime/test/locale/datetime.e2e.ts#L166
2) [Mobile Chrome] › src/components/datetime/test/locale/datetime.e2e.ts:25:11 › datetime: locale - ios/ltr › en-US › month/year picker should not have visual regressions Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) failed Locator: locator('ion-datetime') 142 pixels (ratio 0.01 of all image pixels) are different. Snapshot: datetime-locale-en-US-month-year-diff-ios-ltr.png Call log: - Expect "toHaveScreenshot(datetime-locale-en-US-month-year-diff-ios-ltr.png)" 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="true" presentation="month-year" show-default-buttons="true" value="2022-04-19T04:20:00" class="ion-color ion-color-primary ios show-month-and-year datetime-presentation-month-year datetime-size-fixed hydrated datetime-ready">…</ion-datetime> - 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 - 142 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="true" presentation="month-year" show-default-buttons="true" value="2022-04-19T04:20:00" class="ion-color ion-color-primary ios show-month-and-year datetime-presentation-month-year datetime-size-fixed hydrated datetime-ready">…</ion-datetime> - 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 - 142 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 (/ionic/src/components/datetime/test/locale/datetime.e2e.ts:166:33) at DatetimeLocaleFixture.expectLocalizedMonthYearPicker (/ionic/src/components/datetime/test/locale/datetime.e2e.ts:157:16) at /ionic/src/components/datetime/test/locale/datetime.e2e.ts:27:31
[Mobile Chrome] › src/components/datetime/test/locale/datetime.e2e.ts:25:11 › datetime: locale - ios/ltr › en-US › month/year picker should not have visual regressions: src/components/datetime/test/locale/datetime.e2e.ts#L166
2) [Mobile Chrome] › 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: expect(locator).toHaveScreenshot(expected) failed Locator: locator('ion-datetime') 142 pixels (ratio 0.01 of all image pixels) are different. Snapshot: datetime-locale-en-US-month-year-diff-ios-ltr.png Call log: - Expect "toHaveScreenshot(datetime-locale-en-US-month-year-diff-ios-ltr.png)" 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="true" presentation="month-year" show-default-buttons="true" value="2022-04-19T04:20:00" class="ion-color ion-color-primary ios show-month-and-year datetime-presentation-month-year datetime-size-fixed hydrated datetime-ready">…</ion-datetime> - 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 - 142 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="true" presentation="month-year" show-default-buttons="true" value="2022-04-19T04:20:00" class="ion-color ion-color-primary ios show-month-and-year datetime-presentation-month-year datetime-size-fixed hydrated datetime-ready">…</ion-datetime> - 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 - 142 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 (/ionic/src/components/datetime/test/locale/datetime.e2e.ts:166:33) at DatetimeLocaleFixture.expectLocalizedMonthYearPicker (/ionic/src/components/datetime/test/locale/datetime.e2e.ts:157:16) at /ionic/src/components/datetime/test/locale/datetime.e2e.ts:27:31
[Mobile Chrome] › src/components/datetime/test/locale/datetime.e2e.ts:20:11 › datetime: locale - ios/ltr › en-US › should not have visual regressions: src/components/datetime/test/locale/datetime.e2e.ts#L166
1) [Mobile Chrome] › src/components/datetime/test/locale/datetime.e2e.ts:20:11 › datetime: locale - ios/ltr › en-US › should not have visual regressions Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) failed Locator: locator('ion-datetime') 142 pixels (ratio 0.01 of all image pixels) are different. Snapshot: datetime-locale-en-US-diff-ios-ltr.png Call log: - Expect "toHaveScreenshot(datetime-locale-en-US-diff-ios-ltr.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for locator('ion-datetime') - locator resolved to <ion-datetime max="2022" locale="en-US" presentation="date" show-default-title="true" show-default-buttons="true" value="2022-04-19T04:20:00" class="ion-color ion-color-primary ios datetime-presentation-date datetime-size-fixed datetime-grid hydrated datetime-ready">…</ion-datetime> - 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 - 142 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" presentation="date" show-default-title="true" show-default-buttons="true" value="2022-04-19T04:20:00" class="ion-color ion-color-primary ios datetime-presentation-date datetime-size-fixed datetime-grid hydrated datetime-ready">…</ion-datetime> - 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 - 142 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 (/ionic/src/components/datetime/test/locale/datetime.e2e.ts:166:33) at DatetimeLocaleFixture.expectLocalizedDatePicker (/ionic/src/components/datetime/test/locale/datetime.e2e.ts:153:16) at /ionic/src/components/datetime/test/locale/datetime.e2e.ts:22:31
[Mobile Chrome] › src/components/datetime/test/locale/datetime.e2e.ts:20:11 › datetime: locale - ios/ltr › en-US › should not have visual regressions: src/components/datetime/test/locale/datetime.e2e.ts#L166
1) [Mobile Chrome] › src/components/datetime/test/locale/datetime.e2e.ts:20:11 › datetime: locale - ios/ltr › en-US › should not have visual regressions Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) failed Locator: locator('ion-datetime') 142 pixels (ratio 0.01 of all image pixels) are different. Snapshot: datetime-locale-en-US-diff-ios-ltr.png Call log: - Expect "toHaveScreenshot(datetime-locale-en-US-diff-ios-ltr.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for locator('ion-datetime') - locator resolved to <ion-datetime max="2022" locale="en-US" presentation="date" show-default-title="true" show-default-buttons="true" value="2022-04-19T04:20:00" class="ion-color ion-color-primary ios datetime-presentation-date datetime-size-fixed datetime-grid hydrated datetime-ready">…</ion-datetime> - 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 - 142 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" presentation="date" show-default-title="true" show-default-buttons="true" value="2022-04-19T04:20:00" class="ion-color ion-color-primary ios datetime-presentation-date datetime-size-fixed datetime-grid hydrated datetime-ready">…</ion-datetime> - 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 - 142 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 (/ionic/src/components/datetime/test/locale/datetime.e2e.ts:166:33) at DatetimeLocaleFixture.expectLocalizedDatePicker (/ionic/src/components/datetime/test/locale/datetime.e2e.ts:153:16) at /ionic/src/components/datetime/test/locale/datetime.e2e.ts:22:31
[Mobile Chrome] › src/components/datetime/test/locale/datetime.e2e.ts:20:11 › datetime: locale - ios/ltr › en-US › should not have visual regressions: src/components/datetime/test/locale/datetime.e2e.ts#L166
1) [Mobile Chrome] › src/components/datetime/test/locale/datetime.e2e.ts:20:11 › datetime: locale - ios/ltr › en-US › should not have visual regressions Error: expect(locator).toHaveScreenshot(expected) failed Locator: locator('ion-datetime') 142 pixels (ratio 0.01 of all image pixels) are different. Snapshot: datetime-locale-en-US-diff-ios-ltr.png Call log: - Expect "toHaveScreenshot(datetime-locale-en-US-diff-ios-ltr.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for locator('ion-datetime') - locator resolved to <ion-datetime max="2022" locale="en-US" presentation="date" show-default-title="true" show-default-buttons="true" value="2022-04-19T04:20:00" class="ion-color ion-color-primary ios datetime-presentation-date datetime-size-fixed datetime-grid hydrated datetime-ready">…</ion-datetime> - 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 - 142 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" presentation="date" show-default-title="true" show-default-buttons="true" value="2022-04-19T04:20:00" class="ion-color ion-color-primary ios datetime-presentation-date datetime-size-fixed datetime-grid hydrated datetime-ready">…</ion-datetime> - 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 - 142 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 (/ionic/src/components/datetime/test/locale/datetime.e2e.ts:166:33) at DatetimeLocaleFixture.expectLocalizedDatePicker (/ionic/src/components/datetime/test/locale/datetime.e2e.ts:153:16) at /ionic/src/components/datetime/test/locale/datetime.e2e.ts:22:31
test-core-screenshot (15, 20)
Canceling since a higher priority waiting request for refs/pull/30770/merge exists
test-core-screenshot (15, 20)
Process completed with exit code 12.
test-core-screenshot (15, 20)
The operation was canceled.
test-core-screenshot (13, 20)
Canceling since a higher priority waiting request for refs/pull/30770/merge exists
test-core-screenshot (13, 20)
The operation was canceled.
test-core-screenshot (2, 20)
Canceling since a higher priority waiting request for refs/pull/30770/merge exists
test-core-screenshot (2, 20)
Process completed with exit code 12.
test-core-screenshot (2, 20)
The operation was canceled.
test-core-screenshot (5, 20)
Canceling since a higher priority waiting request for refs/pull/30770/merge exists
test-core-screenshot (5, 20)
Process completed with exit code 12.
test-core-screenshot (5, 20)
The operation was canceled.
test-core-screenshot (8, 20)
Canceling since a higher priority waiting request for refs/pull/30770/merge exists
test-core-screenshot (8, 20)
Process completed with exit code 12.
test-core-screenshot (8, 20)
The operation was canceled.
test-core-screenshot (17, 20)
Canceling since a higher priority waiting request for refs/pull/30770/merge exists
test-core-screenshot (17, 20)
Process completed with exit code 12.
test-core-screenshot (17, 20)
The operation was canceled.
test-core-screenshot (14, 20)
Canceling since a higher priority waiting request for refs/pull/30770/merge exists
test-core-screenshot (19, 20)
Canceling since a higher priority waiting request for refs/pull/30770/merge exists
test-core-screenshot (14, 20)
Process completed with exit code 12.
test-core-screenshot (19, 20)
Process completed with exit code 12.
test-core-screenshot (14, 20)
The operation was canceled.
test-core-screenshot (19, 20)
The operation was canceled.
test-core-screenshot (6, 20)
Canceling since a higher priority waiting request for refs/pull/30770/merge exists
test-core-screenshot (6, 20)
Process completed with exit code 12.
test-core-screenshot (6, 20)
The operation was canceled.
test-core-screenshot (18, 20)
Canceling since a higher priority waiting request for refs/pull/30770/merge exists
test-core-screenshot (18, 20)
Process completed with exit code 12.
test-core-screenshot (18, 20)
The operation was canceled.
test-core-screenshot (1, 20)
Canceling since a higher priority waiting request for refs/pull/30770/merge exists
test-core-screenshot (1, 20)
Process completed with exit code 12.
test-core-screenshot (1, 20)
The operation was canceled.
test-core-screenshot (4, 20)
Canceling since a higher priority waiting request for refs/pull/30770/merge exists
test-core-screenshot (4, 20)
Process completed with exit code 12.
test-core-screenshot (4, 20)
The operation was canceled.
test-core-screenshot (16, 20)
Canceling since a higher priority waiting request for refs/pull/30770/merge exists
test-core-screenshot (16, 20)
Process completed with exit code 12.
test-core-screenshot (16, 20)
The operation was canceled.
test-core-screenshot (3, 20)
Canceling since a higher priority waiting request for refs/pull/30770/merge exists
test-core-screenshot (3, 20)
Process completed with exit code 12.
test-core-screenshot (3, 20)
The operation was canceled.
verify-screenshots
Process completed with exit code 1.
Ionic Framework Build
Canceling since a higher priority waiting request for refs/pull/30770/merge exists
🎭 Playwright Run Summary
360 skipped 273 passed (2.3m)
🎭 Playwright Run Summary
368 skipped 308 passed (3.5m)
🎭 Playwright Run Summary
2 skipped 667 passed (3.6m)
🎭 Playwright Run Summary
1 skipped 676 passed (3.9m)
🎭 Playwright Run Summary
1 flaky [Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:130:11 › radio: a11y - md/ltr/dark › radio: keyboard navigation - md/ltr/dark › using arrow keys should move between enabled radios within group 4 skipped 678 passed (4.8m)
🎭 Playwright Run Summary
21 failed [Mobile Chrome] › src/components/datetime/test/locale/datetime.e2e.ts:20:11 › datetime: locale - ios/ltr › en-US › should not have visual regressions [Mobile Chrome] › src/components/datetime/test/locale/datetime.e2e.ts:25:11 › datetime: locale - ios/ltr › en-US › month/year picker should not have visual regressions [Mobile Chrome] › src/components/datetime/test/locale/datetime.e2e.ts:30:11 › datetime: locale - ios/ltr › en-US › time picker should not have visual regressions [Mobile Chrome] › src/components/datetime/test/locale/datetime.e2e.ts:37:11 › datetime: locale - ios/ltr › ja-JP › should not have visual regressions [Mobile Chrome] › src/components/datetime/test/locale/datetime.e2e.ts:42:11 › datetime: locale - ios/ltr › ja-JP › month/year picker should not have visual regressions [Mobile Chrome] › src/components/datetime/test/locale/datetime.e2e.ts:47:11 › datetime: locale - ios/ltr › ja-JP › time picker should not have visual regressions [Mobile Chrome] › src/components/datetime/test/locale/datetime.e2e.ts:70:11 › datetime: locale - ios/ltr › es-ES › should not have visual regressions [Mobile Chrome] › src/components/datetime/test/locale/datetime.e2e.ts:75:11 › datetime: locale - ios/ltr › es-ES › month/year picker should not have visual regressions [Mobile Chrome] › src/components/datetime/test/locale/datetime.e2e.ts:80:11 › datetime: locale - ios/ltr › es-ES › time picker should not have visual regressions [Mobile Chrome] › src/components/datetime/test/locale/datetime.e2e.ts:20:11 › datetime: locale - md/ltr › en-US › should not have visual regressions [Mobile Chrome] › src/components/datetime/test/locale/datetime.e2e.ts:25:11 › datetime: locale - md/ltr › en-US › month/year picker should not have visual regressions [Mobile Chrome] › src/components/datetime/test/locale/datetime.e2e.ts:30:11 › datetime: locale - md/ltr › en-US › time picker should not have visual regressions [Mobile Chrome] › src/components/datetime/test/locale/datetime.e2e.ts:37:11 › datetime: locale - md/ltr › ja-JP › should not have visual regressions [Mobile Chrome] › src/components/datetime/test/locale/datetime.e2e.ts:42:11 › datetime: locale - md/ltr › ja-JP › month/year picker should not have visual regressions [Mobile Chrome] › src/components/datetime/test/locale/datetime.e2e.ts:47:11 › datetime: locale - md/ltr › ja-JP › time picker should not have visual regressions [Mobile Chrome] › src/components/datetime/test/locale/datetime.e2e.ts:70:11 › datetime: locale - md/ltr › es-ES › should not have visual regressions [Mobile Chrome] › src/components/datetime/test/locale/datetime.e2e.ts:75:11 › datetime: locale - md/ltr › es-ES › month/year picker should not have visual regressions [Mobile Chrome] › src/components/datetime/test/locale/datetime.e2e.ts:80:11 › datetime: locale - md/ltr › es-ES › time picker should not have visual regressions [Mobile Chrome] › src/components/datetime/test/readonly/datetime.e2e.ts:10:9 › datetime: readonly - ios/ltr › should not have visual regressions [Mobile Chrome] › src/components/datetime-button/test/overlays/datetime-button.e2e.ts:11:9 › datetime-button: rendering - ios/ltr › should size the modal correctly [Mobile Chrome] › src/components/datetime-button/test/overlays/datetime-button.e2e.ts:11:9 › datetime-button: rendering - md/ltr › should size the modal correctly 8 skipped 642 passed (5.8m)
🎭 Playwright Run Summary
36 skipped 824 passed (5.7m)

Artifacts

Produced during runtime
Name Size Digest
ionic-angular
805 KB
sha256:077026e69aaab2a30f5ac1bf6a1d91ad4ba208cbed11c92247d8905e76eecb40
ionic-angular-server
8.58 KB
sha256:2053e8f9076fa40264205abd9975cf9e2fecb2f77d4a239d1e5b8183617bde84
ionic-core
5.15 MB
sha256:e26fef17668c9e8b0cdf5a18ec1aa6b04ab4288af4deee988cf2c8f8464e4305
ionic-react
343 KB
sha256:6f8cf4b723cd13d8a960f2627af61c695e5a7dd83949158a521d218587160809
ionic-react-router
27.9 KB
sha256:190608e78c2b562e5fccdb2acf521e2bee97564545f89758fa5563d36eae165b
ionic-vue
374 KB
sha256:af453902160c6c5da63b30a7832e1483b9d4e477e88ae124f1217a67e1bc4c7a
ionic-vue-router
17 KB
sha256:9fb8a6c08a29256b5521b2bd44b4ecf3d9cccb338ff9c27d456ee289d19998f6
test-results-10-20
459 KB
sha256:f386dbbfdcb50dabdd11622c4ab76fa3562949da74e103326b6d4ee618c6d573
test-results-11-20
1.35 MB
sha256:36cd39c7d3d1e88b7bb5e5f593887299be45c0f552d6ae0ed2050671e5f6e632
test-results-12-20
498 KB
sha256:595c1c33bc01d732253326064fe6d504e220e340815ded5bb20720cd83908acd
test-results-13-20
520 KB
sha256:7589b470f3d1cb792d4c507bf3ddbdd957e2fda004a9523048169b873b0d3cfb
test-results-20-20
360 KB
sha256:befd3562091365b294a87705c7ee672bbc845799c83fc4298be5cb1bde910137
test-results-7-20
376 KB
sha256:a9f91a4fd0b7473c0ea2023e1f59e5557208520d08b9ad8d35db54e99573d204
test-results-9-20
29.3 MB
sha256:dcf58227a0228dbe197de26e574b47cbb27ea08422d439dd52a6206db206e2d8