From b109129629ebd432203a35ef0dd85123bdc15d17 Mon Sep 17 00:00:00 2001 From: rare-magma Date: Sat, 31 Aug 2024 14:48:50 +0200 Subject: [PATCH] Revert "test: disable e2e" This reverts commit 1c384da7d1b9fa41144a4632af35a3dd5baeeb21. --- e2e/happyPath.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/happyPath.test.ts b/e2e/happyPath.test.ts index 1e82510c..7ebd4ba6 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