Skip to content

Ionic Framework Build #17809

Ionic Framework Build

Ionic Framework Build #17809

Triggered via merge group December 16, 2025 21:46
Status Failure
Total duration 9m 16s
Artifacts 23

build.yml

on: merge_group
build-react
44s
build-react
build-vue
36s
build-vue
Matrix: test-core-screenshot
build-angular
1m 5s
build-angular
build-angular-server
35s
build-angular-server
test-core-clean-build
10s
test-core-clean-build
test-core-lint
51s
test-core-lint
test-core-spec
47s
test-core-spec
build-react-router
25s
build-react-router
build-vue-router
40s
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
3s
verify-test-react-router-e2e
verify-test-vue-e2e
2s
verify-test-vue-e2e
Fit to window
Zoom out
Zoom in

Annotations

20 errors and 16 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
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: 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
[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
1) [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 Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── 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" 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/dark › radio: keyboard navigation - md/ltr/dark › 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/dark › radio: keyboard navigation - md/ltr/dark › tabbing should switch between radio groups 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" 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
test-core-screenshot (18, 20)
Process completed with exit code 1.
[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 Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── 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/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 Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── 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/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
test-core-screenshot (2, 20)
The strategy configuration was canceled because "test-core-screenshot._18_20" failed
test-core-screenshot (2, 20)
Process completed with exit code 12.
test-core-screenshot (2, 20)
The operation was canceled.
test-core-screenshot (6, 20)
The strategy configuration was canceled because "test-core-screenshot._18_20" failed
test-core-screenshot (6, 20)
Process completed with exit code 12.
test-core-screenshot (6, 20)
The operation was canceled.
test-core-screenshot (15, 20)
The strategy configuration was canceled because "test-core-screenshot._18_20" failed
test-core-screenshot (15, 20)
Process completed with exit code 12.
test-core-screenshot (15, 20)
The operation was canceled.
test-core-screenshot (17, 20)
The strategy configuration was canceled because "test-core-screenshot._18_20" failed
test-core-screenshot (17, 20)
Process completed with exit code 12.
test-core-screenshot (17, 20)
The operation was canceled.
verify-screenshots
Process completed with exit code 1.
🎭 Playwright Run Summary
216 skipped 259 passed (2.3m)
🎭 Playwright Run Summary
1 skipped 534 passed (3.2m)
🎭 Playwright Run Summary
535 passed (3.1m)
🎭 Playwright Run Summary
4 skipped 511 passed (3.3m)
🎭 Playwright Run Summary
1 skipped 537 passed (3.3m)
🎭 Playwright Run Summary
212 skipped 313 passed (3.6m)
🎭 Playwright Run Summary
2 flaky [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 (4.0m)
🎭 Playwright Run Summary
648 passed (4.2m)
🎭 Playwright Run Summary
10 skipped 503 passed (4.8m)
🎭 Playwright Run Summary
14 skipped 401 passed (5.1m)
🎭 Playwright Run Summary
5 skipped 513 passed (5.2m)
🎭 Playwright Run Summary
1 skipped 538 passed (6.0m)
🎭 Playwright Run Summary
4 skipped 537 passed (6.4m)
🎭 Playwright Run Summary
1 skipped 528 passed (6.7m)
🎭 Playwright Run Summary
14 skipped 498 passed (6.8m)
🎭 Playwright Run Summary
1 failed [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 528 passed (6.7m)

Artifacts

Produced during runtime
Name Size Digest
ionic-angular
667 KB
sha256:aab7b2301993d73f6442221cecdc1794e85edf70ea5ffbc0d63d401a8a34b217
ionic-angular-server
8.54 KB
sha256:cae777068c6720c0df5d532a8acca4fa7003fd97b34e35559b381b718b7f9b6f
ionic-core
4.58 MB
sha256:1ca0a479f91481f90f89766ddc943c958d87e3803425cd27b815abdd1455a21b
ionic-react
212 KB
sha256:f5512c3f88e8f43c5f20e03b3fb3e2f16f46dec8758bc6568a5431322ac7baa3
ionic-react-router
27.9 KB
sha256:7657787f983c628e8252d76403d46f00cb6753fe7f9df28a1e4ebfb4861e31d6
ionic-vue
233 KB
sha256:a182e10eb3ed9ae4f49ccf81952a50fbb7af32cb78606acd8f10af7c16571b55
ionic-vue-router
17.1 KB
sha256:9706e0e4fadf0bb54381e8b4d886561ad9a0c6bede7ff6a9f5e7a7b8f51252e7
test-results-1-20
442 KB
sha256:e4c08556b5f88d87ba404fc769facae05fb36eaee509bec834e2428896304ee7
test-results-10-20
462 KB
sha256:fc2f733f5268e5ad3efc4e4c4ed69f7fbe4e319768e7a61816f886db99bb729e
test-results-11-20
1.99 MB
sha256:f4812ee919aabad0cbad3d5c5ca15f66302596c6041ee8dbb6a3a08c9dfa57f9
test-results-12-20
443 KB
sha256:62c86ed163dee14fc4c3e18a968b42610a2bba4c22c58a566dd10a14146a2fec
test-results-13-20
449 KB
sha256:8233e8267393de30a962b55171b554ff5f992861131e53d5701bdb068404dfb0
test-results-14-20
406 KB
sha256:8bf2b6438572f03aba193fbbbf7a50225c7232cffefb402306893bc378015c35
test-results-16-20
427 KB
sha256:73f707231a5ac68125ea1617fbcc87b7b9d92c866a1c1b9899dfa1df21b8109e
test-results-18-20
1.98 MB
sha256:056c51aa5306a2bbcb8eea6e316c0ed9f7bfa5e966fcb07d7bbd638215723cf2
test-results-19-20
396 KB
sha256:6bea8f405637faca2f1d1c736ac9675ae9dac494b4b5233235fa9f0c042edda0
test-results-20-20
360 KB
sha256:6ce1017bc6810f7f522d81107071512c248f271a9966c4d1740718b34dfc9d3f
test-results-3-20
430 KB
sha256:921183053fd7b0c2ca97e3829e66752ae5a65c5a2303dca055b6605cb37205a7
test-results-4-20
521 KB
sha256:e71f65296d5dced5c0f7b23e0e9e646700462cbf7656d02f50cc8bf60f7d3997
test-results-5-20
456 KB
sha256:d3b4f8c8885d78801ee1f1bd8b16eb519fc7ef9ce8f6dd7c91f437e8c9557474
test-results-7-20
352 KB
sha256:9c41b46b91880579d73b3873a4793a5905dbbd5aa11c183181d945de52b2861e
test-results-8-20
428 KB
sha256:210cb5ac7f1fd280052904f2c8cce758321818b26e0ac0d8532f78014b39b8d3
test-results-9-20
436 KB
sha256:82d7f2ca8b78efd9d7da1f29a782bbb6e02ca579d83d62c9b294c2cdf765ba66