chore: Updated labeler to v5 #22634
Annotations
2 errors and 1 notice
Run Tests:
apps/web/playwright/auth/forgot-password.e2e.ts#L17
1) [@***com/web] › apps/web/playwright/auth/forgot-password.e2e.ts:13:7 › Forgot password -- future › Can reset forgotten password
page.goto: Timeout 30000ms exceeded.
=========================== logs ===========================
navigating to "http://***:3000/auth/forgot-password", waiting until "load"
============================================================
15 |
16 | // Got to reset password flow
> 17 | await page.goto("/auth/forgot-password");
| ^
18 |
19 | await page.fill('input[name="email"]', `${user.username}@example.com`);
20 | await page.press('input[name="email"]', "Enter");
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/auth/forgot-password.e2e.ts:17:16
|
Run Tests:
apps/web/playwright/auth/forgot-password.e2e.ts#L17
2) [@***com/web] › apps/web/playwright/auth/forgot-password.e2e.ts:13:7 › Forgot password -- legacy › Can reset forgotten password
page.goto: Timeout 30000ms exceeded.
=========================== logs ===========================
navigating to "http://***:3000/auth/forgot-password", waiting until "load"
============================================================
15 |
16 | // Got to reset password flow
> 17 | await page.goto("/auth/forgot-password");
| ^
18 |
19 | await page.fill('input[name="email"]', `${user.username}@example.com`);
20 | await page.press('input[name="email"]', "Enter");
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/auth/forgot-password.e2e.ts:17:16
|
Run Tests
2 flaky
[@***com/web] › apps/web/playwright/auth/forgot-password.e2e.ts:13:7 › Forgot password -- future › Can reset forgotten password
[@***com/web] › apps/web/playwright/auth/forgot-password.e2e.ts:13:7 › Forgot password -- legacy › Can reset forgotten password
2 skipped
28 passed (1.0m)
|
The logs for this run have expired and are no longer available.
Loading