fix(deps): update commitlint monorepo to v17.7.2 #2322
Annotations
1 error, 2 warnings, and 1 notice
e2e/dialog.e2e.ts#L44
1) dialog.e2e.ts:38:7 › dialog › should trap focus within dialog ─────────────────────────────────
Error: Timed out 10000ms waiting for expect(received).toBeFocused()
Call log:
- expect.toBeFocused with timeout 10000ms
- waiting for locator('[data-testid=close\\-1]')
42 | await page.keyboard.press("Tab")
43 | await page.keyboard.press("Tab")
> 44 | await expect(page.locator(dialog_1.close)).toBeFocused()
| ^
45 | })
46 |
47 | test("should close modal on escape", async ({ page }) => {
at /home/runner/work/zag/zag/e2e/dialog.e2e.ts:44:48
|
date-picker.e2e.ts#L1
date-picker.e2e.ts took 47.9s
|
dialog.e2e.ts#L1
dialog.e2e.ts took 34.7s
|
|
The logs for this run have expired and are no longer available.
Loading