From 1b220f5405e9e61842a7123558d2917d774cc134 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frederik=20Sch=C3=B6nfeldt?= Date: Mon, 4 Sep 2023 09:54:19 +0200 Subject: [PATCH] skip profile spec to see if test results vary --- test/e2e/tests/profile.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/tests/profile.spec.ts b/test/e2e/tests/profile.spec.ts index 108ccbc..e5531df 100644 --- a/test/e2e/tests/profile.spec.ts +++ b/test/e2e/tests/profile.spec.ts @@ -2,7 +2,7 @@ import { test, expect } from "@playwright/test"; import { userFixture } from "./helpers"; import AxeBuilder from "@axe-core/playwright"; -test.describe("User Profile page", () => { +test.describe.skip("User Profile page", () => { test.beforeEach(async ({ page }) => { await page.goto("/fh/en_US/user/auth0%7C647dba8fe4e45a9886c854ad"); const el = await page.waitForSelector("[data-testid='profile-picture']", {