refactor(angular): picker controller uses correct core instance #10651
Annotations
2 errors and 1 notice
core/src/components/radio/test/a11y/radio.e2e.ts#L80
1) [Mobile Safari] › src/components/radio/test/a11y/radio.e2e.ts:76:9 › 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="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"
78 |
79 | await pageUtils.pressKeys('Tab');
> 80 | await expect(firstGroupRadios.nth(0)).toBeFocused();
| ^
81 |
82 | await page.keyboard.press('ArrowDown');
83 | await expect(firstGroupRadios.nth(1)).toBeFocused();
at /home/runner/work/ionic-framework/ionic-framework/core/src/components/radio/test/a11y/radio.e2e.ts:80:45
|
core/src/components/radio/test/a11y/radio.e2e.ts#L80
1) [Mobile Safari] › src/components/radio/test/a11y/radio.e2e.ts:76:9 › radio: keyboard navigation - ios/ltr › using arrow keys should move between enabled radios within group
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
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"
78 |
79 | await pageUtils.pressKeys('Tab');
> 80 | await expect(firstGroupRadios.nth(0)).toBeFocused();
| ^
81 |
82 | await page.keyboard.press('ArrowDown');
83 | await expect(firstGroupRadios.nth(1)).toBeFocused();
at /home/runner/work/ionic-framework/ionic-framework/core/src/components/radio/test/a11y/radio.e2e.ts:80:45
|
|
The logs for this run have expired and are no longer available.
Loading