Skip to content

Commit

Permalink
Revert "Skip norms tests temporarily"
Browse files Browse the repository at this point in the history
This reverts commit 88539d9.
  • Loading branch information
kiwikern committed Sep 25, 2024
1 parent 811cc1c commit 6354581
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ import {
} from "~/e2e/caselaw/e2e-utils"
import { caselawTest as test } from "~/e2e/caselaw/fixtures"

// Fails on pipeline
// eslint-disable-next-line playwright/no-skipped-test
test.describe.skip("norm", () => {
test.describe("norm", () => {
test("renders all fields", async ({ page, documentNumber }) => {
await navigateToCategories(page, documentNumber)
await expect(page.getByRole("heading", { name: "Normen" })).toBeVisible()
Expand Down

0 comments on commit 6354581

Please sign in to comment.