Skip to content

Commit

Permalink
skip profile spec to see if test results vary
Browse files Browse the repository at this point in the history
  • Loading branch information
fschoenfeldt committed Sep 4, 2023
1 parent 00ace2b commit 1b220f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/tests/profile.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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']", {
Expand Down

0 comments on commit 1b220f5

Please sign in to comment.