All checks #571
Annotations
6 errors and 1 notice
apps/web/playwright/event-types.e2e.ts#L1
1) [@***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
1) [@***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 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
1) [@***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/event-types.e2e.ts#L1
2) [@***com/web] › apps/web/playwright/event-types.e2e.ts:227:11 › Event Types tests -- legacy › 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 -- legacy › 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 -- legacy › 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
|
2 flaky
[@***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/event-types.e2e.ts:227:11 › Event Types tests -- legacy › user › Different Locations Tests › Can add Link Meeting as location and book with it
9 skipped
92 passed (2.7m)
|
The logs for this run have expired and are no longer available.
Loading