All checks #117
Annotations
5 errors and 1 notice
apps/web/playwright/managed-event-types.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/managed-event-types.e2e.ts:17:7 › Managed Event Types › Can create managed event type
Test timeout of 60000ms exceeded.
|
apps/web/playwright/managed-event-types.e2e.ts#L194
1) [@***com/web] › apps/web/playwright/managed-event-types.e2e.ts:17:7 › Managed Event Types › Can create managed event type
page.waitForURL: Navigation failed because page was closed!
=========================== logs ===========================
waiting for navigation to "event-types/**" until "load"
navigated to "http://***:3000/event-types"
============================================================
192 |
193 | await page.getByTestId("event-types").locator('a[title="Managed Event Title"]').click();
> 194 | await page.waitForURL("event-types/**");
| ^
195 |
196 | //match length
197 | expect(await page.locator("[data-testid=duration]").getAttribute("value")).toBe("45");
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/managed-event-types.e2e.ts:194:18
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/managed-event-types.e2e.ts:161:5
|
apps/web/playwright/managedBooking/advancedOptions.e2e.ts#L3
2) [@***com/web] › apps/web/playwright/managedBooking/advancedOptions.e2e.ts:31:7 › Check advanced options in a managed team event type › Check advanced options in a managed team event type with offer seats
Test timeout of 60000ms exceeded while running "beforeEach" hook.
1 | import { test } from "../lib/fixtures";
2 |
> 3 | test.beforeEach(async ({ page, users, bookingPage }) => {
| ^
4 | const teamEventTitle = "Test Managed Event Type";
5 | const userFixture = await users.create(
6 | { name: "testuser" },
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/managedBooking/advancedOptions.e2e.ts:3:6
|
apps/web/playwright/managedBooking/advancedOptions.e2e.ts#L14
2) [@***com/web] › apps/web/playwright/managedBooking/advancedOptions.e2e.ts:31:7 › Check advanced options in a managed team event type › Check advanced options in a managed team event type with offer seats
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 not stable - waiting...
element was detached from the DOM, retrying
============================================================
12 | await bookingPage.goToEventType(teamEventTitle);
13 | await page.getByTestId("location-select").click();
> 14 | await page.locator(`text="Cal Video (Global)"`).click();
| ^
15 | await bookingPage.goToTab("event_advanced_tab_title");
16 | });
17 |
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/managedBooking/advancedOptions.e2e.ts:14:51
|
apps/web/playwright/managedBooking/advancedOptions.e2e.ts#L1
2) [@***com/web] › apps/web/playwright/managedBooking/advancedOptions.e2e.ts:31:7 › Check advanced options in a managed team event type › Check advanced options in a managed team event type with offer seats
Pending operations:
- locator.click at apps/web/playwright/managedBooking/advancedOptions.e2e.ts:14:51
|
2 flaky
[@***com/web] › apps/web/playwright/managed-event-types.e2e.ts:17:7 › Managed Event Types › Can create managed event type
[@***com/web] › apps/web/playwright/managedBooking/advancedOptions.e2e.ts:31:7 › Check advanced options in a managed team event type › Check advanced options in a managed team event type with offer seats
6 skipped
34 passed (1.6m)
|
This job succeeded
Loading