Stencil Nightly Build #39
Annotations
1 error and 1 notice
core/src/components/radio/test/a11y/radio.e2e.ts#L68
1) [Mobile Safari] › src/components/radio/test/a11y/radio.e2e.ts:63:9 › radio: keyboard navigation - ios/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()
- 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"
- 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"
66 |
67 | await pageUtils.pressKeys('Tab');
> 68 | await expect(firstGroupRadios.nth(0)).toBeFocused();
| ^
69 |
70 | await pageUtils.pressKeys('Tab');
71 | await expect(secondGroupRadios.nth(0)).toBeFocused();
at /home/runner/work/ionic-framework/ionic-framework/core/src/components/radio/test/a11y/radio.e2e.ts:68:45
|
|
The logs for this run have expired and are no longer available.
Loading