feat: make machine open state controllable #3134
Annotations
2 errors, 3 warnings, and 1 notice
Run tests:
e2e/dialog.e2e.ts#L44
1) dialog.e2e.ts:38:7 › dialog › should trap focus within dialog ─────────────────────────────────
Error: Timed out 10000ms waiting for expect(locator).toBeFocused()
Locator: locator('[data-testid=close\\-1]')
Expected: focused
Received: inactive
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
|
Run tests:
e2e/dialog.e2e.ts#L44
1) dialog.e2e.ts:38:7 › dialog › should trap focus within dialog ─────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 10000ms waiting for expect(locator).toBeFocused()
Locator: locator('[data-testid=close\\-1]')
Expected: focused
Received: inactive
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
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run tests:
dialog.e2e.ts#L1
dialog.e2e.ts took 33.1s
|
Run tests:
date-picker.e2e.ts#L1
date-picker.e2e.ts took 25.2s
|
Run tests
1 flaky
dialog.e2e.ts:38:7 › dialog › should trap focus within dialog ──────────────────────────────────
1 skipped
20 passed (1.2m)
|
The logs for this run have expired and are no longer available.
Loading