Ionic Framework Build #16543
build.yml
on: merge_group
build-core
1m 10s
Matrix: test-core-screenshot
test-core-clean-build
10s
test-core-lint
42s
test-core-spec
40s
verify-screenshots
4s
Matrix: test-angular-e2e
Matrix: test-react-e2e
Matrix: test-react-router-e2e
Matrix: test-vue-e2e
verify-test-angular-e2e
4s
verify-test-react-e2e
4s
verify-test-react-router-e2e
2s
verify-test-vue-e2e
3s
Annotations
5 errors and 20 notices
|
[Mobile Chrome] › 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 Chrome] › 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
|
|
[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/input-otp/test/separators/input-otp.e2e.ts:90:9 › input-otp: separators functionality - ios/ltr › should render separators after the second and third input box:
src/components/input-otp/test/separators/input-otp.e2e.ts#L99
1) [Mobile Safari] › src/components/input-otp/test/separators/input-otp.e2e.ts:90:9 › input-otp: separators functionality - ios/ltr › should render separators after the second and third input box
Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
97 |
98 | await expect(await hasSeparatorAfter(page, 0)).toBe(false);
> 99 | await expect(await hasSeparatorAfter(page, 1)).toBe(true);
| ^
100 | await expect(await hasSeparatorAfter(page, 2)).toBe(true);
101 | await expect(await hasSeparatorAfter(page, 3)).toBe(false);
102 | });
at /ionic/src/components/input-otp/test/separators/input-otp.e2e.ts:99:54
|
|
🎭 Playwright Run Summary
216 skipped
238 passed (2.3m)
|
|
🎭 Playwright Run Summary
414 passed (2.7m)
|
|
🎭 Playwright Run Summary
508 passed (3.0m)
|
|
🎭 Playwright Run Summary
1 flaky
[Mobile Chrome] › 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
1 skipped
513 passed (3.4m)
|
|
🎭 Playwright Run Summary
4 skipped
590 passed (3.4m)
|
|
🎭 Playwright Run Summary
212 skipped
292 passed (3.4m)
|
|
🎭 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
496 passed (3.8m)
|
|
🎭 Playwright Run Summary
627 passed (4.1m)
|
|
🎭 Playwright Run Summary
10 skipped
482 passed (4.6m)
|
|
🎭 Playwright Run Summary
14 skipped
374 passed (4.9m)
|
|
🎭 Playwright Run Summary
1 flaky
[Mobile Safari] › src/components/input-otp/test/separators/input-otp.e2e.ts:90:9 › input-otp: separators functionality - ios/ltr › should render separators after the second and third input box
5 skipped
501 passed (4.7m)
|
|
🎭 Playwright Run Summary
498 passed (5.9m)
|
|
🎭 Playwright Run Summary
4 skipped
501 passed (5.9m)
|
|
🎭 Playwright Run Summary
506 passed (6.3m)
|
|
🎭 Playwright Run Summary
5 skipped
551 passed (6.6m)
|
|
🎭 Playwright Run Summary
4 skipped
502 passed (6.4m)
|
|
🎭 Playwright Run Summary
14 skipped
494 passed (7.0m)
|
|
🎭 Playwright Run Summary
2 skipped
504 passed (7.2m)
|
|
🎭 Playwright Run Summary
9 skipped
502 passed (7.4m)
|
|
🎭 Playwright Run Summary
8 skipped
506 passed (7.7m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
ionic-angular
Expired
|
652 KB |
sha256:9e10bfb5f8cf5d1103bb3f36be807d989fdae2e77e28a0fe21aec926842d105b
|
|
|
ionic-angular-server
Expired
|
8.55 KB |
sha256:647ff02f3889f84cbcd63fa7de59b616e7ad2d6bf6564661cf9b08d0dd4d374e
|
|
|
ionic-core
Expired
|
4.45 MB |
sha256:6f42bb9fe20383d122baaccb4c18ad291c1246a21df035bd882208deb36dc211
|
|
|
ionic-react
Expired
|
199 KB |
sha256:ac617c78a83660d12085790e708ced26a71a2e829613d3aa08b6bf3816146058
|
|
|
ionic-react-router
Expired
|
27.9 KB |
sha256:02a8a984497e1140ad17b62a6820b9badc6436be5a25428453976a0d66991669
|
|
|
ionic-vue
Expired
|
221 KB |
sha256:badffed4d1c4f523b2c1bc773442193f7b3936286c5e5bd618b1c013972d815e
|
|
|
ionic-vue-router
Expired
|
17.1 KB |
sha256:547bb78d905b13004d734b313b909148fb23440a69ef3288db1b78abdedc518c
|
|
|
test-results-1-20
Expired
|
443 KB |
sha256:db8bf4c04c7401c4b16ab91f70e713fdb411a70fbb63cf27c7d19b2e8655088d
|
|
|
test-results-10-20
Expired
|
419 KB |
sha256:5b7e368422cc0669731642e7822ce80187d363d146fe99aa5bfd290cd582b4ed
|
|
|
test-results-11-20
Expired
|
1.99 MB |
sha256:4aaa6b0150627df9ae024311738834a2d634d82c64a3a23283b752e3913bafa3
|
|
|
test-results-12-20
Expired
|
439 KB |
sha256:df03e910df3220df35371062dd882ba44c413b71be9d7bc5efab568d6f8490be
|
|
|
test-results-13-20
Expired
|
447 KB |
sha256:f0fdd6f9d6884118213bbbb1667ba01eba1d3341aa222f6d446f9119ab393bb9
|
|
|
test-results-14-20
Expired
|
401 KB |
sha256:93de9f0b1785e63ba39c182c218dc101e79971f587dcb05730af32d475c64226
|
|
|
test-results-15-20
Expired
|
435 KB |
sha256:46502cf096f3b08e1f985aa813d1c1749a3584d8904c9b14586b4d8089006321
|
|
|
test-results-16-20
Expired
|
1.15 MB |
sha256:ffef8c19959d9011a69c5d2a10c45bdb77007b113d3d82560f3dc3055f604442
|
|
|
test-results-17-20
Expired
|
543 KB |
sha256:f161583b5d157b9a494fa120e5acb4864d949e060b55470cd550b11bca4c35a4
|
|
|
test-results-18-20
Expired
|
488 KB |
sha256:9cb51a1a0c44b3f8a046e17f6617ef852f35b15868dec76c6a2533868b35c54b
|
|
|
test-results-19-20
Expired
|
397 KB |
sha256:9410ddf15cd295d76e08810280773d464ba3d492fe77512245ee3920810bd954
|
|
|
test-results-2-20
Expired
|
476 KB |
sha256:f95a5afd6e0198eb63b7ddc8b86ef3bb66458b9b3baae3c1034cfcc74704f09b
|
|
|
test-results-20-20
Expired
|
347 KB |
sha256:89f02614d13efb0095de21f8608a22c2c3819389702b6000228839a3eea8c197
|
|
|
test-results-3-20
Expired
|
421 KB |
sha256:21700d81142e1aa4a35b1be4e2a0057e64d4d5f64d583aaec4b483a10f318e1e
|
|
|
test-results-4-20
Expired
|
527 KB |
sha256:f5744f26248556f93878d4fda9b011489f9771f732fe58d9a72d53dc5c876b3e
|
|
|
test-results-5-20
Expired
|
448 KB |
sha256:a88221d3b5ed0fa51e85817b73d0c23ec2494381146a4b423ab77df4f9590610
|
|
|
test-results-6-20
Expired
|
447 KB |
sha256:ba31a44703396785c1ed57e61f957d727b23cac4e6de1f08e48ece20f3dd8614
|
|
|
test-results-7-20
Expired
|
336 KB |
sha256:a8f54c22e4e1be15b969c15151ad7d057e681c5e2f40de8f8c4b3c13dfd083b1
|
|
|
test-results-8-20
Expired
|
1.36 MB |
sha256:da1bf601d339fbe494d19b92bf9f0646a79c9e55968a8e8d697e0699c9c9fac8
|
|
|
test-results-9-20
Expired
|
469 KB |
sha256:bbe79338b7c587fd0d9b3308a79e61794210d8f0f635143c87bc31d7efe0b69f
|
|