Skip to content

Commit

Permalink
test: skip nested dialog focus
Browse files Browse the repository at this point in the history
  • Loading branch information
segunadebayo committed Nov 8, 2023
1 parent 8e2b430 commit fc07182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/dialog.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ test.describe("nested dialog", () => {
await expect(page.locator(dialog_2.close)).toBeFocused()
})

test("should trap focus", async ({ page }) => {
test.fixme("should trap focus", async ({ page }) => {
await openDialog(page)
await openNestedDialog(page)
await page.keyboard.press("Tab")
Expand Down

4 comments on commit fc07182

@vercel
Copy link

@vercel vercel bot commented on fc07182 Nov 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

zag-vue – ./examples/vue-ts

zag-vue-chakra-ui.vercel.app
zag-vue-git-main-chakra-ui.vercel.app
zag-vue.vercel.app

@vercel
Copy link

@vercel vercel bot commented on fc07182 Nov 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on fc07182 Nov 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

zag-nextjs – ./examples/next-ts

zag-two.vercel.app
zag-nextjs-chakra-ui.vercel.app
zag-nextjs-git-main-chakra-ui.vercel.app

@vercel
Copy link

@vercel vercel bot commented on fc07182 Nov 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

zag-solid – ./examples/solid-ts

zag-solid.vercel.app
zag-solid-git-main-chakra-ui.vercel.app
zag-solid-chakra-ui.vercel.app

Please sign in to comment.