All checks #390
all-checks.yml
on: merge_group
Annotations
51 errors, 133 warnings, and 7 notices
[@calcom/web] › apps/web/playwright/manage-booking-questions.e2e.ts:29:9 › Manage Booking Questions › For User EventType › Do a booking with a Address type question and verify a few thing in b/w:
apps/web/playwright/manage-booking-questions.e2e.ts#L351
1) [@***com/web] › apps/web/playwright/manage-booking-questions.e2e.ts:29:9 › Manage Booking Questions › For User EventType › Do a booking with a Address type question and verify a few thing in b/w
Error: Timed out 30000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for locator('[data-testid=success-page]')
- waiting for locator('[data-testid=success-page]')
349 | await formBuilderFieldLocator.locator('[name="how-are-you"]').fill("I am great!");
350 | await bookTimeSlot({ page, name: "Booker", email: "booker@example.com" });
> 351 | await expect(page.locator("[data-testid=success-page]")).toBeVisible();
| ^
352 |
353 | expect(
354 | await page.locator('[data-testid="field-response"][data-fob-field="how-are-you"]').innerText()
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/manage-booking-questions.e2e.ts:351:68
at doOnFreshPreview (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/manage-booking-questions.e2e.ts:581:3)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/manage-booking-questions.e2e.ts:339:14
at runTestStepsCommonForTeamAndUserEventType (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/manage-booking-questions.e2e.ts:338:5)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/manage-booking-questions.e2e.ts:47:7
|
[@calcom/web] › apps/web/playwright/manage-booking-questions.e2e.ts:29:9 › Manage Booking Questions › For User EventType › Do a booking with a Address type question and verify a few thing in b/w:
apps/web/playwright/manage-booking-questions.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/manage-booking-questions.e2e.ts:29:9 › Manage Booking Questions › For User EventType › Do a booking with a Address type question and verify a few thing in b/w
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test was interrupted.
|
[@calcom/web] › apps/web/playwright/manage-booking-questions.e2e.ts:95:9 › Manage Booking Questions › For User EventType › Split 'Full name' into 'First name' and 'Last name':
apps/web/playwright/manage-booking-questions.e2e.ts#L130
2) [@***com/web] › apps/web/playwright/manage-booking-questions.e2e.ts:95:9 › Manage Booking Questions › For User EventType › Split 'Full name' into 'First name' and 'Last name'
Error: Timed out 30000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for locator('[data-testid=success-page]')
- waiting for locator('[data-testid=success-page]')
128 | email: "booker@example.com",
129 | });
> 130 | await expect(page.locator("[data-testid=success-page]")).toBeVisible();
| ^
131 | expect(await page.locator('[data-testid="attendee-name-John Doe"]').nth(0).textContent()).toBe(
132 | "John Doe"
133 | );
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/manage-booking-questions.e2e.ts:130:68
at doOnFreshPreview (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/manage-booking-questions.e2e.ts:581:3)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/manage-booking-questions.e2e.ts:123:9
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/manage-booking-questions.e2e.ts:122:7
|
[@calcom/web] › apps/web/playwright/manage-booking-questions.e2e.ts:95:9 › Manage Booking Questions › For User EventType › Split 'Full name' into 'First name' and 'Last name':
apps/web/playwright/manage-booking-questions.e2e.ts#L130
2) [@***com/web] › apps/web/playwright/manage-booking-questions.e2e.ts:95:9 › Manage Booking Questions › For User EventType › Split 'Full name' into 'First name' and 'Last name'
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 30000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for locator('[data-testid=success-page]')
- waiting for locator('[data-testid=success-page]')
128 | email: "booker@example.com",
129 | });
> 130 | await expect(page.locator("[data-testid=success-page]")).toBeVisible();
| ^
131 | expect(await page.locator('[data-testid="attendee-name-John Doe"]').nth(0).textContent()).toBe(
132 | "John Doe"
133 | );
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/manage-booking-questions.e2e.ts:130:68
at doOnFreshPreview (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/manage-booking-questions.e2e.ts:581:3)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/manage-booking-questions.e2e.ts:123:9
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/manage-booking-questions.e2e.ts:122:7
|
[@calcom/web] › apps/web/playwright/manage-booking-questions.e2e.ts:95:9 › Manage Booking Questions › For User EventType › Split 'Full name' into 'First name' and 'Last name':
apps/web/playwright/manage-booking-questions.e2e.ts#L1
2) [@***com/web] › apps/web/playwright/manage-booking-questions.e2e.ts:95:9 › Manage Booking Questions › For User EventType › Split 'Full name' into 'First name' and 'Last name'
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test was interrupted.
|
[@calcom/web] › apps/web/playwright/manage-booking-questions.e2e.ts:229:9 › Manage Booking Questions › For Team EventType › Do a booking with a user added question and verify a few thing in b/w:
apps/web/playwright/manage-booking-questions.e2e.ts#L351
3) [@***com/web] › apps/web/playwright/manage-booking-questions.e2e.ts:229:9 › Manage Booking Questions › For Team EventType › Do a booking with a user added question and verify a few thing in b/w
Error: Timed out 30000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for locator('[data-testid=success-page]')
- waiting for locator('[data-testid=success-page]')
349 | await formBuilderFieldLocator.locator('[name="how-are-you"]').fill("I am great!");
350 | await bookTimeSlot({ page, name: "Booker", email: "booker@example.com" });
> 351 | await expect(page.locator("[data-testid=success-page]")).toBeVisible();
| ^
352 |
353 | expect(
354 | await page.locator('[data-testid="field-response"][data-fob-field="how-are-you"]').innerText()
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/manage-booking-questions.e2e.ts:351:68
at doOnFreshPreview (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/manage-booking-questions.e2e.ts:581:3)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/manage-booking-questions.e2e.ts:339:14
at runTestStepsCommonForTeamAndUserEventType (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/manage-booking-questions.e2e.ts:338:5)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/manage-booking-questions.e2e.ts:260:7
|
[@calcom/web] › apps/web/playwright/manage-booking-questions.e2e.ts:229:9 › Manage Booking Questions › For Team EventType › Do a booking with a user added question and verify a few thing in b/w:
apps/web/playwright/manage-booking-questions.e2e.ts#L1
3) [@***com/web] › apps/web/playwright/manage-booking-questions.e2e.ts:229:9 › Manage Booking Questions › For Team EventType › Do a booking with a user added question and verify a few thing in b/w
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test was interrupted.
|
[@calcom/web] › apps/web/playwright/managed-event-types.e2e.ts:17:7 › Managed Event Types › Can create managed event type:
apps/web/playwright/managed-event-types.e2e.ts#L106
4) [@***com/web] › apps/web/playwright/managed-event-types.e2e.ts:17:7 › Managed Event Types › Can create managed event type
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
|
[@calcom/web] › apps/web/playwright/managed-event-types.e2e.ts:17:7 › Managed Event Types › Can create managed event type:
apps/web/playwright/managed-event-types.e2e.ts#L1
4) [@***com/web] › apps/web/playwright/managed-event-types.e2e.ts:17:7 › Managed Event Types › Can create managed event type
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test was interrupted.
|
[@calcom/web] › apps/web/playwright/organization/booking.e2e.ts:37:9 › Bookings › Team Event › Can create a booking for Collective EventType:
apps/web/playwright/organization/booking.e2e.ts#L500
5) [@***com/web] › apps/web/playwright/organization/booking.e2e.ts:37:9 › Bookings › Team Event › Can create a booking for Collective EventType
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')
498 | await selectFirstAvailableTimeSlotNextMonth(page);
499 | await bookTimeSlot(page);
> 500 | await expect(page.getByTestId("success-page")).toBeVisible();
| ^
501 |
502 | // The title of the booking
503 | if (event.schedulingType === SchedulingType.ROUND_ROBIN) {
at bookTeamEvent (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/booking.e2e.ts:500:50)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/booking.e2e.ts:71:11
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:65:7
|
[@calcom/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:337:9 › Routing Forms › Seeded Routing Form › Test preview should return correct route:
packages/app-store/routing-forms/playwright/tests/basic.e2e.ts#L1
1) [@***com/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:337:9 › Routing Forms › Seeded Routing Form › Test preview should return correct route
Test timeout of 60000ms exceeded.
|
[@calcom/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:337:9 › Routing Forms › Seeded Routing Form › Test preview should return correct route:
packages/app-store/routing-forms/playwright/tests/basic.e2e.ts#L345
1) [@***com/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:337:9 › Routing Forms › Seeded Routing Form › Test preview should return correct route
page.fill: Target closed
=========================== logs ===========================
waiting for locator('[data-testid="form-field-Test field"]')
============================================================
343 |
344 | // //event redirect
> 345 | await page.fill('[data-testid="form-field-Test field"]', "event-routing");
| ^
346 | await page.click('[data-testid="test-routing"]');
347 | let routingType = await page.locator('[data-testid="test-routing-result-type"]').innerText();
348 | let route = await page.locator('[data-testid="test-routing-result"]').innerText();
at /home/runner/actions-runner/_work/***.com/***.com/packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:345:18
|
[@calcom/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:337:9 › Routing Forms › Seeded Routing Form › Test preview should return correct route:
packages/app-store/routing-forms/playwright/tests/basic.e2e.ts#L1
1) [@***com/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:337:9 › Routing Forms › Seeded Routing Form › Test preview should return correct route
Pending operations:
- page.fill at packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:345:18
|
[@calcom/web] › apps/web/playwright/reschedule.e2e.ts:274:7 › Reschedule Tests › Should load Valid Cal video url after rescheduling Opt in events:
apps/web/playwright/reschedule.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/reschedule.e2e.ts:274:7 › Reschedule Tests › Should load Valid Cal video url after rescheduling Opt in events
Test timeout of 60000ms exceeded.
|
[@calcom/web] › apps/web/playwright/reschedule.e2e.ts:274:7 › Reschedule Tests › Should load Valid Cal video url after rescheduling Opt in events:
apps/web/playwright/reschedule.e2e.ts#L288
1) [@***com/web] › apps/web/playwright/reschedule.e2e.ts:274:7 › Reschedule Tests › Should load Valid Cal video url after rescheduling Opt in events
locator.waitFor: Target closed
=========================== logs ===========================
waiting for getByTestId('toast-success') to be visible
============================================================
286 | const elem = await page.locator(`[data-bookingid="${bookingId}"][data-testid="confirm"]`);
287 | await elem.click();
> 288 | await page.getByTestId("toast-success").waitFor();
| ^
289 | await user.logout();
290 | };
291 |
at confirmBooking (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/reschedule.e2e.ts:288:47)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/reschedule.e2e.ts:305:7
|
[@calcom/web] › apps/web/playwright/reschedule.e2e.ts:274:7 › Reschedule Tests › Should load Valid Cal video url after rescheduling Opt in events:
apps/web/playwright/reschedule.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/reschedule.e2e.ts:274:7 › Reschedule Tests › Should load Valid Cal video url after rescheduling Opt in events
Pending operations:
- locator.waitFor at apps/web/playwright/reschedule.e2e.ts:288:47
|
[@calcom/web] › apps/web/playwright/reschedule.e2e.ts:274:7 › Reschedule Tests › Should load Valid Cal video url after rescheduling Opt in events:
apps/web/playwright/reschedule.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/reschedule.e2e.ts:274:7 › Reschedule Tests › Should load Valid Cal video url after rescheduling Opt in events
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test was interrupted.
|
[@calcom/web] › apps/web/playwright/teams.e2e.ts:84:7 › Teams - NonOrg -- future › Can create a booking for Collective EventType:
apps/web/playwright/teams.e2e.ts#L106
2) [@***com/web] › apps/web/playwright/teams.e2e.ts:84:7 › Teams - NonOrg -- future › Can create a booking for Collective EventType
Error: Timed out 30000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for locator('[data-testid=success-page]')
- waiting for locator('[data-testid=success-page]')
104 | await selectFirstAvailableTimeSlotNextMonth(page);
105 | await bookTimeSlot(page);
> 106 | await expect(page.locator("[data-testid=success-page]")).toBeVisible();
| ^
107 |
108 | // The title of the booking
109 | const BookingTitle = `${teamEventTitle} between ${team.name} and ${testName}`;
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/teams.e2e.ts:106:62
|
[@calcom/web] › apps/web/playwright/teams.e2e.ts:84:7 › Teams - NonOrg -- future › Can create a booking for Collective EventType:
apps/web/playwright/teams.e2e.ts#L106
2) [@***com/web] › apps/web/playwright/teams.e2e.ts:84:7 › Teams - NonOrg -- future › Can create a booking for Collective EventType
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 30000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for locator('[data-testid=success-page]')
- waiting for locator('[data-testid=success-page]')
104 | await selectFirstAvailableTimeSlotNextMonth(page);
105 | await bookTimeSlot(page);
> 106 | await expect(page.locator("[data-testid=success-page]")).toBeVisible();
| ^
107 |
108 | // The title of the booking
109 | const BookingTitle = `${teamEventTitle} between ${team.name} and ${testName}`;
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/teams.e2e.ts:106:62
|
[@calcom/web] › apps/web/playwright/teams.e2e.ts:84:7 › Teams - NonOrg -- future › Can create a booking for Collective EventType:
apps/web/playwright/teams.e2e.ts#L1
2) [@***com/web] › apps/web/playwright/teams.e2e.ts:84:7 › Teams - NonOrg -- future › Can create a booking for Collective EventType
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test was interrupted.
|
[@calcom/web] › apps/web/playwright/teams.e2e.ts:122:7 › Teams - NonOrg -- future › Can create a booking for Round Robin EventType:
apps/web/playwright/teams.e2e.ts#L144
3) [@***com/web] › apps/web/playwright/teams.e2e.ts:122:7 › Teams - NonOrg -- future › Can create a booking for Round Robin EventType
Error: Timed out 30000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for locator('[data-testid=success-page]')
- waiting for locator('[data-testid=success-page]')
142 | await selectFirstAvailableTimeSlotNextMonth(page);
143 | await bookTimeSlot(page);
> 144 | await expect(page.locator("[data-testid=success-page]")).toBeVisible();
| ^
145 |
146 | // The person who booked the meeting should be in the attendee list
147 | await expect(page.locator(`[data-testid="attendee-name-${testName}"]`)).toHaveText(testName);
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/teams.e2e.ts:144:62
|
[@calcom/web] › apps/web/playwright/teams.e2e.ts:122:7 › Teams - NonOrg -- future › Can create a booking for Round Robin EventType:
apps/web/playwright/teams.e2e.ts#L144
3) [@***com/web] › apps/web/playwright/teams.e2e.ts:122:7 › Teams - NonOrg -- future › Can create a booking for Round Robin EventType
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 30000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for locator('[data-testid=success-page]')
- waiting for locator('[data-testid=success-page]')
142 | await selectFirstAvailableTimeSlotNextMonth(page);
143 | await bookTimeSlot(page);
> 144 | await expect(page.locator("[data-testid=success-page]")).toBeVisible();
| ^
145 |
146 | // The person who booked the meeting should be in the attendee list
147 | await expect(page.locator(`[data-testid="attendee-name-${testName}"]`)).toHaveText(testName);
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/teams.e2e.ts:144:62
|
[@calcom/web] › apps/web/playwright/teams.e2e.ts:122:7 › Teams - NonOrg -- future › Can create a booking for Round Robin EventType:
apps/web/playwright/teams.e2e.ts#L1
3) [@***com/web] › apps/web/playwright/teams.e2e.ts:122:7 › Teams - NonOrg -- future › Can create a booking for Round Robin EventType
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test was interrupted.
|
[@calcom/web] › apps/web/playwright/dynamic-booking-pages.e2e.ts:15:5 › dynamic booking:
apps/web/playwright/dynamic-booking-pages.e2e.ts#L30
1) [@***com/web] › apps/web/playwright/dynamic-booking-pages.e2e.ts:15:5 › dynamic booking ───────
Error: Timed out 30000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for locator('[data-testid=success-page]')
- waiting for locator('[data-testid=success-page]')
28 | await bookTimeSlot(page);
29 |
> 30 | await expect(page.locator("[data-testid=success-page]")).toBeVisible();
| ^
31 | });
32 |
33 | await test.step("can reschedule a booking", async () => {
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/dynamic-booking-pages.e2e.ts:30:62
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/dynamic-booking-pages.e2e.ts:22:3
|
[@calcom/web] › apps/web/playwright/dynamic-booking-pages.e2e.ts:15:5 › dynamic booking:
apps/web/playwright/dynamic-booking-pages.e2e.ts#L30
1) [@***com/web] › apps/web/playwright/dynamic-booking-pages.e2e.ts:15:5 › dynamic booking ───────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 30000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for locator('[data-testid=success-page]')
- waiting for locator('[data-testid=success-page]')
28 | await bookTimeSlot(page);
29 |
> 30 | await expect(page.locator("[data-testid=success-page]")).toBeVisible();
| ^
31 | });
32 |
33 | await test.step("can reschedule a booking", async () => {
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/dynamic-booking-pages.e2e.ts:30:62
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/dynamic-booking-pages.e2e.ts:22:3
|
[@calcom/web] › apps/web/playwright/dynamic-booking-pages.e2e.ts:15:5 › dynamic booking:
apps/web/playwright/dynamic-booking-pages.e2e.ts#L30
1) [@***com/web] › apps/web/playwright/dynamic-booking-pages.e2e.ts:15:5 › dynamic booking ───────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 30000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for locator('[data-testid=success-page]')
- waiting for locator('[data-testid=success-page]')
28 | await bookTimeSlot(page);
29 |
> 30 | await expect(page.locator("[data-testid=success-page]")).toBeVisible();
| ^
31 | });
32 |
33 | await test.step("can reschedule a booking", async () => {
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/dynamic-booking-pages.e2e.ts:30:62
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/dynamic-booking-pages.e2e.ts:22:3
|
[@calcom/web] › apps/web/playwright/dynamic-booking-pages.e2e.ts:110:7 › Organization: › Can book a time slot for an organization:
apps/web/playwright/dynamic-booking-pages.e2e.ts#L137
2) [@***com/web] › apps/web/playwright/dynamic-booking-pages.e2e.ts:110:7 › Organization: › Can book a time slot for an organization
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')
135 | title: "Test meeting",
136 | });
> 137 | await expect(page.getByTestId("success-page")).toBeVisible();
| ^
138 | // All the teammates should be in the booking
139 | // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
140 | await expect(page.getByText(user1.name!, { exact: true })).toBeVisible();
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/dynamic-booking-pages.e2e.ts:137:56
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/dynamic-booking-pages.e2e.ts:126:5
|
[@calcom/web] › apps/web/playwright/dynamic-booking-pages.e2e.ts:110:7 › Organization: › Can book a time slot for an organization:
apps/web/playwright/dynamic-booking-pages.e2e.ts#L137
2) [@***com/web] › apps/web/playwright/dynamic-booking-pages.e2e.ts:110:7 › Organization: › Can book a time slot for an organization
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')
135 | title: "Test meeting",
136 | });
> 137 | await expect(page.getByTestId("success-page")).toBeVisible();
| ^
138 | // All the teammates should be in the booking
139 | // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
140 | await expect(page.getByText(user1.name!, { exact: true })).toBeVisible();
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/dynamic-booking-pages.e2e.ts:137:56
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/dynamic-booking-pages.e2e.ts:126:5
|
[@calcom/web] › apps/web/playwright/dynamic-booking-pages.e2e.ts:110:7 › Organization: › Can book a time slot for an organization:
apps/web/playwright/dynamic-booking-pages.e2e.ts#L137
2) [@***com/web] › apps/web/playwright/dynamic-booking-pages.e2e.ts:110:7 › Organization: › Can book a time slot for an organization
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
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')
135 | title: "Test meeting",
136 | });
> 137 | await expect(page.getByTestId("success-page")).toBeVisible();
| ^
138 | // All the teammates should be in the booking
139 | // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
140 | await expect(page.getByText(user1.name!, { exact: true })).toBeVisible();
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/dynamic-booking-pages.e2e.ts:137:56
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/dynamic-booking-pages.e2e.ts:126:5
|
[@calcom/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:
apps/web/playwright/event-types.e2e.ts#L223
3) [@***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
Error: Timed out 30000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for locator('[data-testid=success-page]')
- waiting for locator('[data-testid=success-page]')
221 | await bookTimeSlot(page);
222 |
> 223 | await expect(page.locator("[data-testid=success-page]")).toBeVisible();
| ^
224 | await expect(page.locator("[data-testid=where] ")).toContainText("Cal Video");
225 | });
226 |
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/event-types.e2e.ts:223:66
|
[@calcom/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:
apps/web/playwright/event-types.e2e.ts#L223
3) [@***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
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 30000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for locator('[data-testid=success-page]')
- waiting for locator('[data-testid=success-page]')
221 | await bookTimeSlot(page);
222 |
> 223 | await expect(page.locator("[data-testid=success-page]")).toBeVisible();
| ^
224 | await expect(page.locator("[data-testid=where] ")).toContainText("Cal Video");
225 | });
226 |
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/event-types.e2e.ts:223:66
|
[@calcom/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:
apps/web/playwright/event-types.e2e.ts#L223
4) [@***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
Error: Timed out 30000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for locator('[data-testid=success-page]')
- waiting for locator('[data-testid=success-page]')
221 | await bookTimeSlot(page);
222 |
> 223 | await expect(page.locator("[data-testid=success-page]")).toBeVisible();
| ^
224 | await expect(page.locator("[data-testid=where] ")).toContainText("Cal Video");
225 | });
226 |
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/event-types.e2e.ts:223:66
|
[@calcom/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:
apps/web/playwright/event-types.e2e.ts#L1
4) [@***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
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test was interrupted.
|
[@calcom/web] › apps/web/playwright/booking-limits.e2e.ts:299:9 › Duration limits › day:
apps/web/playwright/booking-limits.e2e.ts#L333
1) [@***com/web] › apps/web/playwright/booking-limits.e2e.ts:299:9 › Duration limits › day ───────
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')
331 | slotUrl = page.url();
332 |
> 333 | await expect(page.getByTestId("success-page")).toBeVisible();
| ^
334 |
335 | await page.goto(monthUrl);
336 | }
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/booking-limits.e2e.ts:333:58
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/booking-limits.e2e.ts:324:7
|
[@calcom/web] › apps/web/playwright/booking-limits.e2e.ts:299:9 › Duration limits › day:
apps/web/playwright/booking-limits.e2e.ts#L333
1) [@***com/web] › apps/web/playwright/booking-limits.e2e.ts:299:9 › Duration limits › day ───────
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')
331 | slotUrl = page.url();
332 |
> 333 | await expect(page.getByTestId("success-page")).toBeVisible();
| ^
334 |
335 | await page.goto(monthUrl);
336 | }
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/booking-limits.e2e.ts:333:58
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/booking-limits.e2e.ts:324:7
|
[@calcom/web] › apps/web/playwright/booking-limits.e2e.ts:299:9 › Duration limits › day:
apps/web/playwright/booking-limits.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/booking-limits.e2e.ts:299:9 › Duration limits › day ───────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test was interrupted.
|
[@calcom/web] › apps/web/playwright/booking-limits.e2e.ts:299:9 › Duration limits › week:
apps/web/playwright/booking-limits.e2e.ts#L333
2) [@***com/web] › apps/web/playwright/booking-limits.e2e.ts:299:9 › Duration limits › week ──────
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')
331 | slotUrl = page.url();
332 |
> 333 | await expect(page.getByTestId("success-page")).toBeVisible();
| ^
334 |
335 | await page.goto(monthUrl);
336 | }
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/booking-limits.e2e.ts:333:58
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/booking-limits.e2e.ts:324:7
|
[@calcom/web] › apps/web/playwright/booking-limits.e2e.ts:299:9 › Duration limits › week:
apps/web/playwright/booking-limits.e2e.ts#L333
2) [@***com/web] › apps/web/playwright/booking-limits.e2e.ts:299:9 › Duration limits › week ──────
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')
331 | slotUrl = page.url();
332 |
> 333 | await expect(page.getByTestId("success-page")).toBeVisible();
| ^
334 |
335 | await page.goto(monthUrl);
336 | }
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/booking-limits.e2e.ts:333:58
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/booking-limits.e2e.ts:324:7
|
[@calcom/web] › apps/web/playwright/booking-limits.e2e.ts:299:9 › Duration limits › month:
apps/web/playwright/booking-limits.e2e.ts#L333
3) [@***com/web] › apps/web/playwright/booking-limits.e2e.ts:299:9 › Duration limits › month ─────
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')
331 | slotUrl = page.url();
332 |
> 333 | await expect(page.getByTestId("success-page")).toBeVisible();
| ^
334 |
335 | await page.goto(monthUrl);
336 | }
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/booking-limits.e2e.ts:333:58
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/booking-limits.e2e.ts:324:7
|
[@calcom/web] › apps/web/playwright/booking-limits.e2e.ts:299:9 › Duration limits › month:
apps/web/playwright/booking-limits.e2e.ts#L1
3) [@***com/web] › apps/web/playwright/booking-limits.e2e.ts:299:9 › Duration limits › month ─────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test was interrupted.
|
[@calcom/web] › apps/web/playwright/booking-limits.e2e.ts:299:9 › Duration limits › year:
apps/web/playwright/booking-limits.e2e.ts#L333
4) [@***com/web] › apps/web/playwright/booking-limits.e2e.ts:299:9 › Duration limits › year ──────
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')
331 | slotUrl = page.url();
332 |
> 333 | await expect(page.getByTestId("success-page")).toBeVisible();
| ^
334 |
335 | await page.goto(monthUrl);
336 | }
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/booking-limits.e2e.ts:333:58
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/booking-limits.e2e.ts:324:7
|
[@calcom/web] › apps/web/playwright/booking-limits.e2e.ts:299:9 › Duration limits › year:
apps/web/playwright/booking-limits.e2e.ts#L1
4) [@***com/web] › apps/web/playwright/booking-limits.e2e.ts:299:9 › Duration limits › year ──────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test was interrupted.
|
[@calcom/web] › apps/web/playwright/booking-limits.e2e.ts:379:7 › Duration limits › multiple:
apps/web/playwright/booking-limits.e2e.ts#L428
5) [@***com/web] › apps/web/playwright/booking-limits.e2e.ts:379:7 › Duration limits › multiple ──
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')
426 | slotUrl = page.url();
427 |
> 428 | await expect(page.getByTestId("success-page")).toBeVisible();
| ^
429 |
430 | await page.goto(monthUrl);
431 | }
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/booking-limits.e2e.ts:428:58
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/booking-limits.e2e.ts:418:7
|
[@calcom/embed-core] › packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:57:7 › Popup Tests › should open embed iframe on click - Configured with light theme:
packages/embeds/embed-core/playwright/tests/action-based.e2e.ts#L66
1) [@***com/embed-core] › packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:57:7 › Popup Tests › should open embed iframe on click - Configured with light theme
Error: Expected to provide an iframe, got null
64 | const embedIframe = await getEmbedIframe({ ***Namespace, page, pathname: "/free" });
65 |
> 66 | await expect(embedIframe).toBeEmbedCalLink(***Namespace, embeds.getActionFiredDetails, {
| ^
67 | pathname: "/free",
68 | });
69 | // expect(await page.screenshot()).toMatchSnapshot("event-types-list.png");
at /home/runner/actions-runner/_work/***.com/***.com/packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:66:31
|
[@calcom/embed-core] › packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:57:7 › Popup Tests › should open embed iframe on click - Configured with light theme:
packages/embeds/embed-core/playwright/lib/testUtils.ts#L143
1) [@***com/embed-core] › packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:57:7 › Popup Tests › should open embed iframe on click - Configured with light theme
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 30000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for locator('[data-testid=success-page]')
- waiting for locator('[data-testid=success-page]')
at packages/embeds/embed-core/playwright/lib/testUtils.ts:143
141 |
142 | // Make sure we're navigated to the success page
> 143 | await expect(frame.locator("[data-testid=success-page]")).toBeVisible();
| ^
144 | // expect(await page.screenshot()).toMatchSnapshot("success-page.png");
145 |
146 | return booking;
at bookFirstEvent (/home/runner/actions-runner/_work/***.com/***.com/packages/embeds/embed-core/playwright/lib/testUtils.ts:143:61)
at /home/runner/actions-runner/_work/***.com/***.com/packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:73:32
|
[@calcom/embed-core] › packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:57:7 › Popup Tests › should open embed iframe on click - Configured with light theme:
packages/embeds/embed-core/playwright/lib/testUtils.ts#L143
1) [@***com/embed-core] › packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:57:7 › Popup Tests › should open embed iframe on click - Configured with light theme
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 30000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for locator('[data-testid=success-page]')
- waiting for locator('[data-testid=success-page]')
at packages/embeds/embed-core/playwright/lib/testUtils.ts:143
141 |
142 | // Make sure we're navigated to the success page
> 143 | await expect(frame.locator("[data-testid=success-page]")).toBeVisible();
| ^
144 | // expect(await page.screenshot()).toMatchSnapshot("success-page.png");
145 |
146 | return booking;
at bookFirstEvent (/home/runner/actions-runner/_work/***.com/***.com/packages/embeds/embed-core/playwright/lib/testUtils.ts:143:61)
at /home/runner/actions-runner/_work/***.com/***.com/packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:73:32
|
[@calcom/embed-core] › packages/embeds/embed-core/playwright/tests/inline.e2e.ts:8:7 › Inline Iframe › Inline Iframe - Configured with Dark Theme:
packages/embeds/embed-core/playwright/lib/testUtils.ts#L143
2) [@***com/embed-core] › packages/embeds/embed-core/playwright/tests/inline.e2e.ts:8:7 › Inline Iframe › Inline Iframe - Configured with Dark Theme
Error: Timed out 30000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for locator('[data-testid=success-page]')
- waiting for locator('[data-testid=success-page]')
at packages/embeds/embed-core/playwright/lib/testUtils.ts:143
141 |
142 | // Make sure we're navigated to the success page
> 143 | await expect(frame.locator("[data-testid=success-page]")).toBeVisible();
| ^
144 | // expect(await page.screenshot()).toMatchSnapshot("success-page.png");
145 |
146 | return booking;
at bookFirstEvent (/home/runner/actions-runner/_work/***.com/***.com/packages/embeds/embed-core/playwright/lib/testUtils.ts:143:61)
at /home/runner/actions-runner/_work/***.com/***.com/packages/embeds/embed-core/playwright/tests/inline.e2e.ts:27:5
|
[@calcom/embed-core] › packages/embeds/embed-core/playwright/tests/inline.e2e.ts:8:7 › Inline Iframe › Inline Iframe - Configured with Dark Theme:
packages/embeds/embed-core/playwright/lib/testUtils.ts#L143
2) [@***com/embed-core] › packages/embeds/embed-core/playwright/tests/inline.e2e.ts:8:7 › Inline Iframe › Inline Iframe - Configured with Dark Theme
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 30000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for locator('[data-testid=success-page]')
- waiting for locator('[data-testid=success-page]')
at packages/embeds/embed-core/playwright/lib/testUtils.ts:143
141 |
142 | // Make sure we're navigated to the success page
> 143 | await expect(frame.locator("[data-testid=success-page]")).toBeVisible();
| ^
144 | // expect(await page.screenshot()).toMatchSnapshot("success-page.png");
145 |
146 | return booking;
at bookFirstEvent (/home/runner/actions-runner/_work/***.com/***.com/packages/embeds/embed-core/playwright/lib/testUtils.ts:143:61)
at /home/runner/actions-runner/_work/***.com/***.com/packages/embeds/embed-core/playwright/tests/inline.e2e.ts:27:5
|
[@calcom/embed-core] › packages/embeds/embed-core/playwright/tests/inline.e2e.ts:8:7 › Inline Iframe › Inline Iframe - Configured with Dark Theme:
packages/embeds/embed-core/playwright/lib/testUtils.ts#L143
2) [@***com/embed-core] › packages/embeds/embed-core/playwright/tests/inline.e2e.ts:8:7 › Inline Iframe › Inline Iframe - Configured with Dark Theme
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 30000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for locator('[data-testid=success-page]')
- waiting for locator('[data-testid=success-page]')
at packages/embeds/embed-core/playwright/lib/testUtils.ts:143
141 |
142 | // Make sure we're navigated to the success page
> 143 | await expect(frame.locator("[data-testid=success-page]")).toBeVisible();
| ^
144 | // expect(await page.screenshot()).toMatchSnapshot("success-page.png");
145 |
146 | return booking;
at bookFirstEvent (/home/runner/actions-runner/_work/***.com/***.com/packages/embeds/embed-core/playwright/lib/testUtils.ts:143:61)
at /home/runner/actions-runner/_work/***.com/***.com/packages/embeds/embed-core/playwright/tests/inline.e2e.ts:27:5
|
Tests / E2E Embed Core
Process completed with exit code 1.
|
required
Process completed with exit code 1.
|
apps/web/lib/apps/[slug]/getStaticProps.tsx#L13
[@typescript-eslint/no-unused-vars] 'md' is assigned a value but never used. Allowed unused vars must match /^_/u.
|
apps/web/playwright/teams.e2e.ts#L202
[playwright/no-skipped-test] Unexpected use of the `.skip()` annotation.
|
apps/web/lib/orgMigration.test.ts#L1001
[@calcom/eslint/no-prisma-include-true] Do not pass argument object with include: { AnyPropertyName: true } to prisma methods
|
apps/web/playwright/teams.e2e.ts#L205
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
|
apps/web/lib/orgMigration.test.ts#L1082
[@calcom/eslint/no-prisma-include-true] Do not pass argument object with include: { AnyPropertyName: true } to prisma methods
|
apps/web/playwright/webhook.e2e.ts#L489
[@calcom/eslint/no-prisma-include-true] Do not pass argument object with include: { AnyPropertyName: true } to prisma methods
|
apps/web/lib/orgMigration.test.ts#L1154
[@calcom/eslint/no-prisma-include-true] Do not pass argument object with include: { AnyPropertyName: true } to prisma methods
|
apps/web/test/lib/team-event-types.test.ts#L79
[@typescript-eslint/no-unused-vars] 'test' is assigned a value but never used. Allowed unused vars must match /^_/u.
|
apps/web/lib/orgMigration.test.ts#L1265
[@calcom/eslint/no-prisma-include-true] Do not pass argument object with include: { AnyPropertyName: true } to prisma methods
|
apps/web/test/utils/bookingScenario/bookingScenario.ts#L139
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
apps/web/lib/orgMigration.test.ts#L1304
[@calcom/eslint/no-prisma-include-true] Do not pass argument object with include: { AnyPropertyName: true } to prisma methods
|
apps/web/test/utils/bookingScenario/bookingScenario.ts#L211
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
apps/web/lib/orgMigration.test.ts#L1353
[@calcom/eslint/no-prisma-include-true] Do not pass argument object with include: { AnyPropertyName: true } to prisma methods
|
apps/web/test/utils/bookingScenario/bookingScenario.ts#L220
[@calcom/eslint/no-prisma-include-true] Do not pass argument object with include: { AnyPropertyName: true } to prisma methods
|
apps/web/lib/orgMigration.ts#L261
[@calcom/eslint/no-prisma-include-true] Do not pass argument object with include: { AnyPropertyName: true } to prisma methods
|
apps/web/test/utils/bookingScenario/bookingScenario.ts#L221
[@calcom/eslint/no-prisma-include-true] Do not pass argument object with include: { AnyPropertyName: true } to prisma methods
|
packages/app-store/_utils/getCrm.ts#L7
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
packages/app-store/_utils/getCrm.ts#L7
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
apps/web/test/utils/bookingScenario/bookingScenario.ts#L222
[@calcom/eslint/no-prisma-include-true] Do not pass argument object with include: { AnyPropertyName: true } to prisma methods
|
apps/web/lib/orgMigration.ts#L377
[@calcom/eslint/no-prisma-include-true] Do not pass argument object with include: { AnyPropertyName: true } to prisma methods
|
packages/app-store/_utils/useAddAppMutation.ts#L30
[@typescript-eslint/no-unused-vars] 'useAddAppMutationVariables' is defined but never used. Allowed unused vars must match /^_/u.
|
apps/web/test/utils/bookingScenario/bookingScenario.ts#L223
[@calcom/eslint/no-prisma-include-true] Do not pass argument object with include: { AnyPropertyName: true } to prisma methods
|
apps/web/lib/team/[slug]/[type]/getServerSideProps.tsx#L26
[@typescript-eslint/no-unused-vars] 'queryDuration' is assigned a value but never used. Allowed unused vars must match /^_/u.
|
packages/app-store/googlecalendar/tests/google-calendar.e2e.ts#L25
[playwright/no-skipped-test] Unexpected use of the `.skip()` annotation.
|
apps/web/test/utils/bookingScenario/bookingScenario.ts#L362
[@calcom/eslint/no-prisma-include-true] Do not pass argument object with include: { AnyPropertyName: true } to prisma methods
|
apps/web/middleware.ts#L14
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
packages/app-store/googlecalendar/tests/google-calendar.e2e.ts#L38
[playwright/no-skipped-test] Unexpected use of the `.skip()` annotation.
|
apps/web/test/utils/bookingScenario/bookingScenario.ts#L363
[@calcom/eslint/no-prisma-include-true] Do not pass argument object with include: { AnyPropertyName: true } to prisma methods
|
apps/web/modules/event-types/views/event-types-single-view.tsx#L433
[react-hooks/exhaustive-deps] React Hook useEffect has missing dependencies: 'eventType.assignAllTeamMembers', 'eventType.children', 'eventType.hosts', 'eventType.schedulingType', and 'team'. Either include them or remove the dependency array.
|
packages/app-store/googlecalendar/tests/google-calendar.e2e.ts#L41
[playwright/no-skipped-test] Unexpected use of the `.skip()` annotation.
|
apps/web/test/utils/bookingScenario/bookingScenario.ts#L496
[@calcom/eslint/no-prisma-include-true] Do not pass argument object with include: { AnyPropertyName: true } to prisma methods
|
packages/app-store/googlecalendar/tests/google-calendar.e2e.ts#L42
[playwright/no-skipped-test] Unexpected use of the `.skip()` annotation.
|
apps/web/modules/videos/ai/ai-transcribe.tsx#L10
[@typescript-eslint/no-unused-vars] 't' is assigned a value but never used. Allowed unused vars must match /^_/u.
|
apps/web/test/utils/bookingScenario/bookingScenario.ts#L497
[@calcom/eslint/no-prisma-include-true] Do not pass argument object with include: { AnyPropertyName: true } to prisma methods
|
packages/app-store/googlecalendar/tests/google-calendar.e2e.ts#L60
[playwright/no-skipped-test] Unexpected use of the `.skip()` annotation.
|
apps/web/modules/videos/ai/ai-transcribe.tsx#L27
[@typescript-eslint/no-unused-vars] 'ev' is defined but never used. Allowed unused args must match /^_/u.
|
apps/web/test/utils/bookingScenario/bookingScenario.ts#L498
[@calcom/eslint/no-prisma-include-true] Do not pass argument object with include: { AnyPropertyName: true } to prisma methods
|
packages/app-store/googlecalendar/tests/google-calendar.e2e.ts#L72
[playwright/no-skipped-test] Unexpected use of the `.skip()` annotation.
|
apps/web/modules/videos/ai/ai-transcribe.tsx#L38
[@typescript-eslint/no-unused-vars] 'ev' is defined but never used. Allowed unused args must match /^_/u.
|
apps/web/test/utils/bookingScenario/bookingScenario.ts#L501
[@calcom/eslint/no-prisma-include-true] Do not pass argument object with include: { AnyPropertyName: true } to prisma methods
|
packages/app-store/googlecalendar/tests/google-calendar.e2e.ts#L77
[playwright/no-skipped-test] Unexpected use of the `.skip()` annotation.
|
apps/web/pages/api/auth/two-factor/totp/disable.ts#L26
[@calcom/eslint/no-prisma-include-true] Do not pass argument object with include: { AnyPropertyName: true } to prisma methods
|
packages/app-store/googlecalendar/tests/google-calendar.e2e.ts#L104
[playwright/no-skipped-test] Unexpected use of the `.skip()` annotation.
|
apps/web/test/utils/bookingScenario/bookingScenario.ts#L504
[@calcom/eslint/no-prisma-include-true] Do not pass argument object with include: { AnyPropertyName: true } to prisma methods
|
apps/web/pages/api/auth/two-factor/totp/setup.ts#L28
[@calcom/eslint/no-prisma-include-true] Do not pass argument object with include: { AnyPropertyName: true } to prisma methods
|
packages/app-store/googlecalendar/tests/testUtils.ts#L110
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
apps/web/test/utils/bookingScenario/bookingScenario.ts#L663
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
apps/web/pages/apps/installation/[[...step]].tsx#L126
[react-hooks/exhaustive-deps] React Hook useEffect has a missing dependency: 'formMethods'. Either include it or remove the dependency array.
|
packages/app-store/hubspot/lib/CrmService.ts#L25
[@typescript-eslint/no-unused-vars] 'CustomPublicObjectInput' is defined but never used. Allowed unused vars must match /^_/u.
|
apps/web/test/utils/bookingScenario/bookingScenario.ts#L1535
[@typescript-eslint/no-unused-vars] 'app' is assigned a value but never used. Allowed unused vars must match /^_/u.
|
packages/app-store/jelly/lib/VideoApiAdapter.ts#L11
[@typescript-eslint/no-unused-vars] 'event' is defined but never used. Allowed unused args must match /^_/u.
|
apps/web/pages/settings/my-account/calendars.tsx#L12
[@typescript-eslint/no-unused-vars] 'SkeletonLoader' is assigned a value but never used. Allowed unused vars must match /^_/u.
|
apps/web/test/utils/bookingScenario/expects.ts#L174
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
|
packages/app-store/jelly/lib/VideoApiAdapter.ts#L32
[@typescript-eslint/no-unused-vars] 'event' is defined but never used. Allowed unused args must match /^_/u.
|
apps/web/pages/settings/my-account/profile.tsx#L507
[@typescript-eslint/no-unused-vars] 'isFallbackImg' is defined but never used. Allowed unused args must match /^_/u.
|
apps/web/test/utils/bookingScenario/expects.ts#L390
[@calcom/eslint/no-prisma-include-true] Do not pass argument object with include: { AnyPropertyName: true } to prisma methods
|
packages/app-store/jelly/lib/VideoApiAdapter.ts#L41
[@typescript-eslint/no-unused-vars] 'uid' is defined but never used. Allowed unused args must match /^_/u.
|
apps/web/test/utils/bookingScenario/expects.ts#L773
[@typescript-eslint/no-unused-vars] 'organizer' is defined but never used. Allowed unused args must match /^_/u.
|
apps/web/pages/settings/my-account/profile.tsx#L509
[@typescript-eslint/no-unused-vars] 'userOrganization' is defined but never used. Allowed unused args must match /^_/u.
|
packages/app-store/jelly/lib/VideoApiAdapter.ts#L45
[@typescript-eslint/no-unused-vars] 'dateFrom' is defined but never used. Allowed unused args must match /^_/u.
|
packages/app-store/jelly/lib/VideoApiAdapter.ts#L45
[@typescript-eslint/no-unused-vars] 'dateTo' is defined but never used. Allowed unused args must match /^_/u.
|
apps/web/pages/settings/organizations/new/index.tsx#L13
[@typescript-eslint/no-unused-vars] 'querySlug' is defined but never used. Allowed unused args must match /^_/u.
|
packages/app-store/paypal/components/EventTypeAppSettingsInterface.tsx#L35
[@typescript-eslint/no-unused-vars] 'setRequirePayment' is assigned a value but never used. Allowed unused elements of array destructuring patterns must match /^_/u.
|
apps/web/pages/settings/platform/oauth-clients/[clientId]/edit/index.tsx#L52
[@typescript-eslint/no-unused-vars] 'userPermissions' is assigned a value but never used. Allowed unused vars must match /^_/u.
|
packages/app-store/paypal/components/EventTypeAppSettingsInterface.tsx#L48
[react-hooks/exhaustive-deps] React Hook useEffect has missing dependencies: 'getAppData', 'requirePayment', and 'setAppData'. Either include them or remove the dependency array. If 'getAppData' changes too often, find the parent component that defines it and wrap that definition in useCallback.
|
apps/web/playwright/ab-tests-redirect.e2e.ts#L27
[playwright/no-conditional-in-test] Avoid having conditionals in tests
|
packages/app-store/routing-forms/components/getServerSidePropsSingleForm.ts#L92
[@typescript-eslint/no-unused-vars] 'u' is assigned a value but never used. Allowed unused vars must match /^_/u.
|
apps/web/playwright/ab-tests-redirect.e2e.ts#L43
[playwright/no-conditional-in-test] Avoid having conditionals in tests
|
packages/app-store/routing-forms/pages/route-builder/[...appPages].tsx#L149
[react-hooks/exhaustive-deps] React Hook useEffect has missing dependencies: 'eventOptions' and 'route'. Either include them or remove the dependency array. If 'setCustomEventTypeSlug' needs the current value of 'route', you can also switch to useReducer instead of useState and read 'route' in the reducer.
|
apps/web/playwright/ab-tests-redirect.e2e.ts#L59
[playwright/no-conditional-in-test] Avoid having conditionals in tests
|
packages/app-store/routing-forms/trpc/forms.handler.ts#L40
[@calcom/eslint/no-prisma-include-true] Do not pass argument object with include: { AnyPropertyName: true } to prisma methods
|
packages/app-store/salesforce/components/EventTypeAppCardInterface.tsx#L17
[@typescript-eslint/no-unused-vars] 'disabled' is assigned a value but never used. Allowed unused vars must match /^_/u.
|
apps/web/playwright/ab-tests-redirect.e2e.ts#L75
[playwright/no-conditional-in-test] Avoid having conditionals in tests
|
packages/app-store/salesforce/lib/CrmService.ts#L23
[@typescript-eslint/no-unused-vars] 'ContactSearchResult' is defined but never used. Allowed unused vars must match /^_/u.
|
apps/web/playwright/ab-tests-redirect.e2e.ts#L91
[playwright/no-conditional-in-test] Avoid having conditionals in tests
|
packages/app-store/salesforce/lib/CrmService.ts#L40
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
apps/web/playwright/ab-tests-redirect.e2e.ts#L107
[playwright/no-conditional-in-test] Avoid having conditionals in tests
|
packages/app-store/stripepayment/components/EventTypeAppCardInterface.tsx#L25
[@typescript-eslint/no-unused-vars] 'setRequirePayment' is assigned a value but never used. Allowed unused elements of array destructuring patterns must match /^_/u.
|
apps/web/playwright/ab-tests-redirect.e2e.ts#L123
[playwright/no-conditional-in-test] Avoid having conditionals in tests
|
packages/app-store/zapier/api/subscriptions/listBookings.ts#L18
[@typescript-eslint/no-unused-vars] 'userInfo' is assigned a value but never used. Allowed unused vars must match /^_/u.
|
packages/app-store/zapier/api/subscriptions/listBookings.ts#L23
[@typescript-eslint/no-unused-vars] 'teamInfo' is assigned a value but never used. Allowed unused vars must match /^_/u.
|
apps/web/playwright/app-store.e2e.ts#L13
[playwright/no-skipped-test] Unexpected use of the `.skip()` annotation.
|
packages/app-store/zohocalendar/lib/CalendarService.ts#L283
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
apps/web/playwright/fixtures/bookings.ts#L94
[@calcom/eslint/no-prisma-include-true] Do not pass argument object with include: { AnyPropertyName: true } to prisma methods
|
packages/app-store/zohocalendar/lib/CalendarService.ts#L284
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
apps/web/playwright/fixtures/bookings.ts#L94
[@calcom/eslint/no-prisma-include-true] Do not pass argument object with include: { AnyPropertyName: true } to prisma methods
|
packages/ui/components/dialog/Dialog.tsx#L214
[@typescript-eslint/no-unused-vars] 'DialogCloseProps' is defined but never used. Allowed unused vars must match /^_/u.
|
packages/ui/components/form/datepicker/DatePicker.tsx#L17
[@typescript-eslint/no-unused-vars] 'minDate' is defined but never used. Allowed unused args must match /^_/u.
|
apps/web/playwright/fixtures/users.ts#L605
[@calcom/eslint/no-prisma-include-true] Do not pass argument object with include: { AnyPropertyName: true } to prisma methods
|
packages/ui/components/image-uploader/BannerUploader.tsx#L130
[react-hooks/exhaustive-deps] React Hook useEffect has missing dependencies: 'height', 't', and 'width'. Either include them or remove the dependency array.
|
apps/web/playwright/fixtures/users.ts#L627
[@calcom/eslint/no-prisma-include-true] Do not pass argument object with include: { AnyPropertyName: true } to prisma methods
|
apps/web/app/WithAppDirSsg.tsx#L5
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
apps/web/playwright/fixtures/users.ts#L657
[@calcom/eslint/no-prisma-include-true] Do not pass argument object with include: { AnyPropertyName: true } to prisma methods
|
apps/web/app/WithAppDirSsr.tsx#L5
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
apps/web/playwright/fixtures/users.ts#L658
[@calcom/eslint/no-prisma-include-true] Do not pass argument object with include: { AnyPropertyName: true } to prisma methods
|
apps/web/app/WithEmbedSSR.tsx#L12
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
apps/web/app/future/apps/[slug]/[...pages]/page.tsx#L130
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
|
apps/web/playwright/organization/booking.e2e.ts#L407
[playwright/no-conditional-in-test] Avoid having conditionals in tests
|
apps/web/app/layoutHOC.tsx#L9
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
apps/web/playwright/out-of-office.e2e.ts#L14
[playwright/no-skipped-test] Unexpected use of the `.skip()` annotation.
|
apps/web/app/layoutHOC.tsx#L16
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
apps/web/playwright/out-of-office.e2e.ts#L33
[playwright/no-skipped-test] Unexpected use of the `.skip()` annotation.
|
apps/web/components/apps/AppPage.tsx#L130
[react-hooks/exhaustive-deps] React Hook useEffect has missing dependencies: 'mutation', 'searchParams', 'slug', 'type', and 'variant'. Either include them or remove the dependency array.
|
apps/web/playwright/payment-apps.e2e.ts#L235
[playwright/no-conditional-in-test] Avoid having conditionals in tests
|
apps/web/components/apps/installation/ConfigureStepCard.tsx#L63
[react-hooks/exhaustive-deps] React Hook useEffect has missing dependencies: 'categories', 'credentialId', 'getAppDataSetter', and 'slug'. Either include them or remove the dependency array.
|
apps/web/playwright/payment-apps.e2e.ts#L281
[playwright/no-conditional-in-test] Avoid having conditionals in tests
|
apps/web/components/apps/installation/ConfigureStepCard.tsx#L151
[react-hooks/exhaustive-deps] React Hook useEffect has a missing dependency: 'setConfigureStep'. Either include it or remove the dependency array. If 'setConfigureStep' changes too often, find the parent component that defines it and wrap that definition in useCallback.
|
apps/web/playwright/payment.e2e.ts#L17
[playwright/no-skipped-test] Unexpected use of the `.skip()` annotation.
|
apps/web/components/eventtype/AIEventController.tsx#L100
[@typescript-eslint/no-unused-vars] 'err' is defined but never used. Allowed unused args must match /^_/u.
|
apps/web/components/eventtype/EventAvailabilityTab.tsx#L226
[react-hooks/exhaustive-deps] React Hook useEffect has missing dependencies: 'eventType.schedule', 'eventType.scheduleName', 'getValues', 'isChildrenManagedEventType', 'isManagedEventType', 'setValue', 't', and 'watchSchedule'. Either include them or remove the dependency array.
|
apps/web/components/eventtype/EventTeamTab.tsx#L283
[@typescript-eslint/no-unused-vars] 't' is assigned a value but never used. Allowed unused vars must match /^_/u.
|
apps/web/components/eventtype/EventTypeSingleLayout.tsx#L287
[react-hooks/exhaustive-deps] React Hook useMemo has missing dependencies: 'eventType.id' and 'formMethods'. Either include them or remove the dependency array.
|
apps/web/playwright/payment.e2e.ts#L18
[playwright/no-skipped-test] Unexpected use of the `.skip()` annotation.
|
apps/web/playwright/profile.e2e.ts#L395
[playwright/no-conditional-in-test] Avoid having conditionals in tests
|
apps/web/components/eventtype/EventTypeSingleLayout.tsx#L299
[react-hooks/exhaustive-deps] React Hook useMemo has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked.
|
apps/web/playwright/signup.e2e.ts#L194
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
|
apps/web/components/settings/SecondaryEmailModal.tsx#L49
[react-hooks/exhaustive-deps] React Hook useEffect has missing dependencies: 'clearErrorMessage' and 'formMethods'. Either include them or remove the dependency array. If 'clearErrorMessage' changes too often, find the parent component that defines it and wrap that definition in useCallback.
|
apps/web/playwright/teams.e2e.ts#L22
[playwright/no-skipped-test] Unexpected use of the `.skip()` annotation.
|
apps/web/components/settings/platform/oauth-clients/oauth-client-form/index.tsx#L44
[@typescript-eslint/no-unused-vars] 't' is assigned a value but never used. Allowed unused vars must match /^_/u.
|
apps/web/playwright/teams.e2e.ts#L152
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
|
apps/web/playwright/teams.e2e.ts#L162
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
|
apps/web/playwright/teams.e2e.ts#L167
[playwright/no-skipped-test] Unexpected use of the `.skip()` annotation.
|
Linters / lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: ataylorme/eslint-annotate-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Production builds / Build API v1
Failed to save: uploadChunk (start: 0, end: 69753) failed: Cache service responded with 500
|
Production builds / Build API v1
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Production builds / Build API v2
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Analyze Build / analyze
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: dawidd6/action-download-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Tests / E2E (3/4)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.316.1. Please update to the latest version 2.317.0
|
Tests / E2E (4/4)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.316.1. Please update to the latest version 2.317.0
|
Tests / E2E (2/4)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.316.1. Please update to the latest version 2.317.0
|
Tests / E2E (1/4)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.316.1. Please update to the latest version 2.317.0
|
Tests / E2E Embed Core
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.316.1. Please update to the latest version 2.317.0
|
required
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.316.1. Please update to the latest version 2.317.0
|
🎭 Playwright Run Summary
1 skipped
2 passed (3.6s)
|
🎭 Playwright Run Summary
8 failed
[@***com/web] › apps/web/playwright/manage-booking-questions.e2e.ts:29:9 › Manage Booking Questions › For User EventType › Do a booking with a Address type question and verify a few thing in b/w
[@***com/web] › apps/web/playwright/manage-booking-questions.e2e.ts:95:9 › Manage Booking Questions › For User EventType › Split 'Full name' into 'First name' and 'Last name'
[@***com/web] › apps/web/playwright/manage-booking-questions.e2e.ts:229:9 › Manage Booking Questions › For Team EventType › Do a booking with a user added question and verify a few thing in b/w
[@***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/organization/booking.e2e.ts:37:9 › Bookings › Team Event › Can create a booking for Collective EventType
[@***com/web] › apps/web/playwright/organization/booking.e2e.ts:82:9 › Bookings › Team Event › Can create a booking for Round Robin EventType
[@***com/web] › apps/web/playwright/organization/booking.e2e.ts:173:9 › Bookings › User Event › Can create a booking
[@***com/web] › apps/web/playwright/organization/booking.e2e.ts:200:11 › Bookings › User Event › User Event with same slug as another user's › booking is created for first user when first user is booked
22 skipped
12 passed (1.5m)
|
🎭 Playwright Run Summary
1 flaky
[@***com/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:337:9 › Routing Forms › Seeded Routing Form › Test preview should return correct route
5 skipped
9 passed (1.4m)
|
🎭 Playwright Run Summary
6 failed
[@***com/web] › apps/web/playwright/reschedule.e2e.ts:274:7 › Reschedule Tests › Should load Valid Cal video url after rescheduling Opt in events
[@***com/web] › apps/web/playwright/teams.e2e.ts:84:7 › Teams - NonOrg -- future › Can create a booking for Collective EventType
[@***com/web] › apps/web/playwright/teams.e2e.ts:122:7 › Teams - NonOrg -- future › Can create a booking for Round Robin EventType
[@***com/web] › apps/web/playwright/teams.e2e.ts:84:7 › Teams - NonOrg -- legacy › Can create a booking for Collective EventType
[@***com/web] › apps/web/playwright/teams.e2e.ts:122:7 › Teams - NonOrg -- legacy › Can create a booking for Round Robin EventType
[@***com/web] › apps/web/playwright/webhook.e2e.ts:450:7 › BOOKING_RESCHEDULED › when rescheduling to a booking that already exists, should send a booking rescheduled event with the existant booking uid
2 interrupted
[@***com/web] › apps/web/playwright/webhook.e2e.ts:51:7 › BOOKING_CREATED › add webhook & test that creating an event triggers a webhook ***l
[@***com/web] › apps/web/playwright/wipe-my-***.e2e.ts:16:7 › Wipe my Cal App Test › Browse upcoming bookings and validate button shows and triggering wipe my *** button
1 flaky
[@***com/web] › apps/web/playwright/teams.e2e.ts:40:7 › Teams - NonOrg -- future › Team Onboarding Invite Members
24 skipped
59 passed (2.0m)
|
🎭 Playwright Run Summary
5 failed
[@***com/web] › apps/web/playwright/dynamic-booking-pages.e2e.ts:15:5 › dynamic booking ────────
[@***com/web] › apps/web/playwright/dynamic-booking-pages.e2e.ts:110:7 › Organization: › Can book a time slot for an organization
[@***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:210:11 › Event Types tests -- legacy › user › Different Locations Tests › Can add Cal video location and book with it
[@***com/web] › apps/web/playwright/hash-my-url.e2e.ts:17:7 › hash my url › generate url hash ──
5 interrupted
[@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:111:7 › Stripe integration skip true › Can book a paid booking
[@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:124:7 › Stripe integration skip true › Pending payment booking should not be confirmed by default
[@***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:171:7 › Stripe integration skip true › Paid booking should be able to be cancelled
[@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:203:9 › Stripe integration skip true › When event is paid and confirmed › Payment should confirm pending payment booking
44 skipped
49 passed (2.0m)
|
🎭 Playwright Run Summary
8 failed
[@***com/web] › apps/web/playwright/booking-limits.e2e.ts:299:9 › Duration limits › day ────────
[@***com/web] › apps/web/playwright/booking-limits.e2e.ts:299:9 › Duration limits › week ───────
[@***com/web] › apps/web/playwright/booking-limits.e2e.ts:299:9 › Duration limits › month ──────
[@***com/web] › apps/web/playwright/booking-limits.e2e.ts:299:9 › Duration limits › year ───────
[@***com/web] › apps/web/playwright/booking-limits.e2e.ts:379:7 › Duration limits › multiple ───
[@***com/web] › apps/web/playwright/booking-pages.e2e.ts:74:7 › free user -- future › cannot book same slot multiple times
[@***com/web] › apps/web/playwright/booking-pages.e2e.ts:74:7 › free user -- legacy › cannot book same slot multiple times
[@***com/web] › apps/web/playwright/booking-pages.e2e.ts:115:7 › pro user -- future › book an event first day in next month
54 skipped
36 passed (2.1m)
|
🎭 Playwright Run Summary
2 failed
[@***com/embed-core] › packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:57:7 › Popup Tests › should open embed iframe on click - Configured with light theme
[@***com/embed-core] › packages/embeds/embed-core/playwright/tests/inline.e2e.ts:8:7 › Inline Iframe › Inline Iframe - Configured with Dark Theme
11 skipped
11 passed (1.9m)
|
Artifacts
Produced during runtime
Name | Size | Digest | |
---|---|---|---|
app-store-results
Expired
|
3.91 MB |
sha256:dcd82b4d3ded7890b8b2db54aa27a168741a94d9396c7edee94bd67e88f65ec3
|
|
bundle
Expired
|
2.35 KB |
sha256:88af5286f5b5fa7fee865d016a6da8bbb6e33ddcf94a292cf6f73669f587588c
|
|
embed-core-results
Expired
|
55.9 MB |
sha256:26fced5b7cb1af5892a4248a232dd9d46f308cd7ecb8c6fb18db42fd44cb6c76
|
|
embed-react-results
Expired
|
176 KB |
sha256:3b5fe9e0461f0357770504753d7131dcd444846dceef6ac1e6a8d28cd40c1684
|
|
lint-results
Expired
|
349 KB |
sha256:4167c1c2e7e1fcab5a980b4d90e668f06736fd43bd84cdc659b2154bb8f5d711
|
|
test-results-1_4
Expired
|
64.1 MB |
sha256:b3d2a6f5b71721561045d7ce5fb46a7f8264c1624545271b0e4850ad0501fa5d
|
|
test-results-2_4
Expired
|
119 MB |
sha256:d943faa4e3c68b357da243a4e8b38b93a2e8acf47b5ac9936a5730df46fbc6c4
|
|
test-results-3_4
Expired
|
217 MB |
sha256:b03338e00d13fea5b2d67bbb995b0e5f55b58fcb2761d5e236a8cb05fcb292ac
|
|
test-results-4_4
Expired
|
77.3 MB |
sha256:5ec13e1ac88f7425ba4c25c43f15b92cadb670f4e8d61346f54eef54c5f2b9a3
|
|