Skip to content

feat(item-divider): add recipe and tokens #18618

feat(item-divider): add recipe and tokens

feat(item-divider): add recipe and tokens #18618

Triggered via pull request March 20, 2026 23:08
@thetaPCthetaPC
synchronize #31009
FW-6841
Status Success
Total duration 13m 13s
Artifacts 27

build.yml

on: pull_request
build-react
53s
build-react
build-vue
44s
build-vue
Matrix: test-core-screenshot
build-angular
1m 11s
build-angular
build-angular-server
42s
build-angular-server
test-core-clean-build
12s
test-core-clean-build
test-core-lint
55s
test-core-lint
test-core-spec
57s
test-core-spec
build-react-router
29s
build-react-router
build-vue-router
45s
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
4s
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

5 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: 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: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
2) [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: 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 › 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: 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 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&ionic:theme=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&ionic:theme=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
🎭 Playwright Run Summary
360 skipped 272 passed (2.3m)
🎭 Playwright Run Summary
368 skipped 307 passed (3.5m)
🎭 Playwright Run Summary
2 skipped 667 passed (3.7m)
🎭 Playwright Run Summary
2 skipped 677 passed (3.7m)
🎭 Playwright Run Summary
1 skipped 683 passed (4.1m)
🎭 Playwright Run Summary
152 skipped 707 passed (4.5m)
🎭 Playwright Run Summary
14 skipped 682 passed (4.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: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 669 passed (5.1m)
🎭 Playwright Run Summary
14 skipped 491 passed (6.3m)
🎭 Playwright Run Summary
18 skipped 640 passed (6.8m)
🎭 Playwright Run Summary
5 skipped 691 passed (7.4m)
🎭 Playwright Run Summary
1 skipped 656 passed (8.6m)
🎭 Playwright Run Summary
3 skipped 664 passed (8.7m)
🎭 Playwright Run Summary
13 skipped 657 passed (8.7m)
🎭 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 12 skipped 690 passed (9.0m)
🎭 Playwright Run Summary
5 skipped 662 passed (9.0m)
🎭 Playwright Run Summary
13 skipped 712 passed (9.1m)
🎭 Playwright Run Summary
18 skipped 625 passed (9.8m)
🎭 Playwright Run Summary
4 skipped 738 passed (10.1m)
🎭 Playwright Run Summary
14 skipped 682 passed (10.2m)

Artifacts

Produced during runtime
Name Size Digest
ionic-angular
778 KB
sha256:f2d2e170c216e73abc550bbbeb6ff96e94a993d0314d502bb8ce01877f521725
ionic-angular-server
8.54 KB
sha256:ea4698218ad94686ff7547224948986a4574297b7101a9e04c67c3413aa3c4ea
ionic-core
5.25 MB
sha256:f1dcb5755f582c91f246d99c0ca4dd6cf0c58dcede1c16811ffd24bcfb784ac5
ionic-react
317 KB
sha256:2dd7169a060cb8132536c8d8ca3ff4fc9dcc29ab883bdf7b83cc5bf99030b1ff
ionic-react-router
27.9 KB
sha256:9e89d234270b1054537126a31cde81d0ef25bb3bca48c5ebfe9c41ed392944c2
ionic-vue
347 KB
sha256:849f062ee808b17794f94977ac7d6c37d49b85182221465018a350586fe4b94b
ionic-vue-router
17 KB
sha256:ef2bed07a7e95e28f1eb7c5a512e1fa52f2076f66912ca43e77eb99589602a94
test-results-1-20
515 KB
sha256:29157a71092fe1907bed76e01653291108763b8962ef82b96fc0c2b582bba534
test-results-10-20
459 KB
sha256:2b92095d63635baab4c1bf3cf2c856f7adc1c7749b8a4c19f4f3f712997757d9
test-results-11-20
2.11 MB
sha256:9cb053a54d27f072b5e04199b2f74a745e1f9092eedd88128eb63f7bcf8244e5
test-results-12-20
502 KB
sha256:ccd904c2b2b662e769a5c6ebfbbf6341ed8f539fa89e262d2806f02b899998ed
test-results-13-20
473 KB
sha256:deefbab41e63cf033bc34b510c85080c8de63f59481c505ff120c8985ede8b20
test-results-14-20
443 KB
sha256:fb46a43c399a3a7bc09ff4420422417f3cffdd1937b21bdc01d197a97d668fa5
test-results-15-20
475 KB
sha256:dc314961b72875d4922f7119b6cd34faefcdc6d4f80f1992784c707d9bd49297
test-results-16-20
499 KB
sha256:f083439f89eb372dc298b37dedfea5a0cbc699a5ce463ec7fc32f73476339488
test-results-17-20
572 KB
sha256:058ffa6f263088334c071b2aa474846ba67d736c3e1a1d934941438e8d0c0349
test-results-18-20
1.69 MB
sha256:5d4b7e43485b854f431acafa69d827f7b18550cb9e646cfbec80ef5b13826409
test-results-19-20
459 KB
sha256:7ab5d6aafa3d99b43f2a564e17f0b008dbcd9a870a77fba66829d2cd3ecdc135
test-results-2-20
524 KB
sha256:1776cc8662b86b1f03fe108ab3d257485f7679bfe7241ec5beeba38acb23fd65
test-results-20-20
356 KB
sha256:30f803d457e4789a13ae7c69bdc138d7ea117e72527d2ba4ee6af6646e46ed39
test-results-3-20
457 KB
sha256:ae491174bfb9c22c938d96c92ced4d321467f978afcd9e619b4d4fa55241133d
test-results-4-20
601 KB
sha256:846e63e678cfb806ff053b99942300fdc9313fd6d336dc5617417a14f4b004de
test-results-5-20
505 KB
sha256:1564de44d28f8b443923bd3e254ed20228a9786ccb1858f479e66797009d3f46
test-results-6-20
495 KB
sha256:ddce97ff01b624f3f393e31ef89d1b90c504cd905cec5b408265831c92e9278e
test-results-7-20
372 KB
sha256:2ea73a12df672bc633f0d004fcb9e9123dd7e19d49d390427833b1e5499e9c45
test-results-8-20
463 KB
sha256:7df71b76900934c72f73e797dfa9728225b0f6f98fd344d91d02a443c20b405b
test-results-9-20
514 KB
sha256:9a152af83ab21a980b16f1c48b2d9e7abb52a9889076aab1968025141f523df0