From 45351fb5ce5ab35de980814058ee48597604f677 Mon Sep 17 00:00:00 2001 From: PietiKinnunen <106057688+PietiKinnunen@users.noreply.github.com> Date: Wed, 31 Jan 2024 09:40:23 +0200 Subject: [PATCH] Skip test --- tests/all-browsers/navbar.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/all-browsers/navbar.spec.ts b/tests/all-browsers/navbar.spec.ts index a7b6df4a41..a805c83faf 100644 --- a/tests/all-browsers/navbar.spec.ts +++ b/tests/all-browsers/navbar.spec.ts @@ -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, }) => {