Skip to content

merge release-8.6.2 #16485

merge release-8.6.2

merge release-8.6.2 #16485

Triggered via pull request June 18, 2025 17:06
Status Success
Total duration 9m 54s
Artifacts 27

build.yml

on: pull_request
build-react
45s
build-react
build-vue
44s
build-vue
Matrix: test-core-screenshot
build-angular
51s
build-angular
build-angular-server
32s
build-angular-server
test-core-clean-build
11s
test-core-clean-build
test-core-lint
45s
test-core-lint
test-core-spec
39s
test-core-spec
build-react-router
35s
build-react-router
build-vue-router
37s
build-vue-router
verify-screenshots
2s
verify-screenshots
Matrix: test-angular-e2e
Matrix: test-react-e2e
Matrix: test-react-router-e2e
Matrix: test-vue-e2e
verify-test-angular-e2e
3s
verify-test-angular-e2e
verify-test-react-e2e
2s
verify-test-react-e2e
verify-test-react-router-e2e
2s
verify-test-react-router-e2e
verify-test-vue-e2e
3s
verify-test-vue-e2e
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 20 notices
[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: src/components/datetime/test/locale/datetime.e2e.ts#L166
2) [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 Error: expect(locator).toHaveScreenshot(expected) 129 pixels (ratio 0.01 of all image pixels) are different. Expected: /ionic/src/components/datetime/test/locale/datetime.e2e.ts-snapshots/datetime-locale-ja-JP-time-diff-md-ltr-Mobile-Chrome-linux.png Received: /ionic/test-results/src-components-datetime-te-b37c3-not-have-visual-regressions-Mobile-Chrome/datetime-locale-ja-JP-time-diff-md-ltr-actual.png Diff: /ionic/test-results/src-components-datetime-te-b37c3-not-have-visual-regressions-Mobile-Chrome/datetime-locale-ja-JP-time-diff-md-ltr-diff.png Call log: - expect.toHaveScreenshot(datetime-locale-ja-JP-time-diff-md-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="time" show-default-title="true" show-default-buttons="true" value="2022-04-19T04:20:00" class="ion-color ion-color-primary md 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 - 129 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="time" show-default-title="true" show-default-buttons="true" value="2022-04-19T04:20:00" class="ion-color ion-color-primary md 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 - 129 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:49:31
[Mobile Chrome] › src/components/datetime/test/datetime.e2e.ts:17:9 › datetime: switching months with different number of days - md/ltr › should switch the calendar header when moving to a month with a different number of days: src/components/datetime/test/datetime.e2e.ts#L32
1) [Mobile Chrome] › src/components/datetime/test/datetime.e2e.ts:17:9 › datetime: switching months with different number of days - md/ltr › should switch the calendar header when moving to a month with a different number of days Error: Timed out 5000ms waiting for expect(locator).toContainText(expected) Locator: locator('ion-datetime .calendar-month-year') Expected string: "February 2022" Received string: "February 2021" Call log: - expect.toContainText with timeout 5000ms - waiting for locator('ion-datetime .calendar-month-year') 9 × locator resolved to <div class="calendar-month-year">…</div> - unexpected value "February 2021" 30 | await page.waitForChanges(); 31 | > 32 | await expect(monthYearToggle).toContainText('February 2022'); | ^ 33 | }); 34 | 35 | test('should adjust the selected day when moving to a month with a different number of days', async ({ page }) => { at /ionic/src/components/datetime/test/datetime.e2e.ts:32:37
[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
2) [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: Timed out 5000ms waiting for expect(locator).toBeFocused() Locator: locator('#first-group ion-radio').first() Expected: focused Received: inactive 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
[Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:130:11 › radio: a11y - md/ltr › radio: keyboard navigation - md/ltr › 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 › radio: keyboard navigation - md/ltr › using arrow keys should move between enabled radios within group Error: Timed out 5000ms waiting for expect(locator).toBeFocused() Locator: locator('#first-group ion-radio').first() Expected: focused Received: inactive 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
🎭 Playwright Run Summary
216 skipped 238 passed (2.3m)
🎭 Playwright Run Summary
414 passed (2.7m)
🎭 Playwright Run Summary
508 passed (2.9m)
🎭 Playwright Run Summary
2 flaky [Mobile Chrome] › src/components/datetime/test/datetime.e2e.ts:17:9 › datetime: switching months with different number of days - md/ltr › should switch the calendar header when moving to a month with a different number of days [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 1 skipped 512 passed (3.4m)
🎭 Playwright Run Summary
212 skipped 292 passed (3.4m)
🎭 Playwright Run Summary
4 skipped 590 passed (3.5m)
🎭 Playwright Run Summary
2 flaky [Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:130:11 › radio: a11y - md/ltr › radio: keyboard navigation - md/ltr › using arrow keys should move between enabled radios within group [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 497 passed (3.6m)
🎭 Playwright Run Summary
627 passed (4.1m)
🎭 Playwright Run Summary
10 skipped 482 passed (4.7m)
🎭 Playwright Run Summary
5 skipped 502 passed (4.7m)
🎭 Playwright Run Summary
14 skipped 374 passed (5.0m)
🎭 Playwright Run Summary
498 passed (5.7m)
🎭 Playwright Run Summary
4 skipped 501 passed (6.0m)
🎭 Playwright Run Summary
506 passed (6.2m)
🎭 Playwright Run Summary
4 skipped 502 passed (6.2m)
🎭 Playwright Run Summary
5 skipped 551 passed (6.4m)
🎭 Playwright Run Summary
14 skipped 494 passed (6.8m)
🎭 Playwright Run Summary
2 skipped 504 passed (7.1m)
🎭 Playwright Run Summary
9 skipped 502 passed (7.6m)
🎭 Playwright Run Summary
8 skipped 506 passed (7.8m)

Artifacts

Produced during runtime
Name Size Digest
ionic-angular Expired
652 KB
sha256:1acd7d34835bfa632e578b668342d468390287ccb564bc554b6a349f422c17c2
ionic-angular-server Expired
8.54 KB
sha256:daf2f7a46f7050c9d7c44e0c3e5109c9e351956b6156697d8aa5bc08467f302f
ionic-core Expired
4.45 MB
sha256:33ad8f2dc7ecdbe1335bdcac065c4efce50498ade06444dbb5cbd80c329353d5
ionic-react Expired
199 KB
sha256:f1e962e663aef07cf77138605e70e4a0d1f87325d97c3b5a0adfb9af96b3594d
ionic-react-router Expired
27.9 KB
sha256:aa01db18b8c6b73f7828614ab1aa56e1b0dd184dbf79d72467b3113a733dd83b
ionic-vue Expired
221 KB
sha256:74796235450fafdfdef8918d968b4226a7d6793978de595aeba1006e06d5cf6c
ionic-vue-router Expired
17.1 KB
sha256:bf4a325e2f94378f74a637b9abc91b0b98a28185e4298dee33707b5cc8f2c3ee
test-results-1-20 Expired
443 KB
sha256:0962d92c1c01f8303aa268c912f56ceef78a05484e51696e311c605b3f9a49f2
test-results-10-20 Expired
420 KB
sha256:f1f2b9b277c72f6328651b40cfac750eb7b4192aca9f244676ed04691afdac0e
test-results-11-20 Expired
1.62 MB
sha256:9ff49ecec6cf9371d9c2596d956e900a97e4efb06e53f0257facc8ccf0feb2aa
test-results-12-20 Expired
436 KB
sha256:b166debbcc943a73f5b04ad4142c043be4da55d334643e43ce1c97e8817c67eb
test-results-13-20 Expired
447 KB
sha256:cbe23e735a3eb344e5f68d1300deaa81d1281e32964baf4f9b055e4f01cd1174
test-results-14-20 Expired
401 KB
sha256:cd84ea8c50cc42d09d5ec478d5a730056d5885424775d29661aab8b4dfbc746b
test-results-15-20 Expired
435 KB
sha256:50f952f2e82f3c6da9bf4e57a74a775836a1670d94d28f3d4f1a82056f9d8fd0
test-results-16-20 Expired
421 KB
sha256:236242117c365c9e4fa2be9800b180b17de2075cafc0997b2208e0a9ca39690d
test-results-17-20 Expired
543 KB
sha256:c3ba7d174a40573fc975a5dbd7f09fb7ec4d7b984dbf929ad5c304b3c7cf6679
test-results-18-20 Expired
488 KB
sha256:0c356e3df98241d761d3cc7650617a5171549e1f67477d13d5827b5f8254aae6
test-results-19-20 Expired
397 KB
sha256:9934b37a17ee5ff4db06a9e9fb553746a920204309b8a1818098e12f0a50756b
test-results-2-20 Expired
476 KB
sha256:9d2fdf9833b1601372b87008bc859a0544b10fb00ccf9f75d95f9bc54ecfa256
test-results-20-20 Expired
347 KB
sha256:c29f9ee38b9fbe23a7694141b8ae3c22077562d29dc5af3fbf77b46160da1098
test-results-3-20 Expired
420 KB
sha256:d6ff86a3a2a7324e178ab16413c5fa10c506db8c0791c684c51c0363fc9fe0f2
test-results-4-20 Expired
527 KB
sha256:6d62d3874a225adfb6fcbf7dc886892d98d205ae89c2bf62f0f1a250bc29348e
test-results-5-20 Expired
448 KB
sha256:9856f969ff1449a41167e3fae3da23cce061021363e6909ce24146b6b2bf23ac
test-results-6-20 Expired
446 KB
sha256:ab6f50bfaa4d1db7c03ccd300044b64d6bdfc1b2ce83d59b6525bf18d37e7db5
test-results-7-20 Expired
337 KB
sha256:e5dff272dd3c277f926b30b7dc4ae1349bc27a52840f4768cdbcfa78dd94af4f
test-results-8-20 Expired
1.77 MB
sha256:3ecab15684263968ebe18ea61509c663b7a088e2bd3ad71c86603fbfc099e4df
test-results-9-20 Expired
470 KB
sha256:25f8d16e01916aba7dad84c8616a40e2c505fc059bb640b4740b0fdb461f18c3