Run all playwright tests
Test / test (push) Failing after 2m11s
Details
Test / test (push) Failing after 2m11s
Details
This commit is contained in:
parent
d7ef727558
commit
71d5706320
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue