Skip to content

Commit

Permalink
test(e2e): skip nested menu test even though it works
Browse files Browse the repository at this point in the history
  • Loading branch information
segunadebayo committed Dec 7, 2024
1 parent 11447b0 commit 22df8cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/nested-menu.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ test.describe("nested menu / keyboard typeahead", async () => {
await expectToBeFocused(page, testid("new-win"))
})

test("nested menu", async ({ page }) => {
test.skip("nested menu", async ({ page }) => {
await page.click(menu_1.trigger)

await page.keyboard.type("m")
Expand Down

0 comments on commit 22df8cf

Please sign in to comment.