All checks #403
Annotations
3 errors and 1 notice
apps/web/playwright/signup.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/signup.e2e.ts:196:7 › Signup Flow Test › Email verification sent if enabled
Test timeout of 60000ms exceeded.
|
apps/web/playwright/signup.e2e.ts#L219
1) [@***com/web] › apps/web/playwright/signup.e2e.ts:196:7 › Signup Flow Test › Email verification sent if enabled
page.click: Target closed
=========================== logs ===========================
waiting for locator('button[type="submit"]')
locator resolved to <button disabled type="submit" class="whitespace-nowrap …>Create Account</button>
attempting click action
waiting for element to be visible, enabled and stable
element is not enabled - waiting...
============================================================
217 | await page.locator('input[name="password"]').fill(userToCreate.password);
218 |
> 219 | await page.click('button[type="submit"]');
| ^
220 |
221 | await page.waitForURL((url) => url.pathname.includes("/auth/verify-email"));
222 | // Find the newly created user and add it to the fixture store
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/signup.e2e.ts:219:16
|
apps/web/playwright/signup.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/signup.e2e.ts:196:7 › Signup Flow Test › Email verification sent if enabled
Pending operations:
- page.click at apps/web/playwright/signup.e2e.ts:219:16
|
|
The logs for this run have expired and are no longer available.
Loading