chore(deps): update dependency @stencil/core to v4.21.0 #14473
Annotations
2 errors and 1 notice
Run /./.github/workflows/actions/test-core-screenshot:
src/components/radio/test/a11y/radio.e2e.ts#L134
1) [Mobile Safari] › src/components/radio/test/a11y/radio.e2e.ts:130:11 › radio: a11y - ios/ltr › radio: keyboard navigation - ios/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()
- locator resolved to <ion-radio value="huey" role="radio" tabindex="-1" aria-checked="true" class="ios in-item radio-checked radio-justify-space-between radio-alignment-center radio-label-placement-start hydrated">Huey</ion-radio>
- unexpected value "not focused"
- locator resolved to <ion-radio value="huey" role="radio" tabindex="0" aria-checked="true" class="ios in-item radio-checked radio-justify-space-between radio-alignment-center radio-label-placement-start hydrated">Huey</ion-radio>
- unexpected value "not focused"
- locator resolved to <ion-radio value="huey" role="radio" tabindex="0" aria-checked="true" class="ios in-item radio-checked radio-justify-space-between radio-alignment-center radio-label-placement-start hydrated">Huey</ion-radio>
- unexpected value "not focused"
- locator resolved to <ion-radio value="huey" role="radio" tabindex="0" aria-checked="true" class="ios in-item radio-checked radio-justify-space-between radio-alignment-center radio-label-placement-start hydrated">Huey</ion-radio>
- unexpected value "not focused"
- locator resolved to <ion-radio value="huey" role="radio" tabindex="0" aria-checked="true" class="ios in-item radio-checked radio-justify-space-between radio-alignment-center radio-label-placement-start hydrated">Huey</ion-radio>
- unexpected value "not focused"
- locator resolved to <ion-radio value="huey" role="radio" tabindex="0" aria-checked="true" class="ios in-item radio-checked radio-justify-space-between radio-alignment-center radio-label-placement-start hydrated">Huey</ion-radio>
- unexpected value "not focused"
- locator resolved to <ion-radio value="huey" role="radio" tabindex="0" aria-checked="true" class="ios in-item radio-checked radio-justify-space-between radio-alignment-center radio-label-placement-start hydrated">Huey</ion-radio>
- unexpected value "not focused"
- locator resolved to <ion-radio value="huey" role="radio" tabindex="0" aria-checked="true" class="ios in-item radio-checked radio-justify-space-between radio-alignment-center radio-label-placement-start hydrated">Huey</ion-radio>
- unexpected value "not focused"
- locator resolved to <ion-radio value="huey" role="radio" tabindex="0" aria-checked="true" class="ios in-item radio-checked radio-justify-space-between radio-alignment-center radio-label-placement-start hydrated">Huey</ion-radio>
- unexpected value "not focused"
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
|
Run /./.github/workflows/actions/test-core-screenshot:
src/components/radio/test/a11y/radio.e2e.ts#L122
2) [Mobile Safari] › src/components/radio/test/a11y/radio.e2e.ts:117:11 › radio: a11y - ios/ltr/dark › radio: keyboard navigation - ios/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()
- locator resolved to <ion-radio value="huey" role="radio" tabindex="0" aria-checked="true" class="ios in-item radio-checked radio-justify-space-between radio-alignment-center radio-label-placement-start hydrated">Huey</ion-radio>
- unexpected value "not focused"
- locator resolved to <ion-radio value="huey" role="radio" tabindex="0" aria-checked="true" class="ios in-item radio-checked radio-justify-space-between radio-alignment-center radio-label-placement-start hydrated">Huey</ion-radio>
- unexpected value "not focused"
- locator resolved to <ion-radio value="huey" role="radio" tabindex="0" aria-checked="true" class="ios in-item radio-checked radio-justify-space-between radio-alignment-center radio-label-placement-start hydrated">Huey</ion-radio>
- unexpected value "not focused"
- locator resolved to <ion-radio value="huey" role="radio" tabindex="0" aria-checked="true" class="ios in-item radio-checked radio-justify-space-between radio-alignment-center radio-label-placement-start hydrated">Huey</ion-radio>
- unexpected value "not focused"
- locator resolved to <ion-radio value="huey" role="radio" tabindex="0" aria-checked="true" class="ios in-item radio-checked radio-justify-space-between radio-alignment-center radio-label-placement-start hydrated">Huey</ion-radio>
- unexpected value "not focused"
- locator resolved to <ion-radio value="huey" role="radio" tabindex="0" aria-checked="true" class="ios in-item radio-checked radio-justify-space-between radio-alignment-center radio-label-placement-start hydrated">Huey</ion-radio>
- unexpected value "not focused"
- locator resolved to <ion-radio value="huey" role="radio" tabindex="0" aria-checked="true" class="ios in-item radio-checked radio-justify-space-between radio-alignment-center radio-label-placement-start hydrated">Huey</ion-radio>
- unexpected value "not focused"
- locator resolved to <ion-radio value="huey" role="radio" tabindex="0" aria-checked="true" class="ios in-item radio-checked radio-justify-space-between radio-alignment-center radio-label-placement-start hydrated">Huey</ion-radio>
- unexpected value "not focused"
- locator resolved to <ion-radio value="huey" role="radio" tabindex="0" aria-checked="true" class="ios in-item radio-checked radio-justify-space-between radio-alignment-center radio-label-placement-start hydrated">Huey</ion-radio>
- unexpected value "not focused"
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
|
Run /./.github/workflows/actions/test-core-screenshot
2 flaky
[Mobile Safari] › src/components/radio/test/a11y/radio.e2e.ts:130:11 › radio: a11y - ios/ltr › radio: keyboard navigation - ios/ltr › using arrow keys should move between enabled radios within group
[Mobile Safari] › src/components/radio/test/a11y/radio.e2e.ts:117:11 › radio: a11y - ios/ltr/dark › radio: keyboard navigation - ios/ltr/dark › tabbing should switch between radio groups
10 skipped
428 passed (5.3m)
|
Loading