Run all playwright tests
Test / test (push) Failing after 2m11s Details

This commit is contained in:
Jeff 2024-10-19 12:25:40 -04:00
parent d7ef727558
commit 71d5706320
1 changed files with 1 additions and 1 deletions

View File

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