Skip to content

Commit 5f55685

Browse files
committed
test: skip nav menu for now
1 parent 89e9d68 commit 5f55685

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

e2e/navigation-menu.e2e.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { NavigationMenuModel } from "./models/navigation-menu.model"
33

44
let I: NavigationMenuModel
55

6-
test.describe("navigation-menu", () => {
6+
test.describe.skip("navigation-menu", () => {
77
test.beforeEach(async ({ page }) => {
88
I = new NavigationMenuModel(page)
99
await I.goto()
@@ -76,7 +76,7 @@ test.describe("navigation-menu", () => {
7676
await I.seeContentLinkIsFocused("products", "Analytics Platform")
7777
})
7878

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

0 commit comments

Comments
 (0)