From 71d5706320a3f0b7a62db75e61ee677963efb237 Mon Sep 17 00:00:00 2001 From: Jeff Date: Sat, 19 Oct 2024 12:25:40 -0400 Subject: [PATCH] Run all playwright tests --- e2e/install.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/install.spec.ts b/e2e/install.spec.ts index 6e3e330..3d1ea41 100644 --- a/e2e/install.spec.ts +++ b/e2e/install.spec.ts @@ -91,7 +91,7 @@ describe("when user is on iOS", () => { await expect(yourNotificationsHeading).toBeVisible() }) - test.only("the subscription is submitted", async ({ page }) => { + test("the subscription is submitted", async ({ page }) => { await page.goto("/") await page.getByText(/Enable Notifications/).click()