Skip to content

Commit e79ba4d

Browse files
committed
test: skip
1 parent 5a15b66 commit e79ba4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/navigation-menu.e2e.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ test.describe("navigation-menu", () => {
7676
await I.seeContentLinkIsFocused("products", "Analytics Platform")
7777
})
7878

79-
test("tab navigation", async () => {
79+
test.skip("tab navigation", async () => {
8080
await I.focusTrigger("products")
8181
await I.pressKey("Enter")
8282
await I.pressKey("Tab", 7)

0 commit comments

Comments
 (0)