Skip to content

Commit

Permalink
Fix header spec
Browse files Browse the repository at this point in the history
  • Loading branch information
LanesGood committed Sep 13, 2024
1 parent 38baec1 commit bb53367
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions playwright/e2e/header.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ test.describe("Header", () => {
await expect(navItems.nth(0)).toHaveText("Explore")
await expect(navItems.nth(2)).toHaveText("Glossary")
await expect(navItems.nth(3)).toHaveText("FAQ")
// await expect(navItems.nth(4)).toHaveText("User Guide")
await expect(navItems.nth(5)).toHaveText("About")
await expect(navItems.nth(6)).toHaveText("Contact")
await expect(navItems.nth(4)).toHaveText("About")
await expect(navItems.nth(5)).toHaveText("Contact")
})
})

0 comments on commit bb53367

Please sign in to comment.