diff --git a/examples/simple/e2e/home-page.spec.ts b/examples/simple/e2e/home-page.spec.ts index 07cbb0f7..7144e7fd 100644 --- a/examples/simple/e2e/home-page.spec.ts +++ b/examples/simple/e2e/home-page.spec.ts @@ -4,7 +4,7 @@ import { skipIfMissingCatalog } from "./util/missing-published-catalog"; test.describe("Home Page", async () => { test.beforeEach(async () => { - await skipIfMissingCatalog(); + // await skipIfMissingCatalog(); }); test("should load home page", async ({ page }) => {