Skip to content

merge release-8.6.7 #16757

merge release-8.6.7

merge release-8.6.7 #16757

Triggered via pull request July 30, 2025 20:22
Status Success
Total duration 10m 9s
Artifacts 27

build.yml

on: pull_request
build-react
45s
build-react
build-vue
34s
build-vue
Matrix: test-core-screenshot
build-angular
57s
build-angular
build-angular-server
32s
build-angular-server
test-core-clean-build
13s
test-core-clean-build
test-core-lint
47s
test-core-lint
test-core-spec
43s
test-core-spec
build-react-router
28s
build-react-router
build-vue-router
32s
build-vue-router
verify-screenshots
4s
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
4s
verify-test-react-router-e2e
verify-test-vue-e2e
2s
verify-test-vue-e2e
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 20 notices
[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: src/components/datetime/test/locale/datetime.e2e.ts#L166
1) [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 Error: expect(locator).toHaveScreenshot(expected) 266 pixels (ratio 0.01 of all image pixels) are different. Snapshot: datetime-locale-ja-JP-month-year-diff-md-ltr.png Call log: - Expect "toHaveScreenshot(datetime-locale-ja-JP-month-year-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" show-default-title="true" presentation="month-year" show-default-buttons="true" value="2022-04-19T04:20:00" class="ion-color ion-color-primary md 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 - 266 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" show-default-title="true" presentation="month-year" show-default-buttons="true" value="2022-04-19T04:20:00" class="ion-color ion-color-primary md 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 - 266 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:44:31
[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
3) [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:117:11 › radio: a11y - md/ltr/dark › radio: keyboard navigation - md/ltr/dark › tabbing should switch between radio groups: src/components/radio/test/a11y/radio.e2e.ts#L122
2) [Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:117:11 › radio: a11y - md/ltr/dark › radio: keyboard navigation - md/ltr/dark › tabbing should switch between radio groups 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" 120 | 121 | await pageUtils.pressKeys('Tab'); > 122 | await expect(firstGroupRadios.nth(0)).toBeFocused(); | ^ 123 | 124 | await pageUtils.pressKeys('Tab'); 125 | await expect(secondGroupRadios.nth(0)).toBeFocused(); at /ionic/src/components/radio/test/a11y/radio.e2e.ts:122:47
[Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:117:11 › radio: a11y - md/ltr › radio: keyboard navigation - md/ltr › tabbing should switch between radio groups: src/components/radio/test/a11y/radio.e2e.ts#L122
1) [Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:117:11 › radio: a11y - md/ltr › radio: keyboard navigation - md/ltr › tabbing should switch between radio groups 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" 120 | 121 | await pageUtils.pressKeys('Tab'); > 122 | await expect(firstGroupRadios.nth(0)).toBeFocused(); | ^ 123 | 124 | await pageUtils.pressKeys('Tab'); 125 | await expect(secondGroupRadios.nth(0)).toBeFocused(); at /ionic/src/components/radio/test/a11y/radio.e2e.ts:122:47
[Mobile Safari] › src/components/datetime/test/datetime.e2e.ts:35:9 › datetime: switching months with different number of days - md/ltr › should adjust the selected day when moving to a month with a different number of days: src/components/datetime/test/datetime.e2e.ts#L49
2) [Mobile Safari] › src/components/datetime/test/datetime.e2e.ts:35:9 › datetime: switching months with different number of days - md/ltr › should adjust the selected day when moving to a month with a different number of days Error: Timed out 5000ms waiting for expect(locator).toHaveJSProperty(expected) Locator: locator('ion-datetime') Expected: "2022-02-28" Received: "2021-02-28" Call log: - Expect "toHaveJSProperty" with timeout 5000ms - waiting for locator('ion-datetime') 9 × locator resolved to <ion-datetime locale="en-US" value="2022-01-31" presentation="date" class="ion-color ion-color-primary md datetime-presentation-date datetime-size-fixed datetime-grid hydrated datetime-ready show-month-and-year month-year-picker-open">…</ion-datetime> - unexpected value "2021-02-28" 47 | await ionChange.next(); 48 | await expect(ionChange).toHaveReceivedEventTimes(1); > 49 | await expect(datetime).toHaveJSProperty('value', '2022-02-28'); | ^ 50 | }); 51 | }); 52 | }); at /ionic/src/components/datetime/test/datetime.e2e.ts:49:30
[Mobile Safari] › 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 Safari] › 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
🎭 Playwright Run Summary
517 passed (2.9m)
🎭 Playwright Run Summary
216 skipped 303 passed (3.0m)
🎭 Playwright Run Summary
1 skipped 538 passed (3.3m)
🎭 Playwright Run Summary
1 flaky [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 1 skipped 528 passed (3.2m)
🎭 Playwright Run Summary
4 skipped 508 passed (3.3m)
🎭 Playwright Run Summary
212 skipped 302 passed (3.6m)
🎭 Playwright Run Summary
3 flaky [Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:117:11 › radio: a11y - md/ltr › radio: keyboard navigation - md/ltr › tabbing should switch between radio groups [Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:117:11 › radio: a11y - md/ltr/dark › radio: keyboard navigation - md/ltr/dark › tabbing should switch between radio groups [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 513 passed (3.9m)
🎭 Playwright Run Summary
627 passed (4.1m)
🎭 Playwright Run Summary
10 skipped 493 passed (4.8m)
🎭 Playwright Run Summary
5 skipped 510 passed (5.3m)
🎭 Playwright Run Summary
14 skipped 399 passed (5.3m)
🎭 Playwright Run Summary
1 skipped 517 passed (6.0m)
🎭 Playwright Run Summary
5 skipped 506 passed (6.4m)
🎭 Playwright Run Summary
10 skipped 523 passed (6.8m)
🎭 Playwright Run Summary
4 skipped 528 passed (6.7m)
🎭 Playwright Run Summary
1 skipped 524 passed (7.1m)
🎭 Playwright Run Summary
5 skipped 511 passed (7.3m)
🎭 Playwright Run Summary
2 flaky [Mobile Safari] › 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 Safari] › src/components/datetime/test/datetime.e2e.ts:35:9 › datetime: switching months with different number of days - md/ltr › should adjust the selected day when moving to a month with a different number of days 2 skipped 507 passed (7.4m)
🎭 Playwright Run Summary
7 skipped 506 passed (7.9m)
🎭 Playwright Run Summary
14 skipped 510 passed (8.0m)

Artifacts

Produced during runtime
Name Size Digest
ionic-angular Expired
651 KB
sha256:a2cbe2db5e49e074cb357384e9ab11cedea149eed9fce9eda928d2e6d1a362d1
ionic-angular-server Expired
8.55 KB
sha256:b9c4436526f5a00dc57e1d2d8420f59198e3611b53fa702be3cc8185a9ae2f54
ionic-core Expired
4.48 MB
sha256:26dec7e9e014d5c101390a6b3868c46bd29b8b64700934327530501bc5b24b10
ionic-react Expired
200 KB
sha256:8fdad613e92a983be930802845a9e2df682b830685e8cfad205412fe7ee97d5b
ionic-react-router Expired
27.9 KB
sha256:4641a6846bb9f04f836ac20f489619eb0024af44c3650166366d52b35efa2d77
ionic-vue Expired
221 KB
sha256:66f90afa62f3b0aa22658b2c371a92a8a9d0f12928a46dc03d5449a77a6ad839
ionic-vue-router Expired
17 KB
sha256:567eb4c726556d5ae0911755700ceb0b1498910e4e668353a3f1f5fc39bf918b
test-results-1-20 Expired
430 KB
sha256:f1dfddc02995f055aca83f4af90c6e13c217189e3345f61a46302bef6d777812
test-results-10-20 Expired
437 KB
sha256:73bedc8328b1f17903302d3ae4ab8aa5920c246d47b183e15f503316e5c5d638
test-results-11-20 Expired
1.97 MB
sha256:a8287d9c8fe154a883c013a5527b9d360dd3603310b625003f6ba9b6d7c1be95
test-results-12-20 Expired
445 KB
sha256:b12bb69e07322d7ccfe7219c491d1268655e0e318b2ab38b0f27aa29bd3ac13d
test-results-13-20 Expired
431 KB
sha256:234881a697e9e54082d8df0e39776ccf6fe542ffdaaeee87ca22de7bc1e82b0f
test-results-14-20 Expired
397 KB
sha256:3c5771845a54a9c664da25735a9777b2ead4757aa7761fdcaa81aab59ccba916
test-results-15-20 Expired
1.78 MB
sha256:cc0573fff135292add038ebef0d822264d4cc195e403fe6f3e3ccfafecad1867
test-results-16-20 Expired
419 KB
sha256:4b39ad74a47cf02c450dcf882f01bdff617fb564f44e66f087bf2a9bad7b881a
test-results-17-20 Expired
522 KB
sha256:2f47936e9388fd1df2e0891a5334ab8a7501e1d0c0cef6eb1ff33c424cb53db3
test-results-18-20 Expired
500 KB
sha256:1e2d65941846644b2f38411bfc5128a0c6c86d4496a0e02178cd2cfe5575044a
test-results-19-20 Expired
385 KB
sha256:c7ecac85d3e0671716ca74d21affceb5ebf6462fcb846cd8a32072a8f404e555
test-results-2-20 Expired
465 KB
sha256:554b683e596f02c50e7a9b90c30293c5d75b7949c595feed4be53eca024eab7c
test-results-20-20 Expired
344 KB
sha256:191c726a76d971fb5eb84d005d3ba2622c8041c8ba2768d1f30e86a760e6efcb
test-results-3-20 Expired
411 KB
sha256:a984292c165cf56e2c076678b683e1c94db5adecb8bf0ec8d6cf932bf3a76cc5
test-results-4-20 Expired
528 KB
sha256:7f25efbb693b0bd51f2c699f2c75a10c6c05be7e234957bf59d6c4cdc28d21ad
test-results-5-20 Expired
448 KB
sha256:6ef24e485b53526d7cb847348aaae8713e14fb55001cbca16d01591b9bcab5e5
test-results-6-20 Expired
418 KB
sha256:2a7b5dd62e10a32603ac0ecc5ecc7b2ddc0d3b7e5d178a6c2d41c74ec5985a8b
test-results-7-20 Expired
353 KB
sha256:7f3fa857aee79efa6fa2c53de27fa0815e64752d5c18eddb1c1ea7f5c22f457d
test-results-8-20 Expired
1.21 MB
sha256:ab126f6dc57d9a78f16a5f0ef2a31d90fa2a786dcc9c78eabf2a7a01630cc3d6
test-results-9-20 Expired
426 KB
sha256:042c2a8097cc90c8709c255d22300c0279dec9b01c265e73557284ff77adb528