feat(core): DropdownOpen
focus item in dropdown upon opening
#3085
Annotations
4 errors and 1 notice
projects/demo-playwright/utils/page-objects/input-date-time.po.ts#L13
1) [chromium] › tests/kit/input-date-time/input-date-time.spec.ts:124:13 › InputDateTime › API page › should place caret before time after selection of a new date via calendar
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('tui-calendar').locator('[automation-id="tui-calendar-sheet__cell"]').filter({ hasText: '15' })
at utils/page-objects/input-date-time.po.ts:13
11 | .locator('[automation-id="tui-calendar-sheet__cell"]')
12 | .filter({hasText: `${day}`})
> 13 | .click();
| ^
14 | }
15 | }
16 |
at TuiInputDateTimePO.selectDayViaCalendar (/home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/utils/page-objects/input-date-time.po.ts:13:14)
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/input-date-time/input-date-time.spec.ts:141:33
|
projects/demo-playwright/utils/page-objects/input-date-time.po.ts#L13
1) [chromium] › tests/kit/input-date-time/input-date-time.spec.ts:124:13 › InputDateTime › API page › should place caret before time after selection of a new date via calendar
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('tui-calendar').locator('[automation-id="tui-calendar-sheet__cell"]').filter({ hasText: '15' })
at utils/page-objects/input-date-time.po.ts:13
11 | .locator('[automation-id="tui-calendar-sheet__cell"]')
12 | .filter({hasText: `${day}`})
> 13 | .click();
| ^
14 | }
15 | }
16 |
at TuiInputDateTimePO.selectDayViaCalendar (/home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/utils/page-objects/input-date-time.po.ts:13:14)
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/input-date-time/input-date-time.spec.ts:141:33
|
projects/demo-playwright/utils/page-objects/input-date-time.po.ts#L13
1) [chromium] › tests/kit/input-date-time/input-date-time.spec.ts:124:13 › InputDateTime › API page › should place caret before time after selection of a new date via calendar
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('tui-calendar').locator('[automation-id="tui-calendar-sheet__cell"]').filter({ hasText: '15' })
at utils/page-objects/input-date-time.po.ts:13
11 | .locator('[automation-id="tui-calendar-sheet__cell"]')
12 | .filter({hasText: `${day}`})
> 13 | .click();
| ^
14 | }
15 | }
16 |
at TuiInputDateTimePO.selectDayViaCalendar (/home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/utils/page-objects/input-date-time.po.ts:13:14)
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/input-date-time/input-date-time.spec.ts:141:33
|
|
|
This job failed
Loading