All checks #493
Annotations
10 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#L129
1) [@***com/web] › apps/web/playwright/managed-event-types.e2e.ts:17:7 › Managed Event Types › Can create managed event type
locator.click: Target closed
=========================== logs ===========================
waiting for getByTestId('event-types').locator('a[title="managed"]')
============================================================
127 | await page.goto("/event-types");
128 |
> 129 | await page.getByTestId("event-types").locator('a[title="managed"]').click();
| ^
130 | await page.waitForURL("event-types/**");
131 |
132 | // Locked by default
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/managed-event-types.e2e.ts:129:75
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/managed-event-types.e2e.ts:125:5
|
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
Pending operations:
- apiRequestContext.post at apps/web/playwright/fixtures/users.ts:905:33
|
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
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
apps/web/playwright/managed-event-types.e2e.ts#L106
1) [@***com/web] › apps/web/playwright/managed-event-types.e2e.ts:17:7 › Managed Event Types › Can create managed event type
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 30000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for getByTestId('success-page')
- waiting for getByTestId('success-page')
104 | await bookTimeSlot(page);
105 |
> 106 | await expect(page.getByTestId("success-page")).toBeVisible();
| ^
107 | });
108 |
109 | await test.step("Managed event type has locked fields for added member", async () => {
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/managed-event-types.e2e.ts:106:54
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/managed-event-types.e2e.ts:91:5
|
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
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Pending operations:
- locator.click at apps/web/playwright/lib/testUtils.ts:102:75
|
apps/web/playwright/managedBooking/advancedOptions.e2e.ts#L3
2) [@***com/web] › apps/web/playwright/managedBooking/advancedOptions.e2e.ts:19:7 › Check advanced options in a managed team event type › Check advanced options in a managed team event type without 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:19:7 › Check advanced options in a managed team event type › Check advanced options in a managed team event type without offer seats
locator.click: Target closed
=========================== logs ===========================
waiting for locator('text="Cal Video (Global)"')
============================================================
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:19:7 › Check advanced options in a managed team event type › Check advanced options in a managed team event type without offer seats
Pending operations:
- locator.click at apps/web/playwright/managedBooking/advancedOptions.e2e.ts:14:51
|
apps/web/playwright/organization/booking.e2e.ts#L465
3) [@***com/web] › apps/web/playwright/organization/booking.e2e.ts:380:9 › Bookings › Inviting an existing user and then › create a booking on new link
page.goto: net::ERR_ABORTED at http://***:3000/john-1-1719425642582-example/30-min
=========================== logs ===========================
navigating to "http://***:3000/john-1-1719425642582-example/30-min", waiting until "load"
============================================================
463 | event: { slug: string; title: string };
464 | }) {
> 465 | await page.goto(`/${user.username}/${event.slug}`);
| ^
466 |
467 | await selectFirstAvailableTimeSlotNextMonth(page);
468 | await bookTimeSlot(page);
at bookUserEvent (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/booking.e2e.ts:465:14)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/booking.e2e.ts:427:19
at doOnOrgDomain (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/lib/testUtils.ts:365:3)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/booking.e2e.ts:421:9
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/booking.e2e.ts:420:7
|
4 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:19:7 › Check advanced options in a managed team event type › Check advanced options in a managed team event type without offer seats
[@***com/web] › apps/web/playwright/organization/booking.e2e.ts:380:9 › Bookings › Inviting an existing user and then › create a booking on new link
[@***com/web] › apps/web/playwright/organization/organization-invitation.e2e.ts:94:9 › Organization › Email not matching orgAutoAcceptEmail › nonexisting user invited to a Team inside organization
6 skipped
32 passed (2.9m)
|
The logs for this run have expired and are no longer available.
Loading