Skip to content

chore: refactor handle new reccuring booking #18077

chore: refactor handle new reccuring booking

chore: refactor handle new reccuring booking #18077

Triggered via pull request February 8, 2024 16:37
@ThyMinimalDevThyMinimalDev
synchronize #13597
Status Success
Total duration 22m 23s
Artifacts 13

pr.yml

on: pull_request_target
Detect changes
16s
Detect changes
Analyze Build  /  ...  /  Build
Analyze Build / Production build / Build
Matrix: E2E App Store tests / e2e-app-store
Matrix: E2E React embeds tests / e2e-embed
Matrix: E2E embeds tests / e2e-embed
Matrix: E2E tests / e2e
Fit to window
Zoom out
Zoom in

Annotations

38 errors, 21 warnings, and 10 notices
[@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/web] › apps/web/playwright/profile.e2e.ts:96:7 › Update Profile › Can update a users email (verification enabled): apps/web/playwright/profile.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/profile.e2e.ts:96:7 › Update Profile › Can update a users email (verification enabled) Test timeout of 60000ms exceeded.
[@calcom/web] › apps/web/playwright/profile.e2e.ts:96:7 › Update Profile › Can update a users email (verification enabled): apps/web/playwright/profile.e2e.ts#L117
1) [@***com/web] › apps/web/playwright/profile.e2e.ts:96:7 › Update Profile › Can update a users email (verification enabled) locator.fill: Target closed =========================== logs =========================== waiting for getByTestId('password') ============================================================ 115 | await page.getByTestId("profile-submit-button").click(); 116 | > 117 | await page.getByTestId("password").fill(user?.username ?? "Nameless User"); | ^ 118 | 119 | await page.getByTestId("profile-update-email-submit-button").click(); 120 | at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/profile.e2e.ts:117:40
[@calcom/web] › apps/web/playwright/profile.e2e.ts:96:7 › Update Profile › Can update a users email (verification enabled): apps/web/playwright/profile.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/profile.e2e.ts:96:7 › Update Profile › Can update a users email (verification enabled) Pending operations: - locator.fill at apps/web/playwright/profile.e2e.ts:117:40
[@calcom/web] › apps/web/playwright/profile.e2e.ts:96:7 › Update Profile › Can update a users email (verification enabled): apps/web/playwright/profile.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/profile.e2e.ts:96:7 › Update Profile › Can update a users email (verification enabled) Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 60000ms exceeded.
[@calcom/web] › apps/web/playwright/profile.e2e.ts:96:7 › Update Profile › Can update a users email (verification enabled): apps/web/playwright/profile.e2e.ts#L148
1) [@***com/web] › apps/web/playwright/profile.e2e.ts:96:7 › Update Profile › Can update a users email (verification enabled) Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── locator.inputValue: Target closed =========================== logs =========================== waiting for getByTestId('profile-form-email') ============================================================ 146 | await page.goto("/settings/my-account/profile"); 147 | const emailInputUpdated = page.getByTestId("profile-form-email"); > 148 | expect(await emailInputUpdated.inputValue()).toEqual(email); | ^ 149 | }); 150 | test("Can update a users email (verification disabled)", async ({ page, users, prisma, features }) => { 151 | const emailVerificationEnabled = features.get("email-verification"); at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/profile.e2e.ts:148:36
[@calcom/web] › apps/web/playwright/profile.e2e.ts:96:7 › Update Profile › Can update a users email (verification enabled): apps/web/playwright/profile.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/profile.e2e.ts:96:7 › Update Profile › Can update a users email (verification enabled) Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Pending operations: - locator.inputValue at apps/web/playwright/profile.e2e.ts:148:36
[@calcom/web] › apps/web/playwright/webhook.e2e.ts:172:9 › Webhook tests › BOOKING_REJECTED › can book an event that requires confirmation and then that booking can be rejected by organizer: apps/web/playwright/webhook.e2e.ts#L1
2) [@***com/web] › apps/web/playwright/webhook.e2e.ts:172:9 › Webhook tests › BOOKING_REJECTED › can book an event that requires confirmation and then that booking can be rejected by organizer Test timeout of 60000ms exceeded.
[@calcom/web] › apps/web/playwright/webhook.e2e.ts:172:9 › Webhook tests › BOOKING_REJECTED › can book an event that requires confirmation and then that booking can be rejected by organizer: apps/web/playwright/webhook.e2e.ts#L209
2) [@***com/web] › apps/web/playwright/webhook.e2e.ts:172:9 › Webhook tests › BOOKING_REJECTED › can book an event that requires confirmation and then that booking can be rejected by organizer page.waitForResponse: Page closed 207 | await page.click('[data-testid="reject"]'); 208 | await page.click('[data-testid="rejection-confirm"]'); > 209 | await page.waitForResponse((response) => response.url().includes("/api/trpc/bookings/confirm")); | ^ 210 | 211 | await webhookReceiver.waitForRequestCount(1); 212 | at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/webhook.e2e.ts:209:18
[@calcom/web] › apps/web/playwright/workflow.e2e.ts:15:11 › Workflow Tab - Event Type › Check the functionalities of the Workflow Tab › User Workflows › Creating a new workflow: apps/web/playwright/fixtures/workflows.ts#L41
3) [@***com/web] › apps/web/playwright/workflow.e2e.ts:15:11 › Workflow Tab - Event Type › Check the functionalities of the Workflow Tab › User Workflows › Creating a new workflow Error: expect(received).toHaveCount(expected) // deep equality Expected: 3 Received: 2 Call log: - expect.toHaveCount with timeout 30000ms - waiting for locator('[data-testid="workflow-list"] > li') - locator resolved to 0 elements - unexpected value "0" - waiting for locator('[data-testid="workflow-list"] > li') - locator resolved to 0 elements - unexpected value "0" - locator resolved to 2 elements - unexpected value "2" - locator resolved to 2 elements - unexpected value "2" - locator resolved to 2 elements - unexpected value "2" - locator resolved to 2 elements - unexpected value "2" - locator resolved to 2 elements - unexpected value "2" - locator resolved to 2 elements - unexpected value "2" - locator resolved to 2 elements - unexpected value "2" - locator resolved to 2 elements - unexpected value "2" - locator resolved to 2 elements - unexpected value "2" - locator resolved to 2 elements - unexpected value "2" - locator resolved to 2 elements - unexpected value "2" - locator resolved to 2 elements - unexpected value "2" - locator resolved to 2 elements - unexpected value "2" - locator resolved to 2 elements - unexpected value "2" - locator resolved to 2 elements - unexpected value "2" - locator resolved to 2 elements - unexpected value "2" - locator resolved to 2 elements - unexpected value "2" - locator resolved to 2 elements - unexpected value "2" - locator resolved to 2 elements - unexpected value "2" - locator resolved to 2 elements - unexpected value "2" - locator resolved to 2 elements - unexpected value "2" - locator resolved to 2 elements - unexpected value "2" - locator resolved to 2 elements - unexpected value "2" - locator resolved to 2 elements - unexpected value "2" - locator resolved to 2 elements - unexpected value "2" - locator resolved to 2 elements - unexpected value "2" - locator resolved to 2 elements - unexpected value "2" - locator resolved to 2 elements - unexpected value "2" - locator resolved to 2 elements - unexpected value "2" - locator resolved to 2 elements - unexpected value "2" - locator resolved to 2 elements - unexpected value "2" - locator resolved to 2 elements - unexpected value "2" at apps/web/playwright/fixtures/workflows.ts:41 39 | const assertListCount = async (count: number) => { 40 | const workflowListCount = await page.locator('[data-testid="workflow-list"] > li'); > 41 | await expect(workflowListCount).toHaveCount(count); | ^ 42 | }; 43 | 44 | const fillNameInput = async (name: string) => { at assertListCount (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/fixtures/workflows.ts:41:37) at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/workflow.e2e.ts:19:9
[@calcom/web] › apps/web/playwright/workflow.e2e.ts:22:11 › Workflow Tab - Event Type › Check the functionalities of the Workflow Tab › User Workflows › Editing an existing workflow: apps/web/playwright/fixtures/workflows.ts#L61
4) [@***com/web] › apps/web/playwright/workflow.e2e.ts:22:11 › Workflow Tab - Event Type › Check the functionalities of the Workflow Tab › User Workflows › Editing an existing workflow Error: Timed out 30000ms waiting for expect(received).toBeVisible() Call log: - expect.toBeVisible with timeout 30000ms - waiting for getByTestId('workflow-list').getByTestId('workflow-edited-workflow') - waiting for getByTestId('workflow-list').getByTestId('workflow-edited-workflow') at apps/web/playwright/fixtures/workflows.ts:61 59 | await expect(selectedWorkflow).toBeHidden(); 60 | } else { > 61 | await expect(selectedWorkflow).toBeVisible(); | ^ 62 | } 63 | }; 64 | at hasWorkflowInList (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/fixtures/workflows.ts:61:38) at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/workflow.e2e.ts:28:15
[@calcom/web] › apps/web/playwright/organization/across-org/across-org.e2e.ts:32:7 › user1NotMemberOfOrg1 is part of team1MemberOfOrg1 › EventTypes listing should show correct link for user events and team1MemberOfOrg1's events: apps/web/playwright/organization/across-org/across-org.e2e.ts#L56
1) [@***com/web] › apps/web/playwright/organization/across-org/across-org.e2e.ts:32:7 › user1NotMemberOfOrg1 is part of team1MemberOfOrg1 › EventTypes listing should show correct link for user events and team1MemberOfOrg1's events Error: expect(received).toBeGreaterThan(expected) Expected: > 0 Received: 0 54 | .all(); 55 | > 56 | expect(userEventLinksLocators.length).toBeGreaterThan(0); | ^ 57 | 58 | for (const userEventLinkLocator of userEventLinksLocators) { 59 | const href = await userEventLinkLocator.getAttribute("href"); at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/across-org/across-org.e2e.ts:56:43
[@calcom/web] › apps/web/playwright/event-types.e2e.ts:124:9 › Event Types tests -- future › user › can add multiple organizer address: apps/web/playwright/event-types.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/event-types.e2e.ts:124:9 › Event Types tests -- future › user › can add multiple organizer address Test timeout of 60000ms exceeded.
[@calcom/web] › apps/web/playwright/event-types.e2e.ts:124:9 › Event Types tests -- future › user › can add multiple organizer address: apps/web/playwright/event-types.e2e.ts#L398
1) [@***com/web] › apps/web/playwright/event-types.e2e.ts:124:9 › Event Types tests -- future › user › can add multiple organizer address locator.click: Target closed =========================== logs =========================== waiting for locator('text=In Person (Organizer Address)').last() ============================================================ 396 | await page.getByTestId("location-select").last().click(); 397 | } > 398 | await page.locator("text=In Person (Organizer Address)").last().click(); | ^ 399 | 400 | const locationInputName = `locations[${index}].address`; 401 | await page.locator(`input[name="${locationInputName}"]`).waitFor(); at fillLocation (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/event-types.e2e.ts:398:67) at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/event-types.e2e.ts:134:7
[@calcom/web] › apps/web/playwright/event-types.e2e.ts:124:9 › Event Types tests -- future › user › can add multiple organizer address: apps/web/playwright/event-types.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/event-types.e2e.ts:124:9 › Event Types tests -- future › user › can add multiple organizer address Pending operations: - locator.click at apps/web/playwright/event-types.e2e.ts:398:67
[@calcom/web] › apps/web/playwright/event-types.e2e.ts:124:9 › Event Types tests -- legacy › user › can add multiple organizer address: apps/web/playwright/event-types.e2e.ts#L1
2) [@***com/web] › apps/web/playwright/event-types.e2e.ts:124:9 › Event Types tests -- legacy › user › can add multiple organizer address Test timeout of 60000ms exceeded.
[@calcom/web] › apps/web/playwright/event-types.e2e.ts:124:9 › Event Types tests -- legacy › user › can add multiple organizer address: apps/web/playwright/event-types.e2e.ts#L398
2) [@***com/web] › apps/web/playwright/event-types.e2e.ts:124:9 › Event Types tests -- legacy › user › can add multiple organizer address locator.click: Target closed =========================== logs =========================== waiting for locator('text=In Person (Organizer Address)').last() locator resolved to <span class="text-sm font-medium">In Person (Organizer Address)</span> attempting click action waiting for element to be visible, enabled and stable element was detached from the DOM, retrying ============================================================ 396 | await page.getByTestId("location-select").last().click(); 397 | } > 398 | await page.locator("text=In Person (Organizer Address)").last().click(); | ^ 399 | 400 | const locationInputName = `locations[${index}].address`; 401 | await page.locator(`input[name="${locationInputName}"]`).waitFor(); at fillLocation (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/event-types.e2e.ts:398:67) at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/event-types.e2e.ts:134:7
[@calcom/web] › apps/web/playwright/event-types.e2e.ts:124:9 › Event Types tests -- legacy › user › can add multiple organizer address: apps/web/playwright/event-types.e2e.ts#L1
2) [@***com/web] › apps/web/playwright/event-types.e2e.ts:124:9 › Event Types tests -- legacy › user › can add multiple organizer address Pending operations: - locator.click at apps/web/playwright/event-types.e2e.ts:398:67
[@calcom/web] › apps/web/playwright/event-types.e2e.ts:124:9 › Event Types tests -- legacy › user › can add multiple organizer address: apps/web/playwright/event-types.e2e.ts#L1
2) [@***com/web] › apps/web/playwright/event-types.e2e.ts:124:9 › Event Types tests -- legacy › user › can add multiple organizer address Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 60000ms exceeded.
[@calcom/web] › apps/web/playwright/event-types.e2e.ts:124:9 › Event Types tests -- legacy › user › can add multiple organizer address: apps/web/playwright/event-types.e2e.ts#L398
2) [@***com/web] › apps/web/playwright/event-types.e2e.ts:124:9 › Event Types tests -- legacy › user › can add multiple organizer address Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── locator.click: Target closed =========================== logs =========================== waiting for locator('text=In Person (Organizer Address)').last() ============================================================ 396 | await page.getByTestId("location-select").last().click(); 397 | } > 398 | await page.locator("text=In Person (Organizer Address)").last().click(); | ^ 399 | 400 | const locationInputName = `locations[${index}].address`; 401 | await page.locator(`input[name="${locationInputName}"]`).waitFor(); at fillLocation (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/event-types.e2e.ts:398:67) at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/event-types.e2e.ts:134:7
[@calcom/web] › apps/web/playwright/event-types.e2e.ts:124:9 › Event Types tests -- legacy › user › can add multiple organizer address: apps/web/playwright/event-types.e2e.ts#L1
2) [@***com/web] › apps/web/playwright/event-types.e2e.ts:124:9 › Event Types tests -- legacy › user › can add multiple organizer address Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Pending operations: - locator.click at apps/web/playwright/event-types.e2e.ts:398:67
[@calcom/web] › apps/web/playwright/booking/phoneQuestion.e2e.ts:321:11 › Booking With Phone Question and Each Other Question › Booking With Phone Question and Address Question › Booking With Phone Question and Radio group Question › Phone and Radio group required: apps/web/playwright/booking/phoneQuestion.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/booking/phoneQuestion.e2e.ts:321:11 › Booking With Phone Question and Each Other Question › Booking With Phone Question and Address Question › Booking With Phone Question and Radio group Question › Phone and Radio group required Test timeout of 60000ms exceeded.
[@calcom/web] › apps/web/playwright/booking/phoneQuestion.e2e.ts:321:11 › Booking With Phone Question and Each Other Question › Booking With Phone Question and Address Question › Booking With Phone Question and Radio group Question › Phone and Radio group required: apps/web/playwright/fixtures/regularBookings.ts#L407
1) [@***com/web] › apps/web/playwright/booking/phoneQuestion.e2e.ts:321:11 › Booking With Phone Question and Each Other Question › Booking With Phone Question and Address Question › Booking With Phone Question and Radio group Question › Phone and Radio group required locator.waitFor: Target closed =========================== logs =========================== waiting for getByText('This meeting is scheduled') to be visible ============================================================ at apps/web/playwright/fixtures/regularBookings.ts:407 405 | } 406 | const scheduleSuccessfullyPage = eventTypePage.getByText(scheduleSuccessfullyText); > 407 | await scheduleSuccessfullyPage.waitFor({ state: "visible" }); | ^ 408 | await expect(scheduleSuccessfullyPage).toBeVisible(); 409 | }, 410 | at Object.fillAndConfirmBooking (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/fixtures/regularBookings.ts:407:38) at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/booking/phoneQuestion.e2e.ts:327:9
[@calcom/web] › apps/web/playwright/booking/phoneQuestion.e2e.ts:321:11 › Booking With Phone Question and Each Other Question › Booking With Phone Question and Address Question › Booking With Phone Question and Radio group Question › Phone and Radio group required: apps/web/playwright/booking/phoneQuestion.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/booking/phoneQuestion.e2e.ts:321:11 › Booking With Phone Question and Each Other Question › Booking With Phone Question and Address Question › Booking With Phone Question and Radio group Question › Phone and Radio group required Pending operations: - locator.waitFor at apps/web/playwright/fixtures/regularBookings.ts:407:38
[@calcom/web] › apps/web/playwright/booking/selectQuestion.e2e.ts:77:9 › Booking With Phone Question and Each Other Question › Booking With Select Question and checkbox group Question › Select and checkbox group not required: apps/web/playwright/fixtures/regularBookings.ts#L399
2) [@***com/web] › apps/web/playwright/booking/selectQuestion.e2e.ts:77:9 › Booking With Phone Question and Each Other Question › Booking With Select Question and checkbox group Question › Select and checkbox group not required locator.isVisible: Execution context was destroyed, most likely because of a navigation =========================== logs =========================== checking visibility of getByRole('heading', { name: 'Could not book the meeting.' }) ============================================================ at apps/web/playwright/fixtures/regularBookings.ts:399 397 | await eventTypePage.getByTestId(confirmButton).click(); 398 | await eventTypePage.waitForTimeout(400); > 399 | if (await eventTypePage.getByRole("heading", { name: "Could not book the meeting." }).isVisible()) { | ^ 400 | await eventTypePage.getByTestId("back").click(); 401 | await eventTypePage.getByTestId("time").last().click(); 402 | await fillQuestion(eventTypePage, question, customLocators); at Object.fillAndConfirmBooking (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/fixtures/regularBookings.ts:399:93) at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/booking/selectQuestion.e2e.ts:83:7
[@calcom/web] › apps/web/playwright/booking/selectQuestion.e2e.ts:299:9 › Booking With Phone Question and Each Other Question › Booking With Select Question and Number Question › Select and Number not required: apps/web/playwright/booking/selectQuestion.e2e.ts#L1
3) [@***com/web] › apps/web/playwright/booking/selectQuestion.e2e.ts:299:9 › Booking With Phone Question and Each Other Question › Booking With Select Question and Number Question › Select and Number not required Test timeout of 60000ms exceeded.
[@calcom/web] › apps/web/playwright/booking/selectQuestion.e2e.ts:299:9 › Booking With Phone Question and Each Other Question › Booking With Select Question and Number Question › Select and Number not required: apps/web/playwright/fixtures/regularBookings.ts#L407
3) [@***com/web] › apps/web/playwright/booking/selectQuestion.e2e.ts:299:9 › Booking With Phone Question and Each Other Question › Booking With Select Question and Number Question › Select and Number not required locator.waitFor: Target closed =========================== logs =========================== waiting for getByText('This meeting is scheduled') to be visible ============================================================ at apps/web/playwright/fixtures/regularBookings.ts:407 405 | } 406 | const scheduleSuccessfullyPage = eventTypePage.getByText(scheduleSuccessfullyText); > 407 | await scheduleSuccessfullyPage.waitFor({ state: "visible" }); | ^ 408 | await expect(scheduleSuccessfullyPage).toBeVisible(); 409 | }, 410 | at Object.fillAndConfirmBooking (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/fixtures/regularBookings.ts:407:38) at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/booking/selectQuestion.e2e.ts:305:7
[@calcom/web] › apps/web/playwright/booking/selectQuestion.e2e.ts:299:9 › Booking With Phone Question and Each Other Question › Booking With Select Question and Number Question › Select and Number not required: apps/web/playwright/booking/selectQuestion.e2e.ts#L1
3) [@***com/web] › apps/web/playwright/booking/selectQuestion.e2e.ts:299:9 › Booking With Phone Question and Each Other Question › Booking With Select Question and Number Question › Select and Number not required Pending operations: - locator.waitFor at apps/web/playwright/fixtures/regularBookings.ts:407:38
[@calcom/web] › apps/web/playwright/booking/addressQuestione2e/addressQuestion.e2e.ts:35:9 › Booking With Address Question and Each Other Question › Booking With Address Question and Checkbox Group Question › Address and checkbox group not required: apps/web/playwright/fixtures/regularBookings.ts#L328
1) [@***com/web] › apps/web/playwright/booking/addressQuestione2e/addressQuestion.e2e.ts:35:9 › Booking With Address Question and Each Other Question › Booking With Address Question and Checkbox Group Question › Address and checkbox group not required locator.isVisible: Execution context was destroyed, most likely because of a navigation =========================== logs =========================== checking visibility of getByRole('heading', { name: 'Could not reschedule the meeting.' }) ============================================================ at apps/web/playwright/fixtures/regularBookings.ts:328 326 | await eventTypePage.waitForTimeout(400); 327 | if ( > 328 | await eventTypePage.getByRole("heading", { name: "Could not reschedule the meeting." }).isVisible() | ^ 329 | ) { 330 | await eventTypePage.getByTestId("back").click(); 331 | await eventTypePage.getByTestId("time").last().click(); at Object.rescheduleBooking (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/fixtures/regularBookings.ts:328:97) at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/booking/addressQuestione2e/addressQuestion.e2e.ts:51:7
[@calcom/web] › apps/web/playwright/booking/addressQuestione2e/addressQuestion.e2e.ts:35:9 › Booking With Address Question and Each Other Question › Booking With Address Question and Checkbox Group Question › Address and checkbox group not required: apps/web/playwright/booking/addressQuestione2e/addressQuestion.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/booking/addressQuestione2e/addressQuestion.e2e.ts:35:9 › Booking With Address Question and Each Other Question › Booking With Address Question and Checkbox Group Question › Address and checkbox group not required Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 60000ms exceeded.
[@calcom/web] › apps/web/playwright/booking/addressQuestione2e/addressQuestion.e2e.ts:35:9 › Booking With Address Question and Each Other Question › Booking With Address Question and Checkbox Group Question › Address and checkbox group not required: apps/web/playwright/fixtures/regularBookings.ts#L407
1) [@***com/web] › apps/web/playwright/booking/addressQuestione2e/addressQuestion.e2e.ts:35:9 › Booking With Address Question and Each Other Question › Booking With Address Question and Checkbox Group Question › Address and checkbox group not required Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── locator.waitFor: Target closed =========================== logs =========================== waiting for getByText('This meeting is scheduled') to be visible ============================================================ at apps/web/playwright/fixtures/regularBookings.ts:407 405 | } 406 | const scheduleSuccessfullyPage = eventTypePage.getByText(scheduleSuccessfullyText); > 407 | await scheduleSuccessfullyPage.waitFor({ state: "visible" }); | ^ 408 | await expect(scheduleSuccessfullyPage).toBeVisible(); 409 | }, 410 | at Object.fillAndConfirmBooking (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/fixtures/regularBookings.ts:407:38) at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/booking/addressQuestione2e/addressQuestion.e2e.ts:43:7
[@calcom/web] › apps/web/playwright/booking/addressQuestione2e/addressQuestion.e2e.ts:35:9 › Booking With Address Question and Each Other Question › Booking With Address Question and Checkbox Group Question › Address and checkbox group not required: apps/web/playwright/booking/addressQuestione2e/addressQuestion.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/booking/addressQuestione2e/addressQuestion.e2e.ts:35:9 › Booking With Address Question and Each Other Question › Booking With Address Question and Checkbox Group Question › Address and checkbox group not required Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Pending operations: - locator.waitFor at apps/web/playwright/fixtures/regularBookings.ts:407:38
[@calcom/web] › apps/web/playwright/booking/checkboxGroupQuestion.e2e.ts:424:11 › Booking With Checkbox Group Question and Each Other Question › Booking With Checkbox Group Question and Address Question › Booking With Checkbox Group Question and Short text question › Checkbox Group and Short Text not required: apps/web/playwright/booking/checkboxGroupQuestion.e2e.ts#L1
2) [@***com/web] › apps/web/playwright/booking/checkboxGroupQuestion.e2e.ts:424:11 › Booking With Checkbox Group Question and Each Other Question › Booking With Checkbox Group Question and Address Question › Booking With Checkbox Group Question and Short text question › Checkbox Group and Short Text not required Test timeout of 60000ms exceeded.
[@calcom/web] › apps/web/playwright/booking/checkboxGroupQuestion.e2e.ts:424:11 › Booking With Checkbox Group Question and Each Other Question › Booking With Checkbox Group Question and Address Question › Booking With Checkbox Group Question and Short text question › Checkbox Group and Short Text not required: apps/web/playwright/fixtures/regularBookings.ts#L407
2) [@***com/web] › apps/web/playwright/booking/checkboxGroupQuestion.e2e.ts:424:11 › Booking With Checkbox Group Question and Each Other Question › Booking With Checkbox Group Question and Address Question › Booking With Checkbox Group Question and Short text question › Checkbox Group and Short Text not required locator.waitFor: Target closed =========================== logs =========================== waiting for getByText('This meeting is scheduled') to be visible ============================================================ at apps/web/playwright/fixtures/regularBookings.ts:407 405 | } 406 | const scheduleSuccessfullyPage = eventTypePage.getByText(scheduleSuccessfullyText); > 407 | await scheduleSuccessfullyPage.waitFor({ state: "visible" }); | ^ 408 | await expect(scheduleSuccessfullyPage).toBeVisible(); 409 | }, 410 | at Object.fillAndConfirmBooking (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/fixtures/regularBookings.ts:407:38) at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/booking/checkboxGroupQuestion.e2e.ts:430:9
[@calcom/web] › apps/web/playwright/booking/checkboxGroupQuestion.e2e.ts:424:11 › Booking With Checkbox Group Question and Each Other Question › Booking With Checkbox Group Question and Address Question › Booking With Checkbox Group Question and Short text question › Checkbox Group and Short Text not required: apps/web/playwright/booking/checkboxGroupQuestion.e2e.ts#L1
2) [@***com/web] › apps/web/playwright/booking/checkboxGroupQuestion.e2e.ts:424:11 › Booking With Checkbox Group Question and Each Other Question › Booking With Checkbox Group Question and Address Question › Booking With Checkbox Group Question and Short text question › Checkbox Group and Short Text not required Pending operations: - locator.waitFor at apps/web/playwright/fixtures/regularBookings.ts:407:38
[@calcom/web] › apps/web/playwright/booking/longTextQuestion.e2e.ts:277:7 › Booking With Long Text Question and Each Other Question › Long Text required and Number not required: apps/web/playwright/booking/longTextQuestion.e2e.ts#L1
3) [@***com/web] › apps/web/playwright/booking/longTextQuestion.e2e.ts:277:7 › Booking With Long Text Question and Each Other Question › Long Text required and Number not required Test timeout of 60000ms exceeded.
[@calcom/web] › apps/web/playwright/booking/longTextQuestion.e2e.ts:277:7 › Booking With Long Text Question and Each Other Question › Long Text required and Number not required: apps/web/playwright/fixtures/regularBookings.ts#L407
3) [@***com/web] › apps/web/playwright/booking/longTextQuestion.e2e.ts:277:7 › Booking With Long Text Question and Each Other Question › Long Text required and Number not required locator.waitFor: Target closed =========================== logs =========================== waiting for getByText('This meeting is scheduled') to be visible ============================================================ at apps/web/playwright/fixtures/regularBookings.ts:407 405 | } 406 | const scheduleSuccessfullyPage = eventTypePage.getByText(scheduleSuccessfullyText); > 407 | await scheduleSuccessfullyPage.waitFor({ state: "visible" }); | ^ 408 | await expect(scheduleSuccessfullyPage).toBeVisible(); 409 | }, 410 | at Object.fillAndConfirmBooking (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/fixtures/regularBookings.ts:407:38) at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/booking/longTextQuestion.e2e.ts:285:5
[@calcom/web] › apps/web/playwright/booking/longTextQuestion.e2e.ts:277:7 › Booking With Long Text Question and Each Other Question › Long Text required and Number not required: apps/web/playwright/booking/longTextQuestion.e2e.ts#L1
3) [@***com/web] › apps/web/playwright/booking/longTextQuestion.e2e.ts:277:7 › Booking With Long Text Question and Each Other Question › Long Text required and Number not required Pending operations: - locator.waitFor at apps/web/playwright/fixtures/regularBookings.ts:407:38
🎭 Playwright Run Summary
2 skipped 2 passed (7.8s)
🎭 Playwright Run Summary
1 passed (3.1s)
🎭 Playwright Run Summary
1 flaky [@***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 1 skipped 12 passed (56.6s)
🎭 Playwright Run Summary
5 skipped 8 passed (41.0s)
🎭 Playwright Run Summary
2 passed (32.7s)
🎭 Playwright Run Summary
4 flaky [@***com/web] › apps/web/playwright/profile.e2e.ts:96:7 › Update Profile › Can update a users email (verification enabled) [@***com/web] › apps/web/playwright/webhook.e2e.ts:172:9 › Webhook tests › BOOKING_REJECTED › can book an event that requires confirmation and then that booking can be rejected by organizer [@***com/web] › apps/web/playwright/workflow.e2e.ts:15:11 › Workflow Tab - Event Type › Check the functionalities of the Workflow Tab › User Workflows › Creating a new workflow [@***com/web] › apps/web/playwright/workflow.e2e.ts:22:11 › Workflow Tab - Event Type › Check the functionalities of the Workflow Tab › User Workflows › Editing an existing workflow 13 skipped 59 passed (2.2m)
🎭 Playwright Run Summary
1 flaky [@***com/web] › apps/web/playwright/organization/across-org/across-org.e2e.ts:32:7 › user1NotMemberOfOrg1 is part of team1MemberOfOrg1 › EventTypes listing should show correct link for user events and team1MemberOfOrg1's events 3 skipped 33 passed (1.8m)
🎭 Playwright Run Summary
2 flaky [@***com/web] › apps/web/playwright/event-types.e2e.ts:124:9 › Event Types tests -- future › user › can add multiple organizer address [@***com/web] › apps/web/playwright/event-types.e2e.ts:124:9 › Event Types tests -- legacy › user › can add multiple organizer address 3 skipped 79 passed (3.1m)
🎭 Playwright Run Summary
3 flaky [@***com/web] › apps/web/playwright/booking/phoneQuestion.e2e.ts:321:11 › Booking With Phone Question and Each Other Question › Booking With Phone Question and Address Question › Booking With Phone Question and Radio group Question › Phone and Radio group required [@***com/web] › apps/web/playwright/booking/selectQuestion.e2e.ts:77:9 › Booking With Phone Question and Each Other Question › Booking With Select Question and checkbox group Question › Select and checkbox group not required [@***com/web] › apps/web/playwright/booking/selectQuestion.e2e.ts:299:9 › Booking With Phone Question and Each Other Question › Booking With Select Question and Number Question › Select and Number not required 2 skipped 128 passed (9.3m)
🎭 Playwright Run Summary
3 flaky [@***com/web] › apps/web/playwright/booking/addressQuestione2e/addressQuestion.e2e.ts:35:9 › Booking With Address Question and Each Other Question › Booking With Address Question and Checkbox Group Question › Address and checkbox group not required [@***com/web] › apps/web/playwright/booking/checkboxGroupQuestion.e2e.ts:424:11 › Booking With Checkbox Group Question and Each Other Question › Booking With Checkbox Group Question and Address Question › Booking With Checkbox Group Question and Short text question › Checkbox Group and Short Text not required [@***com/web] › apps/web/playwright/booking/longTextQuestion.e2e.ts:277:7 › Booking With Long Text Question and Each Other Question › Long Text required and Number not required 2 skipped 109 passed (9.9m)
Detect changes
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, dorny/paths-filter@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Unit tests / test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Type check / check-types
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Linters / lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3, 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 build / Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, 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: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3, dawidd6/action-download-artifact@v2, peter-evans/find-comment@v2, peter-evans/create-or-update-comment@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Analyze Build / analyze
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
E2E React embeds tests / E2E Embed React (2/2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2E embeds tests / E2E Embed Core (2/2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2E React embeds tests / E2E Embed React (1/2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2E embeds tests / E2E Embed Core (1/2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2E App Store tests / E2E App Store (1/2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2E App Store tests / E2E App Store (2/2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2E tests / E2E tests (5/5)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2E tests / E2E tests (4/5)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2E tests / E2E tests (3/5)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Production build (without database) / Build
Failed to restore: EBADF: bad file descriptor, close
Production build (without database) / Build
Failed to restore: EBADF: bad file descriptor, close
Production build (without database) / Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2E tests / E2E tests (2/5)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2E tests / E2E tests (1/5)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

Artifacts

Produced during runtime
Name Size
app-store-results-1_2 Expired
191 KB
app-store-results-2_2 Expired
177 KB
bundle Expired
2.12 KB
embed-core-results-1_2 Expired
859 KB
embed-core-results-2_2 Expired
178 KB
embed-react-results-1_2 Expired
175 KB
embed-react-results-2_2 Expired
173 KB
lint-results Expired
156 KB
test-results-1_5 Expired
58.8 MB
test-results-2_5 Expired
43.3 MB
test-results-3_5 Expired
14.1 MB
test-results-4_5 Expired
1.72 MB
test-results-5_5 Expired
31.4 MB