diff --git a/e2e/happyPath.test.ts b/e2e/happyPath.test.ts index 1e82510..7ebd4ba 100644 --- a/e2e/happyPath.test.ts +++ b/e2e/happyPath.test.ts @@ -1,6 +1,6 @@ import { expect, test } from "@playwright/test"; -test.skip("should complete the happy path", async ({ page, isMobile }) => { +test("should complete the happy path", async ({ page, isMobile }) => { await page.goto("/"); // should show landing page