We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89e9d68 commit 5f55685Copy full SHA for 5f55685
e2e/navigation-menu.e2e.ts
@@ -3,7 +3,7 @@ import { NavigationMenuModel } from "./models/navigation-menu.model"
3
4
let I: NavigationMenuModel
5
6
-test.describe("navigation-menu", () => {
+test.describe.skip("navigation-menu", () => {
7
test.beforeEach(async ({ page }) => {
8
I = new NavigationMenuModel(page)
9
await I.goto()
@@ -76,7 +76,7 @@ test.describe("navigation-menu", () => {
76
await I.seeContentLinkIsFocused("products", "Analytics Platform")
77
})
78
79
- test.skip("tab navigation", async () => {
+ test("tab navigation", async () => {
80
await I.focusTrigger("products")
81
await I.pressKey("Enter")
82
await I.pressKey("Tab", 7)
0 commit comments