fix(item): allow nested content to be conditionally interactive #16681
build.yml
on: pull_request
build-core
1m 9s
Matrix: test-core-screenshot
test-core-clean-build
12s
test-core-lint
1m 3s
test-core-spec
53s
verify-screenshots
2s
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
3s
verify-test-react-router-e2e
4s
verify-test-vue-e2e
3s
Annotations
6 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: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
3) [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: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: 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 › 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/select/test/basic/select.e2e.ts:68:11 › select: basic - md/ltr › select: alert › it should not focus any option when opened with a value:
src/components/select/test/basic/select.e2e.ts#L95
1) [Mobile Safari] › src/components/select/test/basic/select.e2e.ts:68:11 › select: basic - md/ltr › select: alert › it should not focus any option when opened with a value
Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected)
Locator: locator('ion-alert').locator('.alert-radio-button.ion-focused')
Expected: 0
Received: 1
Call log:
- Expect "toHaveCount" with timeout 5000ms
- waiting for locator('ion-alert').locator('.alert-radio-button.ion-focused')
9 × locator resolved to 1 element
- unexpected value "1"
93 | // Alert interface doesn't apply ion-focused class to selected options
94 | const focusedOptions = alert.locator('.alert-radio-button.ion-focused');
> 95 | await expect(focusedOptions).toHaveCount(0);
| ^
96 | });
97 | });
98 |
at /ionic/src/components/select/test/basic/select.e2e.ts:95:38
|
|
[Mobile Safari] › 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 Safari] › 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
|
|
🎭 Playwright Run Summary
216 skipped
303 passed (2.9m)
|
|
🎭 Playwright Run Summary
4 skipped
508 passed (3.3m)
|
|
🎭 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
528 passed (3.3m)
|
|
🎭 Playwright Run Summary
540 passed (3.3m)
|
|
🎭 Playwright Run Summary
212 skipped
302 passed (3.6m)
|
|
🎭 Playwright Run Summary
517 passed (3.0m)
|
|
🎭 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:117:11 › radio: a11y - md/ltr/dark › radio: keyboard navigation - md/ltr/dark › tabbing should switch between radio groups
4 skipped
511 passed (4.0m)
|
|
🎭 Playwright Run Summary
627 passed (4.1m)
|
|
🎭 Playwright Run Summary
10 skipped
493 passed (4.9m)
|
|
🎭 Playwright Run Summary
5 skipped
510 passed (5.2m)
|
|
🎭 Playwright Run Summary
14 skipped
399 passed (5.4m)
|
|
🎭 Playwright Run Summary
1 skipped
517 passed (6.3m)
|
|
🎭 Playwright Run Summary
5 skipped
506 passed (6.8m)
|
|
🎭 Playwright Run Summary
1 flaky
[Mobile Safari] › src/components/select/test/basic/select.e2e.ts:68:11 › select: basic - md/ltr › select: alert › it should not focus any option when opened with a value
10 skipped
529 passed (7.0m)
|
|
🎭 Playwright Run Summary
524 passed (7.0m)
|
|
🎭 Playwright Run Summary
5 skipped
503 passed (7.1m)
|
|
🎭 Playwright Run Summary
1 flaky
[Mobile Safari] › 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
2 skipped
508 passed (7.2m)
|
|
🎭 Playwright Run Summary
4 skipped
528 passed (7.2m)
|
|
🎭 Playwright Run Summary
14 skipped
510 passed (7.6m)
|
|
🎭 Playwright Run Summary
7 skipped
506 passed (8.6m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
ionic-angular
Expired
|
651 KB |
sha256:f05a261879ae5a3bc2d5e1e9fb72cc9a652d5d744bd89248efdd375a111ede37
|
|
|
ionic-angular-server
Expired
|
8.55 KB |
sha256:8fe76aa7ff3a45d3a3c04115b8cb743e9155697ba91d4e8637402e2638f1c4ba
|
|
|
ionic-core
Expired
|
4.48 MB |
sha256:0502d5bb875376544ebe782e039ffc41c7702a093aa6e9d9c1550a2a0a4989f2
|
|
|
ionic-react
Expired
|
200 KB |
sha256:3e7a449a9bdaa7fa65eb05dbb5c198a8a3349dfc74a421bfed5c551a04c4ba69
|
|
|
ionic-react-router
Expired
|
27.9 KB |
sha256:26da4451be751a4122dcfb9538d71e5b3979b51a4868c4bbd2dbd865598cf80f
|
|
|
ionic-vue
Expired
|
221 KB |
sha256:c03157c6cd85e411ca5e78cac5d57c8853ae45e6b82eb27986ccc4c0f1c24d83
|
|
|
ionic-vue-router
Expired
|
17.1 KB |
sha256:8811da5b9649df9d19ec8eb4437164115744ec5e8a30c27ea7984a0c5f4dbcbf
|
|
|
test-results-1-20
Expired
|
430 KB |
sha256:5e58b0d5a7b18dd62cf507171fa35e561e25143543ed458f32097f6dabb539e1
|
|
|
test-results-10-20
Expired
|
439 KB |
sha256:711b8606ae60e4093fc8c1e23563f4e7660d72861d76954d6a71aa25c711185d
|
|
|
test-results-11-20
Expired
|
1.97 MB |
sha256:d90b8ff4ac6a1f0514dd1b1ffe972a2578b63356d8e61f69308e77c06b03dd10
|
|
|
test-results-12-20
Expired
|
448 KB |
sha256:6fe7166b1280df75353467c63e3288a058a61a236c3ae1dc81f74179627da763
|
|
|
test-results-13-20
Expired
|
432 KB |
sha256:87fc34233575105d4852beeb1f086efeb7a1c5ad484a4540b8d9427e367f386b
|
|
|
test-results-14-20
Expired
|
397 KB |
sha256:459eb29f01645fe322c2d2ccdca788ba7768b7ac56c3612141aa52241c7700d3
|
|
|
test-results-15-20
Expired
|
1.28 MB |
sha256:5d3935548fd6f0ff5939f9c72326e0dceeee8e86c2c6265e01f619a7044c8dce
|
|
|
test-results-16-20
Expired
|
419 KB |
sha256:aaafcd5518e9ccf352657db5bb2cf7a84126dce570718508ff8330544d3f5b65
|
|
|
test-results-17-20
Expired
|
518 KB |
sha256:5c642762a5a6709a97db8c9087a72ba1a083c905ad4ff62aeee3220a24ef1040
|
|
|
test-results-18-20
Expired
|
1.3 MB |
sha256:bbac1189d784d3b4dae85439fd93c7fd0b4126bcdafd96c39ebee9ede0fb1ea1
|
|
|
test-results-19-20
Expired
|
385 KB |
sha256:501e32eecffae829b502c7fc313ce2ab3e4bce6c543460689de559ab1490fa7e
|
|
|
test-results-2-20
Expired
|
466 KB |
sha256:59e4be0206f493ae458d1b00e7626a7e1eb0d91ede4a9b7fede02cf1f0dfe25b
|
|
|
test-results-20-20
Expired
|
343 KB |
sha256:8254860224687c865750c83b0415f4537775df78cb9379e11f0ede8cb92e63ac
|
|
|
test-results-3-20
Expired
|
413 KB |
sha256:7447313cf5c2f7777c0f8d8ab5679e4505c62f81e5c10fd64fc7c3c4e48618e5
|
|
|
test-results-4-20
Expired
|
526 KB |
sha256:06864ab88622048f11c77a9175895ce3b1a88a8f605067244156262e00862f22
|
|
|
test-results-5-20
Expired
|
446 KB |
sha256:a58f0d927562c5dd88a62927da648131ed75f0f2a2808191aa7e17564bb509a6
|
|
|
test-results-6-20
Expired
|
419 KB |
sha256:33fd161448141c8fe0e0b37690c06de9029e41eb673a711a42d6d60b941e5076
|
|
|
test-results-7-20
Expired
|
352 KB |
sha256:4d13d3168534f9642d7c3a5bf403f3deab1d1a8d3b4064ebdc91d5efbb7d8bfb
|
|
|
test-results-8-20
Expired
|
1.33 MB |
sha256:fbb509c6f0d2fd56c533b861ecf140ad6e0242e688555a4db20a9cfa3fc54a96
|
|
|
test-results-9-20
Expired
|
427 KB |
sha256:48fc9fa5db618b73781e3c7b0ceb1f917a0ca503d1b4264be087fa138f47ce44
|
|