All checks #38
Annotations
5 errors and 1 notice
Run Tests:
apps/web/playwright/event-types.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/event-types.e2e.ts:227:11 › Event Types tests -- future › user › Different Locations Tests › Can add Link Meeting as location and book with it
Test timeout of 60000ms exceeded.
|
Run Tests:
apps/web/playwright/event-types.e2e.ts#L231
1) [@***com/web] › apps/web/playwright/event-types.e2e.ts:227:11 › Event Types tests -- future › user › Different Locations Tests › Can add Link Meeting as location and book with it
locator.click: Target closed
=========================== logs ===========================
waiting for locator('text="Link meeting"')
locator resolved to <span class="text-sm font-medium">Link meeting</span>
attempting click action
waiting for element to be visible, enabled and stable
element was detached from the DOM, retrying
============================================================
229 |
230 | await page.getByTestId("location-select").click();
> 231 | await page.locator(`text="Link meeting"`).click();
| ^
232 |
233 | const locationInputName = `locations[0].link`;
234 |
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/event-types.e2e.ts:231:51
|
Run Tests:
apps/web/playwright/event-types.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/event-types.e2e.ts:227:11 › Event Types tests -- future › user › Different Locations Tests › Can add Link Meeting as location and book with it
Pending operations:
- locator.click at apps/web/playwright/event-types.e2e.ts:231:51
|
Run Tests:
apps/web/playwright/login.e2e.ts#L1
2) [@***com/web] › apps/web/playwright/login.e2e.ts:62:9 › Login and logout tests -- future › Login flow validations -- future › Should warn when user does not exist
Test timeout of 60000ms exceeded.
|
Run Tests:
apps/web/playwright/fixtures/users.ts#L882
2) [@***com/web] › apps/web/playwright/login.e2e.ts:62:9 › Login and logout tests -- future › 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
|
Run Tests
2 flaky
[@***com/web] › apps/web/playwright/event-types.e2e.ts:227:11 › Event Types tests -- future › user › Different Locations Tests › Can add Link Meeting as location and book with it
[@***com/web] › apps/web/playwright/login.e2e.ts:62:9 › Login and logout tests -- future › Login flow validations -- future › Should warn when user does not exist
13 skipped
179 passed (5.4m)
|
The logs for this run have expired and are no longer available.
Loading