fix(accordion): update styles for ionic theme #18671
build.yml
on: pull_request
build-core
1m 39s
Matrix: test-core-screenshot
test-core-clean-build
16s
test-core-lint
1m 0s
test-core-spec
55s
verify-screenshots
3s
Matrix: test-angular-e2e
Matrix: test-react-e2e
Matrix: test-react-router-e2e
Matrix: test-vue-e2e
verify-test-angular-e2e
3s
verify-test-react-e2e
4s
verify-test-react-router-e2e
3s
verify-test-vue-e2e
2s
Annotations
6 errors and 20 notices
|
[Mobile Chrome] › src/components/action-sheet/test/a11y/action-sheet.e2e.ts:158:9 › action-sheet: radio buttons - ios/ltr › should navigate radio buttons with keyboard:
src/components/action-sheet/test/a11y/action-sheet.e2e.ts#L188
1) [Mobile Chrome] › src/components/action-sheet/test/a11y/action-sheet.e2e.ts:158:9 › action-sheet: radio buttons - ios/ltr › should navigate radio buttons with keyboard
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "Cancel"
Received: "Option 1"
186 |
187 | focusedElement = await page.evaluate(() => document.activeElement?.textContent?.trim());
> 188 | expect(focusedElement).toBe('Cancel');
| ^
189 | });
190 | });
191 | });
at /ionic/src/components/action-sheet/test/a11y/action-sheet.e2e.ts:188:30
|
|
[Mobile Chrome] › src/components/action-sheet/test/a11y/action-sheet.e2e.ts:158:9 › action-sheet: radio buttons - ios/ltr › should navigate radio buttons with keyboard:
src/components/action-sheet/test/a11y/action-sheet.e2e.ts#L188
1) [Mobile Chrome] › src/components/action-sheet/test/a11y/action-sheet.e2e.ts:158:9 › action-sheet: radio buttons - ios/ltr › should navigate radio buttons with keyboard
Error: expect(received).toBe(expected) // Object.is equality
Expected: "Cancel"
Received: "Option 1"
186 |
187 | focusedElement = await page.evaluate(() => document.activeElement?.textContent?.trim());
> 188 | expect(focusedElement).toBe('Cancel');
| ^
189 | });
190 | });
191 | });
at /ionic/src/components/action-sheet/test/a11y/action-sheet.e2e.ts:188:30
|
|
[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: 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 › 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 Firefox] › src/components/select-popover/test/a11y/select-popover.e2e.ts:7:9 › select-popover: a11y - ios/ltr › should not have accessibility violations when header is defined:
src/components/select-popover/test/a11y/select-popover.e2e.ts#L0
1) [Mobile Firefox] › src/components/select-popover/test/a11y/select-popover.e2e.ts:7:9 › select-popover: a11y - ios/ltr › should not have accessibility violations when header is defined
Test timeout of 30000ms exceeded.
|
|
[Mobile Firefox] › src/components/action-sheet/test/a11y/action-sheet.e2e.ts:158:9 › action-sheet: radio buttons - ios/ltr › should navigate radio buttons with keyboard:
src/components/action-sheet/test/a11y/action-sheet.e2e.ts#L188
1) [Mobile Firefox] › src/components/action-sheet/test/a11y/action-sheet.e2e.ts:158:9 › action-sheet: radio buttons - ios/ltr › should navigate radio buttons with keyboard
Error: expect(received).toBe(expected) // Object.is equality
Expected: "Cancel"
Received: "Option 1"
186 |
187 | focusedElement = await page.evaluate(() => document.activeElement?.textContent?.trim());
> 188 | expect(focusedElement).toBe('Cancel');
| ^
189 | });
190 | });
191 | });
at /ionic/src/components/action-sheet/test/a11y/action-sheet.e2e.ts:188:30
|
|
🎭 Playwright Run Summary
1 flaky
[Mobile Chrome] › src/components/action-sheet/test/a11y/action-sheet.e2e.ts:158:9 › action-sheet: radio buttons - ios/ltr › should navigate radio buttons with keyboard
360 skipped
345 passed (3.1m)
|
|
🎭 Playwright Run Summary
368 skipped
318 passed (3.6m)
|
|
🎭 Playwright Run Summary
2 skipped
699 passed (4.1m)
|
|
🎭 Playwright Run Summary
2 skipped
705 passed (4.1m)
|
|
🎭 Playwright Run Summary
1 skipped
703 passed (4.4m)
|
|
🎭 Playwright Run Summary
14 skipped
689 passed (4.7m)
|
|
🎭 Playwright Run Summary
2 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
5 skipped
691 passed (5.2m)
|
|
🎭 Playwright Run Summary
36 skipped
856 passed (6.1m)
|
|
🎭 Playwright Run Summary
14 skipped
501 passed (6.4m)
|
|
🎭 Playwright Run Summary
5 skipped
713 passed (7.0m)
|
|
🎭 Playwright Run Summary
10 skipped
704 passed (7.5m)
|
|
🎭 Playwright Run Summary
3 skipped
684 passed (8.4m)
|
|
🎭 Playwright Run Summary
13 skipped
689 passed (9.1m)
|
|
🎭 Playwright Run Summary
1 flaky
[Mobile Firefox] › src/components/select-popover/test/a11y/select-popover.e2e.ts:7:9 › select-popover: a11y - ios/ltr › should not have accessibility violations when header is defined
5 skipped
693 passed (9.3m)
|
|
🎭 Playwright Run Summary
1 skipped
671 passed (9.5m)
|
|
🎭 Playwright Run Summary
5 skipped
683 passed (9.7m)
|
|
🎭 Playwright Run Summary
1 flaky
[Mobile Firefox] › src/components/action-sheet/test/a11y/action-sheet.e2e.ts:158:9 › action-sheet: radio buttons - ios/ltr › should navigate radio buttons with keyboard
4 skipped
745 passed (9.8m)
|
|
🎭 Playwright Run Summary
13 skipped
690 passed (9.9m)
|
|
🎭 Playwright Run Summary
18 skipped
656 passed (10.6m)
|
|
🎭 Playwright Run Summary
15 skipped
721 passed (11.0m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
ionic-angular
|
808 KB |
sha256:576dc8867f4aa2f9fb3fec2ed919dfd36efd956c2a8f9b70bd6a9e276db3d1ed
|
|
|
ionic-angular-server
|
8.55 KB |
sha256:3bd2da1c8f7b486c82bf2d1d675a5e773a52ffa4e7d3b367d8ca1c963056b091
|
|
|
ionic-core
|
5.1 MB |
sha256:18d827fad1a9a31e4932ed7be63b8c7c8511c60b6c9a39695ed180a12e288188
|
|
|
ionic-react
|
344 KB |
sha256:0c21d92b28f06ec96e8a5c3b9b537f6d499ddc826862db3e77d69987fe7b8921
|
|
|
ionic-react-router
|
27.9 KB |
sha256:0890063384e6c39e2ea8b9d207453d5128d040ac22c4b580cbd1d9a9fcdc50bb
|
|
|
ionic-vue
|
375 KB |
sha256:d5bfa56540ba115f18cce32a24830bccf100bb48aee1543760e9c24bee1f79e5
|
|
|
ionic-vue-router
|
17 KB |
sha256:c31a043bc12d217444b5fda9ae8992886503c472568aaebc887bac292fee5304
|
|
|
test-results-1-20
|
1.31 MB |
sha256:2eede0c17b9a4a16c5274460cc934f8b2e696dc4b7c342d3574e1aa9938b549f
|
|
|
test-results-10-20
|
492 KB |
sha256:1624929acfdab2cd52f664cd9472a7fa2bca9e34e971e35b669c97903d0d57c4
|
|
|
test-results-11-20
|
1.73 MB |
sha256:d2b0e2f31249f1a462570e7fe10c43cf0836fc55d3fe71e8f9389a14492462a2
|
|
|
test-results-12-20
|
524 KB |
sha256:f23b12ad687797a1abac4e5ff815a43faf0cd415398f3c1bbe47e55565064d4f
|
|
|
test-results-13-20
|
538 KB |
sha256:eb280d73806b814ead9033c4e3f50faa6a5311d87b02231213ef9dd1f4b332cd
|
|
|
test-results-14-20
|
449 KB |
sha256:10cc0fd421602084dcb22930ff2214e9aa3907cc1c19df87ba3bd63b1b8980d1
|
|
|
test-results-15-20
|
490 KB |
sha256:dd2b33f0b1fb1955462ae4ae11ead70582b0afcc2a2783a69a35c2a72f2d321d
|
|
|
test-results-16-20
|
508 KB |
sha256:566477616bb23065162b4127321b1593f44c6277f5a426381876f66ae4671976
|
|
|
test-results-17-20
|
599 KB |
sha256:bc7c90ab5a5aa2de605740dda2ce69896d5f036d41b68152820c90e64bf2c84d
|
|
|
test-results-18-20
|
589 KB |
sha256:f5230e6d0d9fd12ca825f69618a481a79ce2c9b2493d59efff94d74c16aa56e3
|
|
|
test-results-19-20
|
491 KB |
sha256:46abee434e6ec10360b638f153a4335ceb960c659a6fee93d43aafd438fdff2d
|
|
|
test-results-2-20
|
540 KB |
sha256:895356c44e446acb5f8ec6270c23e9387cd2a53f058b663511081bec88f72a19
|
|
|
test-results-20-20
|
365 KB |
sha256:c2b62be9de9fcfdbab0610c2e7cd5d2ab971f4fef77b0814b8c08d70e125d375
|
|
|
test-results-3-20
|
470 KB |
sha256:ac244b9d04a351c8827f5df4cb4d3124f3b0c7b8d2a00ac9f7facfaf3ee370b3
|
|
|
test-results-4-20
|
632 KB |
sha256:3bde0c124ffc03b0683410969978a7a39350eff8e320b6414688a86a3f7e447a
|
|
|
test-results-5-20
|
520 KB |
sha256:adbcf9a97993c6eec138e69908dc52c074b5325d09d8c54de81de14a698ee7e5
|
|
|
test-results-6-20
|
1.26 MB |
sha256:19720cda72aac59b490b9b668e522931fc3422b0c527cc9d505aff1586637c17
|
|
|
test-results-7-20
|
1.69 MB |
sha256:bb903dafe60a70a781ca8f520fb00c2354457eac20a3769e05f1a5b85eb5e281
|
|
|
test-results-8-20
|
473 KB |
sha256:f5bfb9897bc2d4fac4c2b9433feb99a899a0b4966401ca4a6f61d3678d08db5c
|
|
|
test-results-9-20
|
517 KB |
sha256:1a2b915524fe00001b4f59f91a68d0f35ead81d15afe5ef64fd03ca75446064d
|
|