Skip to content

Ionic Framework Build #16815

Ionic Framework Build

Ionic Framework Build #16815

Triggered via merge group August 5, 2025 13:59
Status Success
Total duration 10m 17s
Artifacts 27

build.yml

on: merge_group
build-react
48s
build-react
build-vue
31s
build-vue
Matrix: test-core-screenshot
build-angular
59s
build-angular
build-angular-server
31s
build-angular-server
test-core-clean-build
16s
test-core-clean-build
test-core-lint
53s
test-core-lint
test-core-spec
42s
test-core-spec
build-react-router
29s
build-react-router
build-vue-router
50s
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
4s
verify-test-angular-e2e
verify-test-react-e2e
10s
verify-test-react-e2e
verify-test-react-router-e2e
2s
verify-test-react-router-e2e
verify-test-vue-e2e
4s
verify-test-vue-e2e
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 20 notices
[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 Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── 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/router/test/guards/router.e2e.ts:6:9 › router: guards - ios/ltr › guards should be run on initial load: src/components/router/test/guards/router.e2e.ts#L9
1) [Mobile Safari] › src/components/router/test/guards/router.e2e.ts:6:9 › router: guards - ios/ltr › guards should be run on initial load Error: expect(received).toContain(expected) // indexOf Expected substring: "#/child/1" Received string: "http://localhost:3333/src/components/router/test/guards#/guard-initial-page?ionic:_testing=true&ionic:mode=ios&rtl=undefined&palette=light" 7 | await page.goto(`/src/components/router/test/guards#/guard-initial-page`, config); 8 | > 9 | expect(page.url()).toContain('#/child/1'); | ^ 10 | }); 11 | }); 12 | }); at /ionic/src/components/router/test/guards/router.e2e.ts:9:26
[Mobile Safari] › src/components/datetime/test/custom/datetime.e2e.ts:53:9 › datetime: custom focus - ios/ltr › should focus the selected day and then the day after: src/components/datetime/test/custom/datetime.e2e.ts#L64
1) [Mobile Safari] › src/components/datetime/test/custom/datetime.e2e.ts:53:9 › datetime: custom focus - ios/ltr › should focus the selected day and then the day after Error: expect(locator).toHaveScreenshot(expected) 4509 pixels (ratio 0.04 of all image pixels) are different. Snapshot: datetime-custom-focus-selected-calendar-day-ios-ltr.png Call log: - Expect "toHaveScreenshot(datetime-custom-focus-selected-calendar-day-ios-ltr.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#custom-calendar-days') - locator resolved to <ion-datetime value="2023-06-15" presentation="date" id="custom-calendar-days" class="ion-color ion-color-primary ios datetime-presentation-date datetime-size-fixed datetime-grid hydrated">…</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 - 4509 pixels (ratio 0.04 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#custom-calendar-days') - locator resolved to <ion-datetime value="2023-06-15" presentation="date" id="custom-calendar-days" class="ion-color ion-color-primary ios datetime-presentation-date datetime-size-fixed datetime-grid hydrated">…</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 - 4509 pixels (ratio 0.04 of all image pixels) are different. 62 | 63 | await expect(day).toBeFocused(); > 64 | await expect(datetime).toHaveScreenshot(screenshot(`datetime-custom-focus-selected-calendar-day`)); | ^ 65 | 66 | await page.keyboard.press('ArrowRight'); 67 | await page.waitForChanges(); at /ionic/src/components/datetime/test/custom/datetime.e2e.ts:64:30
🎭 Playwright Run Summary
216 skipped 257 passed (2.3m)
🎭 Playwright Run Summary
407 passed (2.5m)
🎭 Playwright Run Summary
1 skipped 529 passed (3.0m)
🎭 Playwright Run Summary
1 skipped 534 passed (3.1m)
🎭 Playwright Run Summary
212 skipped 303 passed (3.4m)
🎭 Playwright Run Summary
4 skipped 635 passed (3.7m)
🎭 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 507 passed (3.9m)
🎭 Playwright Run Summary
638 passed (4.1m)
🎭 Playwright Run Summary
10 skipped 503 passed (4.8m)
🎭 Playwright Run Summary
5 skipped 510 passed (5.0m)
🎭 Playwright Run Summary
14 skipped 399 passed (4.9m)
🎭 Playwright Run Summary
1 flaky [Mobile Safari] › src/components/router/test/guards/router.e2e.ts:6:9 › router: guards - ios/ltr › guards should be run on initial load 10 skipped 525 passed (6.6m)
🎭 Playwright Run Summary
1 skipped 523 passed (6.9m)
🎭 Playwright Run Summary
1 flaky [Mobile Safari] › src/components/datetime/test/custom/datetime.e2e.ts:53:9 › datetime: custom focus - ios/ltr › should focus the selected day and then the day after 2 skipped 508 passed (6.8m)
🎭 Playwright Run Summary
5 skipped 563 passed (7.0m)
🎭 Playwright Run Summary
5 skipped 515 passed (6.9m)
🎭 Playwright Run Summary
1 skipped 537 passed (6.8m)
🎭 Playwright Run Summary
4 skipped 528 passed (7.4m)
🎭 Playwright Run Summary
14 skipped 497 passed (7.6m)
🎭 Playwright Run Summary
7 skipped 507 passed (7.9m)

Artifacts

Produced during runtime
Name Size Digest
ionic-angular Expired
666 KB
sha256:ae03b2e51e786d5684020090f8834d89c25b1ab30fb580f6961b5994c307b81a
ionic-angular-server Expired
8.54 KB
sha256:d88ceff72789e474fbb17c28671492305e614793dbef0e36bebe4ac2c472bbd3
ionic-core Expired
4.51 MB
sha256:ff3f6bd419e7fb786292e007f2d698017e8bdbd12feafb58dfbf99f78b724e39
ionic-react Expired
211 KB
sha256:ad7e2333e5e9e6a6a6b5d6331ece582b97354be63fcfd74d99b6c36eaa48f200
ionic-react-router Expired
27.9 KB
sha256:349a942601d0364dd82a626111758b1e69550f9adc067937ed51c4258149e95e
ionic-vue Expired
233 KB
sha256:0844ef10f2173fe9386fa80558beb32ed073b8a66a999cc41529cb0e87579204
ionic-vue-router Expired
17.1 KB
sha256:2e04b393f0ffb0e2c2722a815eddf586bfa1a15e5489710c2f7036abb369bf58
test-results-1-20 Expired
431 KB
sha256:3bb27885ba01a9903a5b26e8a950cd99745ce938dcfbdc8dc99a7d8bf240608d
test-results-10-20 Expired
404 KB
sha256:ab2147d302c41b5caf9ca155f6d24459b3dc1cae2689932d6563a35bd2467173
test-results-11-20 Expired
2.32 MB
sha256:f3cb1bca05e6875d2745555f66cd540413d9faee4098e2caf5156ba37fa67963
test-results-12-20 Expired
441 KB
sha256:6a1dfc68a9e46ddd0d518d7024edb955618fc1206a2bcc2da65f4987ef58a231
test-results-13-20 Expired
435 KB
sha256:7e723e7404034e10e97902070b1d4f6ced585875b3872bc79b62e102249fabc5
test-results-14-20 Expired
397 KB
sha256:d5163cd3baf6997fb3cfefe87f5c91abec38204e82b3d1257bf81ea704ea3e7e
test-results-15-20 Expired
1.28 MB
sha256:32c5ba27786bf9a1d8f9b388a4cdfd91c4e8fa075eabd7fd300ec86afe72e8d0
test-results-16-20 Expired
419 KB
sha256:b51d72698e250bb35deca2eea26fc7a5ef915ac95824ddd4aefaccd2cd8c5164
test-results-17-20 Expired
525 KB
sha256:06b515e5b04feebce3e4c6c805269b8590be3cbc1cdd1f6292cedea68b58c528
test-results-18-20 Expired
1.23 MB
sha256:3ae1f1f906a4098c8d304115fed794b95a48d0c0fbdf739933d147aa7fc70022
test-results-19-20 Expired
389 KB
sha256:b290eaa64da8e8fec4b6ed73fd34703f176dac2012c57c80e16676523faf38bc
test-results-2-20 Expired
467 KB
sha256:fdade14b24ebba84ab67481cf3d614a3183503af702053483bb06954cee9880d
test-results-20-20 Expired
343 KB
sha256:2911824b3507a7d2c52744841d7fa429a7ba4cd1173a36b90360c077ace1e20d
test-results-3-20 Expired
423 KB
sha256:2de6775779c6afd89200810d21f32e31d524d8a59aee07e5687a40aa758f3ec3
test-results-4-20 Expired
518 KB
sha256:bc8ca3501303aa10959e4b1f59db661ec4fd1705b6f4f8642ddb30994fb532f3
test-results-5-20 Expired
450 KB
sha256:baebc92e3d78982037dbdb6fc860febfcc4d0a8dbe8c4f2f7621f81691ccb0ed
test-results-6-20 Expired
434 KB
sha256:3e7beeaf5cbda6bc5ac92cd5997bfe2c850e4f3e21a0c347f9a992a64136ff6a
test-results-7-20 Expired
339 KB
sha256:2c44d83e240b7275fc287431070ab8213b8402d8881830e45fb213660e4e30e4
test-results-8-20 Expired
415 KB
sha256:d4874274e4f23dc32e9d61b9915696e0d206545efaf553b9efb68915a60b1e90
test-results-9-20 Expired
478 KB
sha256:d5c703b2178b4db01140df94356e11a0d753515cfbea79d9cd68212819b6245f