All checks #447
Annotations
10 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 -- future › 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 -- future › 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)"')
locator resolved to <span class="text-sm font-medium">Cal Video (Global)</span>
attempting click action
waiting for element to be visible, enabled and stable
element is visible, enabled and stable
scrolling into view if needed
element was detached from the DOM, retrying
============================================================
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 -- future › 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/event-types.e2e.ts#L1
2) [@***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.
|
apps/web/playwright/event-types.e2e.ts#L231
2) [@***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"')
============================================================
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
|
apps/web/playwright/event-types.e2e.ts#L1
2) [@***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
|
apps/web/playwright/event-types.e2e.ts#L1
3) [@***com/web] › apps/web/playwright/event-types.e2e.ts:56:9 › Event Types tests -- legacy › user › enabling recurring event comes with default options
Test timeout of 60000ms exceeded.
|
apps/web/playwright/event-types.e2e.ts#L63
3) [@***com/web] › apps/web/playwright/event-types.e2e.ts:56:9 › Event Types tests -- legacy › user › enabling recurring event comes with default options
page.click: Target closed
=========================== logs ===========================
waiting for locator('[data-testid=recurring-event-check]')
locator resolved to <button value="on" type="button" role="switch" aria-chec…>…</button>
attempting click action
waiting for element to be visible, enabled and stable
element is visible, enabled and stable
scrolling into view if needed
done scrolling
<div>…</div> from <div>…</div> subtree intercepts pointer events
retrying click action, attempt #1
waiting for element to be visible, enabled and stable
element was detached from the DOM, retrying
============================================================
61 | await page.click("[data-testid=verti***-tab-recurring]");
62 | await expect(page.locator("[data-testid=recurring-event-collapsible]")).toBeHidden();
> 63 | await page.click("[data-testid=recurring-event-check]");
| ^
64 | await expect(page.locator("[data-testid=recurring-event-collapsible]")).toBeVisible();
65 |
66 | expect(
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/event-types.e2e.ts:63:18
|
apps/web/playwright/event-types.e2e.ts#L1
3) [@***com/web] › apps/web/playwright/event-types.e2e.ts:56:9 › Event Types tests -- legacy › user › enabling recurring event comes with default options
Pending operations:
- page.click at apps/web/playwright/event-types.e2e.ts:63:18
|
apps/web/playwright/integrations-stripe.e2e.ts#L1
4) [@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:148:7 › Stripe integration skip true › Paid booking should be able to be rescheduled
Test timeout of 60000ms exceeded.
|
5 flaky
[@***com/web] › apps/web/playwright/event-types.e2e.ts:210:11 › Event Types tests -- future › user › Different Locations Tests › Can add Cal video location and book with it
[@***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/event-types.e2e.ts:56:9 › Event Types tests -- legacy › user › enabling recurring event comes with default options
[@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:148:7 › Stripe integration skip true › Paid booking should be able to be rescheduled
[@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:212:9 › Stripe integration skip true › When event is paid and confirmed › Paid and confirmed booking should be able to be rescheduled
9 skipped
89 passed (4.6m)
|
The logs for this run have expired and are no longer available.
Loading