All checks #490
Annotations
6 errors and 1 notice
apps/web/playwright/event-types.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/event-types.e2e.ts:177:11 › Event Types tests -- future › user › Different Locations Tests › can add Attendee Phone Number location and book with it
Test timeout of 60000ms exceeded.
|
apps/web/playwright/event-types.e2e.ts#L367
1) [@***com/web] › apps/web/playwright/event-types.e2e.ts:177:11 › Event Types tests -- future › user › Different Locations Tests › can add Attendee Phone Number location and book with it
locator.click: Target closed
=========================== logs ===========================
waiting for locator('text=Attendee Phone Number')
============================================================
365 | const locationOptionText = "Attendee Phone Number";
366 | await page.getByTestId("location-select").click();
> 367 | await page.locator(`text=${locationOptionText}`).click();
| ^
368 | };
369 |
370 | async function gotoFirstEventType(page: Page) {
at selectAttendeePhoneNumber (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/event-types.e2e.ts:367:52)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/event-types.e2e.ts:179:9
|
apps/web/playwright/event-types.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/event-types.e2e.ts:177:11 › Event Types tests -- future › user › Different Locations Tests › can add Attendee Phone Number location and book with it
Pending operations:
- locator.click at apps/web/playwright/event-types.e2e.ts:367:52
|
apps/web/playwright/event-types.e2e.ts#L1
2) [@***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
2) [@***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
2) [@***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
|
2 flaky
[@***com/web] › apps/web/playwright/event-types.e2e.ts:177:11 › Event Types tests -- future › user › Different Locations Tests › can add Attendee Phone Number location and book with it
[@***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
9 skipped
92 passed (3.1m)
|
This job succeeded
Loading