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()