fix #100
Annotations
4 errors and 1 notice
[setup] › auth.setup.ts:12:5 › signup flow:
e2e/auth.setup.ts#L40
1) [setup] › auth.setup.ts:12:5 › signup flow ────────────────────────────────────────────────────
TimeoutError: page.waitForNavigation: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for navigation until "load"
============================================================
38 | await page.getByRole("button", { name: "Create account" }).click()
39 |
> 40 | await page.waitForNavigation()
| ^
41 |
42 | await expect(page.getByText("Are you free in the next days")).toBeVisible()
43 |
at /home/runner/work/lunary/lunary/e2e/auth.setup.ts:40:14
|
[setup] › auth.setup.ts:12:5 › signup flow:
e2e/auth.setup.ts#L40
1) [setup] › auth.setup.ts:12:5 › signup flow ────────────────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.waitForNavigation: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for navigation until "load"
============================================================
38 | await page.getByRole("button", { name: "Create account" }).click()
39 |
> 40 | await page.waitForNavigation()
| ^
41 |
42 | await expect(page.getByText("Are you free in the next days")).toBeVisible()
43 |
at /home/runner/work/lunary/lunary/e2e/auth.setup.ts:40:14
|
[setup] › auth.setup.ts:12:5 › signup flow:
e2e/auth.setup.ts#L40
1) [setup] › auth.setup.ts:12:5 › signup flow ────────────────────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.waitForNavigation: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for navigation until "load"
============================================================
38 | await page.getByRole("button", { name: "Create account" }).click()
39 |
> 40 | await page.waitForNavigation()
| ^
41 |
42 | await expect(page.getByText("Are you free in the next days")).toBeVisible()
43 |
at /home/runner/work/lunary/lunary/e2e/auth.setup.ts:40:14
|
run-tests
Process completed with exit code 1.
|
🎭 Playwright Run Summary
1 failed
[setup] › auth.setup.ts:12:5 › signup flow ─────────────────────────────────────────────────────
4 did not run
1 passed (40.5s)
|