All checks #312
Annotations
5 errors and 1 notice
apps/web/playwright/event-types.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/event-types.e2e.ts:210:11 › Event Types tests -- legacy › user › Different Locations Tests › Can add Cal video location and book with it
Test timeout of 60000ms exceeded.
|
apps/web/playwright/event-types.e2e.ts#L214
1) [@***com/web] › apps/web/playwright/event-types.e2e.ts:210:11 › Event Types tests -- legacy › user › Different Locations Tests › Can add Cal video location and book with it
locator.click: Target closed
=========================== logs ===========================
waiting for locator('text="Cal Video (Global)"')
============================================================
212 |
213 | await page.getByTestId("location-select").click();
> 214 | await page.locator(`text="Cal Video (Global)"`).click();
| ^
215 |
216 | await saveEventType(page);
217 | await page.getByTestId("toast-success").waitFor();
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/event-types.e2e.ts:214:57
|
apps/web/playwright/event-types.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/event-types.e2e.ts:210:11 › Event Types tests -- legacy › user › Different Locations Tests › Can add Cal video location and book with it
Pending operations:
- locator.click at apps/web/playwright/event-types.e2e.ts:214:57
|
apps/web/playwright/login.e2e.ts#L1
2) [@***com/web] › apps/web/playwright/login.e2e.ts:62:9 › Login and logout tests -- legacy › Login flow validations -- future › Should warn when user does not exist
Test timeout of 60000ms exceeded.
|
apps/web/playwright/fixtures/users.ts#L882
2) [@***com/web] › apps/web/playwright/login.e2e.ts:62:9 › Login and logout tests -- legacy › Login flow validations -- future › Should warn when user does not exist
page.waitForResponse: Page closed
=========================== logs ===========================
waiting for response /\/api\/auth\/***lback\/credentials/
============================================================
at apps/web/playwright/fixtures/users.ts:882
880 |
881 | // waiting for specific login request to resolve
> 882 | await page.waitForResponse(/\/api\/auth\/***lback\/credentials/);
| ^
883 | }
884 |
885 | export async function apiLogin(
at login (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/fixtures/users.ts:882:14)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/login.e2e.ts:67:7
|
2 flaky
[@***com/web] › apps/web/playwright/event-types.e2e.ts:210:11 › Event Types tests -- legacy › user › Different Locations Tests › Can add Cal video location and book with it
[@***com/web] › apps/web/playwright/login.e2e.ts:62:9 › Login and logout tests -- legacy › Login flow validations -- future › Should warn when user does not exist
9 skipped
92 passed (4.1m)
|
The logs for this run have expired and are no longer available.
Loading