Skip to content
This repository was archived by the owner on Jan 8, 2025. It is now read-only.

Commit

Permalink
Skip test
Browse files Browse the repository at this point in the history
  • Loading branch information
PietiKinnunen committed Jan 31, 2024
1 parent fdd3d25 commit 45351fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/all-browsers/navbar.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { navigationData } from "../data/navbar-data";

test.describe.configure({ mode: "parallel" });

test("Sections in navbar contain appropriate titles and hrefs when viewed on desktop and mobile", async ({
test.skip("Sections in navbar contain appropriate titles and hrefs when viewed on desktop and mobile", async ({
isMobile,
page,
}) => {
Expand Down

0 comments on commit 45351fb

Please sign in to comment.