fix(datetime): navigating months in RTL works correctly #13293
Annotations
1 error and 1 notice
Run /./.github/workflows/actions/test-core-screenshot:
src/components/radio/test/a11y/radio.e2e.ts#L122
1) [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="-1" aria-che…>Huey</ion-radio>
- unexpected value "not focused"
- locator resolved to <ion-radio value="huey" role="radio" tabindex="-1" aria-che…>Huey</ion-radio>
- unexpected value "not focused"
- locator resolved to <ion-radio value="huey" role="radio" tabindex="0" aria-chec…>Huey</ion-radio>
- unexpected value "not focused"
- locator resolved to <ion-radio value="huey" role="radio" tabindex="0" aria-chec…>Huey</ion-radio>
- unexpected value "not focused"
- locator resolved to <ion-radio value="huey" role="radio" tabindex="0" aria-chec…>Huey</ion-radio>
- unexpected value "not focused"
- locator resolved to <ion-radio value="huey" role="radio" tabindex="0" aria-chec…>Huey</ion-radio>
- unexpected value "not focused"
- locator resolved to <ion-radio value="huey" role="radio" tabindex="0" aria-chec…>Huey</ion-radio>
- unexpected value "not focused"
- locator resolved to <ion-radio value="huey" role="radio" tabindex="0" aria-chec…>Huey</ion-radio>
- unexpected value "not focused"
- locator resolved to <ion-radio value="huey" role="radio" tabindex="0" aria-chec…>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
1 flaky
[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
423 passed (5.2m)
|
Loading