Skip to content

chore: Shorten "aplicaciones instaladas" to "apps instaladas" #18638

chore: Shorten "aplicaciones instaladas" to "apps instaladas"

chore: Shorten "aplicaciones instaladas" to "apps instaladas" #18638

Triggered via pull request February 21, 2024 17:30
Status Success
Total duration 23m 28s
Artifacts 13

pr.yml

on: pull_request_target
Detect changes
15s
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

30 errors, 20 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:31:7 › Update Profile › Cannot update a users email when existing user has same email (verification enabled): apps/web/playwright/profile.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/profile.e2e.ts:31:7 › Update Profile › Cannot update a users email when existing user has same email (verification enabled) Test timeout of 60000ms exceeded.
[@calcom/web] › apps/web/playwright/profile.e2e.ts:31:7 › Update Profile › Cannot update a users email when existing user has same email (verification enabled): apps/web/playwright/profile.e2e.ts#L55
1) [@***com/web] › apps/web/playwright/profile.e2e.ts:31:7 › Update Profile › Cannot update a users email when existing user has same email (verification enabled) locator.click: Target closed =========================== logs =========================== waiting for getByTestId('profile-submit-button') locator resolved to <button type="submit" data-testid="profile-submit-button…>update</button> attempting click action waiting for element to be visible, enabled and stable element is visible, enabled and stable scrolling into view if needed element was detached from the DOM, retrying locator resolved to <button disabled type="submit" data-testid="profile-subm…>Update</button> attempting click action waiting for element to be visible, enabled and stable element is not enabled - waiting... ============================================================ 53 | await emailInput.fill(email); 54 | > 55 | await page.getByTestId("profile-submit-button").click(); | ^ 56 | 57 | await page.getByTestId("password").fill(user?.username ?? "Nameless User"); 58 | at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/profile.e2e.ts:55:53
[@calcom/web] › apps/web/playwright/profile.e2e.ts:31:7 › Update Profile › Cannot update a users email when existing user has same email (verification enabled): apps/web/playwright/profile.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/profile.e2e.ts:31:7 › Update Profile › Cannot update a users email when existing user has same email (verification enabled) Pending operations: - locator.click at apps/web/playwright/profile.e2e.ts:55:53
[@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
2) [@***com/web] › apps/web/playwright/profile.e2e.ts:96:7 › Update Profile › Can update a users email (verification enabled) page.waitForURL: Timeout 30000ms exceeded. =========================== logs =========================== waiting for navigation to "/event-types" until "load" navigated to "http://***:3000/auth/login" ============================================================ 146 | 147 | // After email verification is successfull. user is sent to /event-types > 148 | await page.waitForURL("/event-types"); | ^ 149 | 150 | await page.goto("/settings/my-account/profile"); 151 | const emailInputUpdated = await page.getByTestId("profile-form-email"); at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/profile.e2e.ts:148:16
[@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
2) [@***com/web] › apps/web/playwright/profile.e2e.ts:96:7 › Update Profile › Can update a users email (verification enabled) Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── page.waitForURL: Timeout 30000ms exceeded. =========================== logs =========================== waiting for navigation to "/event-types" until "load" navigated to "http://***:3000/auth/login" ============================================================ 146 | 147 | // After email verification is successfull. user is sent to /event-types > 148 | await page.waitForURL("/event-types"); | ^ 149 | 150 | await page.goto("/settings/my-account/profile"); 151 | const emailInputUpdated = await page.getByTestId("profile-form-email"); at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/profile.e2e.ts:148:16
[@calcom/web] › apps/web/playwright/event-types.e2e.ts:56:9 › Event Types tests -- future › user › enabling recurring event comes with default options: apps/web/playwright/event-types.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/event-types.e2e.ts:56:9 › Event Types tests -- future › user › enabling recurring event comes with default options Test timeout of 60000ms exceeded.
[@calcom/web] › apps/web/playwright/event-types.e2e.ts:56:9 › Event Types tests -- future › user › enabling recurring event comes with default options: apps/web/playwright/event-types.e2e.ts#L63
1) [@***com/web] › apps/web/playwright/event-types.e2e.ts:56:9 › Event Types tests -- future › user › enabling recurring event comes with default options page.click: Target closed =========================== logs =========================== waiting for locator('[data-testid=recurring-event-check]') ============================================================ 61 | await page.click("[data-testid=verti***-tab-recurring]"); 62 | await expect(page.locator("[data-testid=recurring-event-collapsible]")).toBeHidden(); > 63 | await page.click("[data-testid=recurring-event-check]"); | ^ 64 | await expect(page.locator("[data-testid=recurring-event-collapsible]")).toBeVisible(); 65 | 66 | expect( at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/event-types.e2e.ts:63:18
[@calcom/web] › apps/web/playwright/event-types.e2e.ts:56:9 › Event Types tests -- future › user › enabling recurring event comes with default options: apps/web/playwright/event-types.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/event-types.e2e.ts:56:9 › Event Types tests -- future › user › enabling recurring event comes with default options Pending operations: - page.click at apps/web/playwright/event-types.e2e.ts:63:18
[@calcom/web] › apps/web/playwright/event-types.e2e.ts:274:11 › Event Types tests -- legacy › user › Different Locations Tests › can add single organizer address location without display location public option: apps/web/playwright/event-types.e2e.ts#L300
2) [@***com/web] › apps/web/playwright/event-types.e2e.ts:274:11 › Event Types tests -- legacy › user › Different Locations Tests › can add single organizer address location without display location public option Error: Timed out 30000ms waiting for expect(received).toHaveText(expected) Expected string: "New Delhi" Received string: "" Call log: - expect.toHaveText with timeout 30000ms - waiting for locator('[data-testid="where"]') - waiting for locator('[data-testid="where"]') 298 | await bookTimeSlot(page); 299 | await expect(page.locator("[data-testid=success-page]")).toBeVisible(); > 300 | await expect(page.locator(`[data-testid="where"]`)).toHaveText(locationAddress); | ^ 301 | }); 302 | 303 | test("can select 'display on booking page' option when multiple organizer input type are present", async ({ at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/event-types.e2e.ts:300:61
[@calcom/web] › apps/web/playwright/login.e2e.ts:16:7 › user can login & logout succesfully -- legacy › login flow user & logout using dashboard: apps/web/playwright/login.e2e.ts#L40
3) [@***com/web] › apps/web/playwright/login.e2e.ts:16:7 › user can login & logout succesfully -- legacy › login flow user & logout using dashboard Error: Timed out 30000ms waiting for expect(received).toBeVisible() Call log: - expect.toBeVisible with timeout 30000ms - waiting for locator('[data-testid=login-form]') - waiting for locator('[data-testid=login-form]') 38 | 39 | // Reroute to the home page to check if the login form shows up > 40 | await expect(page.locator(`[data-testid=login-form]`)).toBeVisible(); | ^ 41 | }); 42 | }); 43 | }); at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/login.e2e.ts:40:62 at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/login.e2e.ts:28:5
[@calcom/web] › apps/web/playwright/booking/radioGroupQuestion.e2e.ts:319:11 › Booking With Radio Question and Each Other Question › Booking With Radio Question and Address Question › Booking With Radio Question and Phone Question › Radio required and Phone required: apps/web/playwright/booking/radioGroupQuestion.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/booking/radioGroupQuestion.e2e.ts:319:11 › Booking With Radio Question and Each Other Question › Booking With Radio Question and Address Question › Booking With Radio Question and Phone Question › Radio required and Phone required Test timeout of 60000ms exceeded.
[@calcom/web] › apps/web/playwright/booking/radioGroupQuestion.e2e.ts:319:11 › Booking With Radio Question and Each Other Question › Booking With Radio Question and Address Question › Booking With Radio Question and Phone Question › Radio required and Phone required: apps/web/playwright/fixtures/regularBookings.ts#L407
1) [@***com/web] › apps/web/playwright/booking/radioGroupQuestion.e2e.ts:319:11 › Booking With Radio Question and Each Other Question › Booking With Radio Question and Address Question › Booking With Radio Question and Phone Question › Radio required and Phone 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/radioGroupQuestion.e2e.ts:325:9
[@calcom/web] › apps/web/playwright/booking/radioGroupQuestion.e2e.ts:319:11 › Booking With Radio Question and Each Other Question › Booking With Radio Question and Address Question › Booking With Radio Question and Phone Question › Radio required and Phone required: apps/web/playwright/booking/radioGroupQuestion.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/booking/radioGroupQuestion.e2e.ts:319:11 › Booking With Radio Question and Each Other Question › Booking With Radio Question and Address Question › Booking With Radio Question and Phone Question › Radio required and Phone required Pending operations: - locator.waitFor at apps/web/playwright/fixtures/regularBookings.ts:407:38
[@calcom/web] › apps/web/playwright/booking/selectQuestion.e2e.ts:99:9 › Booking With Phone Question and Each Other Question › Booking With Select Question and checkbox Question › Select required and checkbox required: apps/web/playwright/booking/selectQuestion.e2e.ts#L1
2) [@***com/web] › apps/web/playwright/booking/selectQuestion.e2e.ts:99:9 › Booking With Phone Question and Each Other Question › Booking With Select Question and checkbox Question › Select required and checkbox required Test timeout of 60000ms exceeded.
[@calcom/web] › apps/web/playwright/booking/selectQuestion.e2e.ts:99:9 › Booking With Phone Question and Each Other Question › Booking With Select Question and checkbox Question › Select required and checkbox required: apps/web/playwright/fixtures/regularBookings.ts#L407
2) [@***com/web] › apps/web/playwright/booking/selectQuestion.e2e.ts:99:9 › Booking With Phone Question and Each Other Question › Booking With Select Question and checkbox Question › Select required and checkbox 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:105:7
[@calcom/web] › apps/web/playwright/booking/selectQuestion.e2e.ts:99:9 › Booking With Phone Question and Each Other Question › Booking With Select Question and checkbox Question › Select required and checkbox required: apps/web/playwright/booking/selectQuestion.e2e.ts#L1
2) [@***com/web] › apps/web/playwright/booking/selectQuestion.e2e.ts:99:9 › Booking With Phone Question and Each Other Question › Booking With Select Question and checkbox Question › Select required and checkbox required Pending operations: - locator.waitFor at apps/web/playwright/fixtures/regularBookings.ts:407:38
[@calcom/web] › apps/web/playwright/booking/selectQuestion.e2e.ts:183:9 › Booking With Phone Question and Each Other Question › Booking With Select Question and Multi email Question › Select required and Multi email required: apps/web/playwright/fixtures/regularBookings.ts#L319
3) [@***com/web] › apps/web/playwright/booking/selectQuestion.e2e.ts:183:9 › Booking With Phone Question and Each Other Question › Booking With Select Question and Multi email Question › Select required and Multi email required locator.isVisible: Execution context was destroyed, most likely because of a navigation =========================== logs =========================== checking visibility of getByRole('button', { name: 'View next' }) ============================================================ at apps/web/playwright/fixtures/regularBookings.ts:319 317 | await goToNextMonthIfNoAvailabilities(eventTypePage); 318 | await eventTypePage.getByText("Reschedule").click(); > 319 | while (await eventTypePage.getByRole("button", { name: "View next" }).isVisible()) { | ^ 320 | await eventTypePage.getByRole("button", { name: "View next" }).click(); 321 | } 322 | await eventTypePage.getByTestId("time").first().click(); at Object.rescheduleBooking (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/fixtures/regularBookings.ts:319:77) at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/booking/selectQuestion.e2e.ts:203:7
[@calcom/web] › apps/web/playwright/booking/selectQuestion.e2e.ts:183:9 › Booking With Phone Question and Each Other Question › Booking With Select Question and Multi email Question › Select required and Multi email required: apps/web/playwright/booking/selectQuestion.e2e.ts#L1
3) [@***com/web] › apps/web/playwright/booking/selectQuestion.e2e.ts:183:9 › Booking With Phone Question and Each Other Question › Booking With Select Question and Multi email Question › Select required and Multi email required Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 60000ms exceeded.
[@calcom/web] › apps/web/playwright/booking/selectQuestion.e2e.ts:183:9 › Booking With Phone Question and Each Other Question › Booking With Select Question and Multi email Question › Select required and Multi email required: apps/web/playwright/fixtures/regularBookings.ts#L407
3) [@***com/web] › apps/web/playwright/booking/selectQuestion.e2e.ts:183:9 › Booking With Phone Question and Each Other Question › Booking With Select Question and Multi email Question › Select required and Multi email 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/selectQuestion.e2e.ts:195:7
[@calcom/web] › apps/web/playwright/booking/selectQuestion.e2e.ts:183:9 › Booking With Phone Question and Each Other Question › Booking With Select Question and Multi email Question › Select required and Multi email required: apps/web/playwright/booking/selectQuestion.e2e.ts#L1
3) [@***com/web] › apps/web/playwright/booking/selectQuestion.e2e.ts:183:9 › Booking With Phone Question and Each Other Question › Booking With Select Question and Multi email Question › Select required and Multi email 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:140:11 › Booking With Checkbox Group Question and Each Other Question › Booking With Checkbox Group Question and Address Question › Booking With Checkbox Group Question and Long text Question › Checkbox Group required and Long text required: apps/web/playwright/booking/checkboxGroupQuestion.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/booking/checkboxGroupQuestion.e2e.ts:140:11 › Booking With Checkbox Group Question and Each Other Question › Booking With Checkbox Group Question and Address Question › Booking With Checkbox Group Question and Long text Question › Checkbox Group required and Long text required Test timeout of 60000ms exceeded.
[@calcom/web] › apps/web/playwright/booking/checkboxGroupQuestion.e2e.ts:140:11 › Booking With Checkbox Group Question and Each Other Question › Booking With Checkbox Group Question and Address Question › Booking With Checkbox Group Question and Long text Question › Checkbox Group required and Long text required: apps/web/playwright/fixtures/regularBookings.ts#L407
1) [@***com/web] › apps/web/playwright/booking/checkboxGroupQuestion.e2e.ts:140:11 › Booking With Checkbox Group Question and Each Other Question › Booking With Checkbox Group Question and Address Question › Booking With Checkbox Group Question and Long text Question › Checkbox Group required and Long text 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:146:9
[@calcom/web] › apps/web/playwright/booking/checkboxGroupQuestion.e2e.ts:140:11 › Booking With Checkbox Group Question and Each Other Question › Booking With Checkbox Group Question and Address Question › Booking With Checkbox Group Question and Long text Question › Checkbox Group required and Long text required: apps/web/playwright/booking/checkboxGroupQuestion.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/booking/checkboxGroupQuestion.e2e.ts:140:11 › Booking With Checkbox Group Question and Each Other Question › Booking With Checkbox Group Question and Address Question › Booking With Checkbox Group Question and Long text Question › Checkbox Group required and Long text required Pending operations: - locator.waitFor at apps/web/playwright/fixtures/regularBookings.ts:407:38
[@calcom/web] › apps/web/playwright/booking/longTextQuestion.e2e.ts:12:7 › Booking With Long Text Question and Each Other Question › Long Text and Address required: apps/web/playwright/fixtures/regularBookings.ts#L399
2) [@***com/web] › apps/web/playwright/booking/longTextQuestion.e2e.ts:12:7 › Booking With Long Text Question and Each Other Question › Long Text and Address 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/longTextQuestion.e2e.ts:20:5
[@calcom/web] › apps/web/playwright/booking/longTextQuestion.e2e.ts:208:9 › Booking With Long Text Question and Each Other Question › Booking With Long Text Question and multiselect Question › Long Text and multiselect text required: apps/web/playwright/fixtures/regularBookings.ts#L328
3) [@***com/web] › apps/web/playwright/booking/longTextQuestion.e2e.ts:208:9 › Booking With Long Text Question and Each Other Question › Booking With Long Text Question and multiselect Question › Long Text and multiselect text 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/longTextQuestion.e2e.ts:224:7
[@calcom/web] › apps/web/playwright/booking/longTextQuestion.e2e.ts:414:9 › Booking With Long Text Question and Each Other Question › Booking With Long Text Question and select Question › Long Text required and select not required: apps/web/playwright/booking/longTextQuestion.e2e.ts#L1
4) [@***com/web] › apps/web/playwright/booking/longTextQuestion.e2e.ts:414:9 › Booking With Long Text Question and Each Other Question › Booking With Long Text Question and select Question › Long Text required and select not required Test timeout of 60000ms exceeded.
[@calcom/web] › apps/web/playwright/booking/longTextQuestion.e2e.ts:414:9 › Booking With Long Text Question and Each Other Question › Booking With Long Text Question and select Question › Long Text required and select not required: apps/web/playwright/fixtures/regularBookings.ts#L407
4) [@***com/web] › apps/web/playwright/booking/longTextQuestion.e2e.ts:414:9 › Booking With Long Text Question and Each Other Question › Booking With Long Text Question and select Question › Long Text required and select 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:422:7
[@calcom/web] › apps/web/playwright/booking/longTextQuestion.e2e.ts:414:9 › Booking With Long Text Question and Each Other Question › Booking With Long Text Question and select Question › Long Text required and select not required: apps/web/playwright/booking/longTextQuestion.e2e.ts#L1
4) [@***com/web] › apps/web/playwright/booking/longTextQuestion.e2e.ts:414:9 › Booking With Long Text Question and Each Other Question › Booking With Long Text Question and select Question › Long Text required and select not required Pending operations: - locator.waitFor at apps/web/playwright/fixtures/regularBookings.ts:407:38
[@calcom/web] › apps/web/playwright/booking/multipleEmailQuestion.e2e.ts:446:11 › Booking With Multiple Email Question and Each Other Question › Booking With Multiple Email Question and Radio group Question › Booking With Multiple Email Question and select Question › Multiple Email required and select required: apps/web/playwright/fixtures/regularBookings.ts#L328
5) [@***com/web] › apps/web/playwright/booking/multipleEmailQuestion.e2e.ts:446:11 › Booking With Multiple Email Question and Each Other Question › Booking With Multiple Email Question and Radio group Question › Booking With Multiple Email Question and select Question › Multiple Email required and select 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/multipleEmailQuestion.e2e.ts:466:9
🎭 Playwright Run Summary
2 skipped 2 passed (5.7s)
🎭 Playwright Run Summary
1 passed (2.9s)
🎭 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.3s)
🎭 Playwright Run Summary
5 skipped 8 passed (34.0s)
🎭 Playwright Run Summary
2 passed (17.4s)
🎭 Playwright Run Summary
3 skipped 34 passed (1.1m)
🎭 Playwright Run Summary
2 flaky [@***com/web] › apps/web/playwright/profile.e2e.ts:31:7 › Update Profile › Cannot update a users email when existing user has same email (verification enabled) [@***com/web] › apps/web/playwright/profile.e2e.ts:96:7 › Update Profile › Can update a users email (verification enabled) 13 skipped 61 passed (2.4m)
🎭 Playwright Run Summary
3 flaky [@***com/web] › apps/web/playwright/event-types.e2e.ts:56:9 › Event Types tests -- future › user › enabling recurring event comes with default options [@***com/web] › apps/web/playwright/event-types.e2e.ts:274:11 › Event Types tests -- legacy › user › Different Locations Tests › can add single organizer address location without display location public option [@***com/web] › apps/web/playwright/login.e2e.ts:16:7 › user can login & logout succesfully -- legacy › login flow user & logout using dashboard 3 skipped 78 passed (4.4m)
🎭 Playwright Run Summary
6 flaky [@***com/web] › apps/web/playwright/booking/radioGroupQuestion.e2e.ts:319:11 › Booking With Radio Question and Each Other Question › Booking With Radio Question and Address Question › Booking With Radio Question and Phone Question › Radio required and Phone required [@***com/web] › apps/web/playwright/booking/selectQuestion.e2e.ts:99:9 › Booking With Phone Question and Each Other Question › Booking With Select Question and checkbox Question › Select required and checkbox required [@***com/web] › apps/web/playwright/booking/selectQuestion.e2e.ts:183:9 › Booking With Phone Question and Each Other Question › Booking With Select Question and Multi email Question › Select required and Multi email required [@***com/web] › apps/web/playwright/booking/selectQuestion.e2e.ts:341:9 › Booking With Phone Question and Each Other Question › Booking With Select Question and Phone Question › Select and Phone not required [@***com/web] › apps/web/playwright/booking-pages.e2e.ts:267:7 › prefill -- legacy › logged in ─ [@***com/web] › apps/web/playwright/change-username.e2e.ts:25:7 › Change username on settings › User can change username 2 skipped 125 passed (6.7m)
🎭 Playwright Run Summary
5 flaky [@***com/web] › apps/web/playwright/booking/checkboxGroupQuestion.e2e.ts:140:11 › Booking With Checkbox Group Question and Each Other Question › Booking With Checkbox Group Question and Address Question › Booking With Checkbox Group Question and Long text Question › Checkbox Group required and Long text required [@***com/web] › apps/web/playwright/booking/longTextQuestion.e2e.ts:12:7 › Booking With Long Text Question and Each Other Question › Long Text and Address required [@***com/web] › apps/web/playwright/booking/longTextQuestion.e2e.ts:208:9 › Booking With Long Text Question and Each Other Question › Booking With Long Text Question and multiselect Question › Long Text and multiselect text required [@***com/web] › apps/web/playwright/booking/longTextQuestion.e2e.ts:414:9 › Booking With Long Text Question and Each Other Question › Booking With Long Text Question and select Question › Long Text required and select not required [@***com/web] › apps/web/playwright/booking/multipleEmailQuestion.e2e.ts:446:11 › Booking With Multiple Email Question and Each Other Question › Booking With Multiple Email Question and Radio group Question › Booking With Multiple Email Question and select Question › Multiple Email required and select required 2 skipped 107 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/.
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/.
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 (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 (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 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/.
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 (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 (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/.
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.13 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
180 KB
test-results-1_5 Expired
79.8 MB
test-results-2_5 Expired
70.2 MB
test-results-3_5 Expired
20.7 MB
test-results-4_5 Expired
228 KB
test-results-5_5 Expired
8.46 MB