Skip to content

test(angular): add ng20 test app #16509

test(angular): add ng20 test app

test(angular): add ng20 test app #16509

Triggered via pull request June 23, 2025 19:32
@thetaPCthetaPC
synchronize #30507
FW-6284
Status Success
Total duration 10m 6s
Artifacts 27

build.yml

on: pull_request
build-react
42s
build-react
build-vue
32s
build-vue
Matrix: test-core-screenshot
build-angular
56s
build-angular
build-angular-server
32s
build-angular-server
test-core-clean-build
12s
test-core-clean-build
test-core-lint
47s
test-core-lint
test-core-spec
39s
test-core-spec
build-react-router
22s
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
3s
verify-test-react-e2e
verify-test-react-router-e2e
4s
verify-test-react-router-e2e
verify-test-vue-e2e
4s
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
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: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: 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/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: 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
1) [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 Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── 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: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
1) [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
🎭 Playwright Run Summary
216 skipped 238 passed (2.3m)
🎭 Playwright Run Summary
508 passed (2.9m)
🎭 Playwright Run Summary
414 passed (2.7m)
🎭 Playwright Run Summary
4 skipped 590 passed (3.4m)
🎭 Playwright Run Summary
1 skipped 514 passed (3.4m)
🎭 Playwright Run Summary
212 skipped 292 passed (3.4m)
🎭 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 497 passed (3.8m)
🎭 Playwright Run Summary
627 passed (4.2m)
🎭 Playwright Run Summary
10 skipped 482 passed (4.6m)
🎭 Playwright Run Summary
5 skipped 502 passed (4.6m)
🎭 Playwright Run Summary
14 skipped 374 passed (5.0m)
🎭 Playwright Run Summary
498 passed (5.9m)
🎭 Playwright Run Summary
4 skipped 501 passed (6.0m)
🎭 Playwright Run Summary
506 passed (6.2m)
🎭 Playwright Run Summary
4 skipped 502 passed (6.5m)
🎭 Playwright Run Summary
5 skipped 551 passed (6.7m)
🎭 Playwright Run Summary
14 skipped 494 passed (7.0m)
🎭 Playwright Run Summary
9 skipped 502 passed (7.3m)
🎭 Playwright Run Summary
1 flaky [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 503 passed (7.5m)
🎭 Playwright Run Summary
8 skipped 506 passed (7.9m)

Artifacts

Produced during runtime
Name Size Digest
ionic-angular Expired
652 KB
sha256:184d756a0ffabd0019e5c520dc78ac932bd71e40375b9dfa376c26af70c21d75
ionic-angular-server Expired
8.54 KB
sha256:3c7d4ea25767b7682be25ecfcc7a738944f6ef8ba0e2cf7deadaa840d42e74a8
ionic-core Expired
4.45 MB
sha256:a65cfaab963652e9ee5f888833ac0457585beb74aee1462b05cb025641ceea86
ionic-react Expired
199 KB
sha256:f992ae0f2a481c161c73238b03f63a5604474e8076e5b3c42f490a523aff7eba
ionic-react-router Expired
27.9 KB
sha256:867c86f1f2a949aeaf02d5cbb56503c4c793943d30eb9bb7428e82899814fe77
ionic-vue Expired
221 KB
sha256:7c59cb8a943cc9b20a7043176ff777c4f77e3885ed1a70cdd351eeb20545860b
ionic-vue-router Expired
17.1 KB
sha256:2f250253d00f7fed5ab68c418a0be51b4aff161cd6679c887822d23043966842
test-results-1-20 Expired
443 KB
sha256:703d2e4f9b82eccf13ff3130332129ac24a06e0acf66fc1aeed632d5395926dd
test-results-10-20 Expired
419 KB
sha256:8c1cfc076c46c819bf429510af590652fdac73fe418c53210dda9aac2ee20ad3
test-results-11-20 Expired
1.98 MB
sha256:31f2c283a488d15f45c9cdd2e7f4472004f7a1160ee53c48a0e6c9e9059f66ac
test-results-12-20 Expired
437 KB
sha256:2491c8a8ca0c372be899870320513068e8c86e76addf5a2444d114b2d1fcf3f8
test-results-13-20 Expired
449 KB
sha256:0416697f763652582e0b282472023d4f59abd6f75e643ea298e4ce2839950bfe
test-results-14-20 Expired
401 KB
sha256:5fbd96ebd4bdbba10a5006ba0135fa1837538f5a8244c2172011e8e98ba57a0d
test-results-15-20 Expired
1.81 MB
sha256:9b288bc0e4089bff41ca3d7256a2b7e612173d139d11e115b293833b845b7f3e
test-results-16-20 Expired
421 KB
sha256:14d07717336f315bf02b3b90346002e50c15561fad6e35e77f4b43f78308d1c4
test-results-17-20 Expired
542 KB
sha256:4ab1609880a9d8f52db9c0508a15b31df63c4562510040af9a50f09841f062b6
test-results-18-20 Expired
488 KB
sha256:7873f7bc112a838a235c3f5a9cdb5974892781456d9b876fdd7339d8d0f7d24f
test-results-19-20 Expired
397 KB
sha256:9c9769868584aaa598375fc87bf66e9ac06fe14d2dc20361b80841685d7082da
test-results-2-20 Expired
476 KB
sha256:278cd676c851340e52ff3688fc02891881b4cb6f226e35f0bf2ec626839dc86a
test-results-20-20 Expired
347 KB
sha256:3812d271be8fc240a335486a3ae1de959e474f82f499fb3bb64649351150b26d
test-results-3-20 Expired
420 KB
sha256:76f10d425549acbb202ccca7a06f6dcd320ddf7167f4572b56f15b8646af0f0d
test-results-4-20 Expired
528 KB
sha256:e8079f55fd2205366a6fe632a29bd584e0a09b63da03d46a5425909817364ccd
test-results-5-20 Expired
448 KB
sha256:5a6f8f259e4bd0dbe924d67a94f03550bb95878a1159d724322465d802940c77
test-results-6-20 Expired
447 KB
sha256:be2e0f53096b7ed5b9a042aa731a854bded168c7d8757d24f5a42868b1e62326
test-results-7-20 Expired
336 KB
sha256:53faf0aa25b9d85ccd6d6147434d284efdf90fec5a2c183cf0735131e9ac4820
test-results-8-20 Expired
435 KB
sha256:2df15a83d3c14faad032615e2273a71c6c00e532af926175b9a10ade8592ec6f
test-results-9-20 Expired
470 KB
sha256:1201026d501f8cc3446a1909cd0bfd49472cf21267ad1f41731722161e4e64e8