Skip to content

fix: team and org invite e2e tests #14366

fix: team and org invite e2e tests

fix: team and org invite e2e tests #14366

Re-run triggered November 28, 2023 06:25
Status Success
Total duration 16m 23s
Artifacts 13

pr.yml

on: pull_request_target
analyze  /  ...  /  Build
analyze / 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

31 errors, 18 warnings, and 10 notices
Unit tests / test
Can't store NODE_OPTIONS output parameter using '$GITHUB_ENV' command.
E2E React embeds tests / E2E Embed React (1/2)
Can't store NODE_OPTIONS output parameter using '$GITHUB_ENV' command.
E2E App Store tests / E2E App Store (2/2)
Can't store NODE_OPTIONS output parameter using '$GITHUB_ENV' command.
E2E React embeds tests / E2E Embed React (2/2)
Can't store NODE_OPTIONS output parameter using '$GITHUB_ENV' command.
E2E embeds tests / E2E Embed Core (2/2)
Can't store NODE_OPTIONS output parameter using '$GITHUB_ENV' command.
E2E App Store tests / E2E App Store (1/2)
Can't store NODE_OPTIONS output parameter using '$GITHUB_ENV' command.
[@calcom/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:324:9 › Routing Forms › Seeded Routing Form › Routing Link should validate fields: packages/app-store/routing-forms/playwright/tests/basic.e2e.ts#L328
1) [@***com/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:324:9 › Routing Forms › Seeded Routing Form › Routing Link should validate fields page.click: Target closed =========================== logs =========================== waiting for locator('button[type="submit"]') locator resolved to <button type="submit" class="whitespace-nowrap inline-fl…>Submit</button> attempting click action waiting for element to be visible, enabled and stable element is visible, enabled and stable scrolling into view if needed done scrolling performing click action ============================================================ 326 | const routingForm = user.routingForms[0]; 327 | await gotoRoutingLink({ page, formId: routingForm.id }); > 328 | page.click('button[type="submit"]'); | ^ 329 | const firstInputMissingValue = await page.evaluate(() => { 330 | return document.querySelectorAll("input")[0].validity.valueMissing; 331 | }); at /home/runner/actions-runner/_work/***.com/***.com/packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:328:12
[@calcom/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:324:9 › Routing Forms › Seeded Routing Form › Routing Link should validate fields: 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:324:9 › Routing Forms › Seeded Routing Form › Routing Link should validate fields Test timeout of 60000ms exceeded while tearing down "context".
E2E embeds tests / E2E Embed Core (1/2)
Can't store NODE_OPTIONS output parameter using '$GITHUB_ENV' command.
[@calcom/embed-core] › packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:54: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:54:7 › Popup Tests › should open embed iframe on click - Configured with light 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/action-based.e2e.ts:70:32
[@calcom/embed-core] › packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:78:7 › Popup Tests › should be able to reschedule: packages/embeds/embed-core/playwright/tests/action-based.e2e.ts#L1
2) [@***com/embed-core] › packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:78:7 › Popup Tests › should be able to reschedule Test timeout of 60000ms exceeded.
[@calcom/embed-core] › packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:78:7 › Popup Tests › should be able to reschedule: packages/embeds/embed-core/playwright/lib/testUtils.ts#L154
2) [@***com/embed-core] › packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:78:7 › Popup Tests › should be able to reschedule page.waitForResponse: Page closed =========================== logs =========================== waiting for response "**/api/book/event" ============================================================ at packages/embeds/embed-core/playwright/lib/testUtils.ts:154 152 | await frame.press('[name="email"]', "Enter"); 153 | await frame.click("[data-testid=confirm-reschedule-button]"); > 154 | const response = await page.waitForResponse("**/api/book/event"); | ^ 155 | const responseObj = await response.json(); 156 | const booking = responseObj.uid; 157 | // Make sure we're navigated to the success page at rescheduleEvent (/home/runner/actions-runner/_work/***.com/***.com/packages/embeds/embed-core/playwright/lib/testUtils.ts:154:31) at /home/runner/actions-runner/_work/***.com/***.com/packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:99:7 at /home/runner/actions-runner/_work/***.com/***.com/packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:90:5
[@calcom/web] › apps/web/playwright/organization/organization-creation.e2e.ts:21:7 › Organization › should be able to create an organization and complete onboarding: apps/web/playwright/organization/expects.ts#L21
1) [@***com/web] › apps/web/playwright/organization/organization-creation.e2e.ts:21:7 › Organization › should be able to create an organization and complete onboarding Error: expect(received).toBe(expected) // Object.is equality Expected: 1 Received: 0 at apps/web/playwright/organization/expects.ts:21 19 | await page.waitForTimeout(5000); 20 | const receivedEmails = await getEmailsReceivedByUser({ emails, userEmail }); > 21 | expect(receivedEmails?.total).toBe(1); | ^ 22 | const [firstReceivedEmail] = (receivedEmails as Messages).items; 23 | expect(firstReceivedEmail.subject).toBe(subject); 24 | if (!returnLink) return; at expectInvitationEmailToBeReceived (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/expects.ts:21:33) at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/organization-creation.e2e.ts:60:9 at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/organization-creation.e2e.ts:53:7 at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/organization-creation.e2e.ts:33:5
E2E tests / E2E tests (4/5)
Can't store NODE_OPTIONS output parameter using '$GITHUB_ENV' command.
[@calcom/web] › apps/web/playwright/webhook.e2e.ts:611:7 › FORM_SUBMITTED › on submitting team form: apps/web/playwright/webhook.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/webhook.e2e.ts:611:7 › FORM_SUBMITTED › on submitting team form, triggers team webhook Test timeout of 60000ms exceeded.
[@calcom/web] › apps/web/playwright/webhook.e2e.ts:611:7 › FORM_SUBMITTED › on submitting team form: apps/web/playwright/webhook.e2e.ts#L642
1) [@***com/web] › apps/web/playwright/webhook.e2e.ts:611:7 › FORM_SUBMITTED › on submitting team form, triggers team webhook page.fill: Target closed =========================== logs =========================== waiting for locator('[data-testid="form-field-name"]') ============================================================ 640 | await gotoRoutingLink({ page, formId: form.id }); 641 | const fieldName = "name"; > 642 | await page.fill(`[data-testid="form-field-${fieldName}"]`, "John Doe"); | ^ 643 | page.click('button[type="submit"]'); 644 | 645 | await webhookReceiver.waitForRequestCount(1); at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/webhook.e2e.ts:642:16
[@calcom/web] › apps/web/playwright/webhook.e2e.ts:611:7 › FORM_SUBMITTED › on submitting team form: apps/web/playwright/webhook.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/webhook.e2e.ts:611:7 › FORM_SUBMITTED › on submitting team form, triggers team webhook Pending operations: - page.fill at apps/web/playwright/webhook.e2e.ts:642:16
[@calcom/web] › apps/web/playwright/webhook.e2e.ts:611:7 › FORM_SUBMITTED › on submitting team form: apps/web/playwright/webhook.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/webhook.e2e.ts:611:7 › FORM_SUBMITTED › on submitting team form, triggers team webhook Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 60000ms exceeded.
[@calcom/web] › apps/web/playwright/webhook.e2e.ts:611:7 › FORM_SUBMITTED › on submitting team form: apps/web/playwright/webhook.e2e.ts#L642
1) [@***com/web] › apps/web/playwright/webhook.e2e.ts:611:7 › FORM_SUBMITTED › on submitting team form, triggers team webhook Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── page.fill: Target closed =========================== logs =========================== waiting for locator('[data-testid="form-field-name"]') ============================================================ 640 | await gotoRoutingLink({ page, formId: form.id }); 641 | const fieldName = "name"; > 642 | await page.fill(`[data-testid="form-field-${fieldName}"]`, "John Doe"); | ^ 643 | page.click('button[type="submit"]'); 644 | 645 | await webhookReceiver.waitForRequestCount(1); at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/webhook.e2e.ts:642:16
[@calcom/web] › apps/web/playwright/webhook.e2e.ts:611:7 › FORM_SUBMITTED › on submitting team form: apps/web/playwright/webhook.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/webhook.e2e.ts:611:7 › FORM_SUBMITTED › on submitting team form, triggers team webhook Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Pending operations: - page.fill at apps/web/playwright/webhook.e2e.ts:642:16
E2E tests / E2E tests (5/5)
Can't store NODE_OPTIONS output parameter using '$GITHUB_ENV' command.
E2E tests / E2E tests (3/5)
Can't store NODE_OPTIONS output parameter using '$GITHUB_ENV' command.
[@calcom/web] › apps/web/playwright/event-types.e2e.ts:202:11 › Event Types tests › user -- future › Different Locations Tests › Can add Organzer Phone Number location and book with it: apps/web/playwright/event-types.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/event-types.e2e.ts:202:11 › Event Types tests › user -- future › Different Locations Tests › Can add Organzer Phone Number location and book with it Test timeout of 60000ms exceeded.
[@calcom/web] › apps/web/playwright/event-types.e2e.ts:202:11 › Event Types tests › user -- future › Different Locations Tests › Can add Organzer Phone Number location and book with it: apps/web/playwright/event-types.e2e.ts#L206
1) [@***com/web] › apps/web/playwright/event-types.e2e.ts:202:11 › Event Types tests › user -- future › Different Locations Tests › Can add Organzer Phone Number location and book with it locator.click: Target closed =========================== logs =========================== waiting for locator('text="Organizer Phone Number"') ============================================================ 204 | 205 | await page.locator("#location-select").click(); > 206 | await page.locator(`text="Organizer Phone Number"`).click(); | ^ 207 | const locationInputName = "locations[0].hostPhoneNumber"; 208 | await page.locator(`input[name="${locationInputName}"]`).waitFor(); 209 | await page.locator(`input[name="${locationInputName}"]`).fill("9199999999"); at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/event-types.e2e.ts:206:61
[@calcom/web] › apps/web/playwright/event-types.e2e.ts:202:11 › Event Types tests › user -- future › Different Locations Tests › Can add Organzer Phone Number location and book with it: apps/web/playwright/event-types.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/event-types.e2e.ts:202:11 › Event Types tests › user -- future › Different Locations Tests › Can add Organzer Phone Number location and book with it Pending operations: - locator.click at apps/web/playwright/event-types.e2e.ts:206:61
E2E tests / E2E tests (1/5)
Can't store NODE_OPTIONS output parameter using '$GITHUB_ENV' command.
[@calcom/web] › apps/web/playwright/booking/phoneQuestion.e2e.ts:209:11 › Booking With Phone Question and Each Other Question › Booking With Phone Question and Address Question › Booking With Phone Question and Multi email Question › Phone required and Multi email not required: apps/web/playwright/fixtures/regularBookings.ts#L261
1) [@***com/web] › apps/web/playwright/booking/phoneQuestion.e2e.ts:209:11 › Booking With Phone Question and Each Other Question › Booking With Phone Question and Address Question › Booking With Phone Question and Multi email Question › Phone required and Multi email not 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:261 259 | await goToNextMonthIfNoAvailabilities(eventTypePage); 260 | await eventTypePage.getByText("Reschedule").click(); > 261 | while (await eventTypePage.getByRole("button", { name: "View next" }).isVisible()) { | ^ 262 | await eventTypePage.getByRole("button", { name: "View next" }).click(); 263 | } 264 | await eventTypePage.getByTestId("time").first().click(); at Object.rescheduleBooking (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/fixtures/regularBookings.ts:261:77) at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/booking/phoneQuestion.e2e.ts:229:9
[@calcom/web] › apps/web/playwright/change-username.e2e.ts:50:7 › Change username on settings › User can change username to include periods(or dots): apps/web/playwright/change-username.e2e.ts#L1
2) [@***com/web] › apps/web/playwright/change-username.e2e.ts:50:7 › Change username on settings › User can change username to include periods(or dots) Test timeout of 60000ms exceeded.
[@calcom/web] › apps/web/playwright/change-username.e2e.ts:50:7 › Change username on settings › User can change username to include periods(or dots): apps/web/playwright/change-username.e2e.ts#L60
2) [@***com/web] › apps/web/playwright/change-username.e2e.ts:50:7 › Change username on settings › User can change username to include periods(or dots) page.click: Target closed =========================== logs =========================== waiting for locator('[data-testid=update-username-btn]') ============================================================ 58 | // User can change username to include dots(or periods) 59 | await usernameInput.fill("demo.username"); > 60 | await page.click("[data-testid=update-username-btn]"); | ^ 61 | await Promise.all([ 62 | page.click("[data-testid=save-username]"), 63 | page.getByTestId("toast-success").waitFor(), at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/change-username.e2e.ts:60:16
[@calcom/web] › apps/web/playwright/change-username.e2e.ts:50:7 › Change username on settings › User can change username to include periods(or dots): apps/web/playwright/change-username.e2e.ts#L1
2) [@***com/web] › apps/web/playwright/change-username.e2e.ts:50:7 › Change username on settings › User can change username to include periods(or dots) Pending operations: - page.click at apps/web/playwright/change-username.e2e.ts:60:16
E2E tests / E2E tests (2/5)
Can't store NODE_OPTIONS output parameter using '$GITHUB_ENV' command.
Linters / lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
analyze / analyze
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/upload-artifact@v2, peter-evans/find-comment@v1, peter-evans/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
analyze / 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/
analyze / 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/
analyze / 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/
analyze / 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/
analyze / 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)
The following actions uses node12 which is deprecated and will be forced to run on node16: buildjet/cache@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
E2E App Store tests / E2E App Store (2/2)
The following actions uses node12 which is deprecated and will be forced to run on node16: buildjet/cache@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
E2E React embeds tests / E2E Embed React (2/2)
The following actions uses node12 which is deprecated and will be forced to run on node16: buildjet/cache@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
E2E embeds tests / E2E Embed Core (2/2)
The following actions uses node12 which is deprecated and will be forced to run on node16: buildjet/cache@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
E2E App Store tests / E2E App Store (1/2)
The following actions uses node12 which is deprecated and will be forced to run on node16: buildjet/cache@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
E2E embeds tests / E2E Embed Core (1/2)
The following actions uses node12 which is deprecated and will be forced to run on node16: buildjet/cache@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
E2E tests / E2E tests (4/5)
The following actions uses node12 which is deprecated and will be forced to run on node16: buildjet/cache@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
E2E tests / E2E tests (5/5)
The following actions uses node12 which is deprecated and will be forced to run on node16: buildjet/cache@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
E2E tests / E2E tests (3/5)
The following actions uses node12 which is deprecated and will be forced to run on node16: buildjet/cache@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
E2E tests / E2E tests (1/5)
The following actions uses node12 which is deprecated and will be forced to run on node16: buildjet/cache@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
E2E tests / E2E tests (2/5)
The following actions uses node12 which is deprecated and will be forced to run on node16: buildjet/cache@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
🎭 Playwright Run Summary
1 passed (2.5s)
🎭 Playwright Run Summary
2 passed (14.5s)
🎭 Playwright Run Summary
2 skipped 2 passed (6.6s)
🎭 Playwright Run Summary
1 flaky [@***com/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:324:9 › Routing Forms › Seeded Routing Form › Routing Link should validate fields 5 skipped 7 passed (29.2s)
🎭 Playwright Run Summary
2 flaky [@***com/embed-core] › packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:54:7 › Popup Tests › should open embed iframe on click - Configured with light theme [@***com/embed-core] › packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:78:7 › Popup Tests › should be able to reschedule 1 skipped 11 passed (1.1m)
🎭 Playwright Run Summary
1 flaky [@***com/web] › apps/web/playwright/organization/organization-creation.e2e.ts:21:7 › Organization › should be able to create an organization and complete onboarding 1 skipped 17 passed (55.3s)
🎭 Playwright Run Summary
1 flaky [@***com/web] › apps/web/playwright/webhook.e2e.ts:611:7 › FORM_SUBMITTED › on submitting team form, triggers team webhook 7 skipped 37 passed (2.8m)
🎭 Playwright Run Summary
1 flaky [@***com/web] › apps/web/playwright/event-types.e2e.ts:202:11 › Event Types tests › user -- future › Different Locations Tests › Can add Organzer Phone Number location and book with it 3 skipped 73 passed (3.2m)
🎭 Playwright Run Summary
1 skipped 71 passed (5.2m)
🎭 Playwright Run Summary
2 flaky [@***com/web] › apps/web/playwright/booking/phoneQuestion.e2e.ts:209:11 › Booking With Phone Question and Each Other Question › Booking With Phone Question and Address Question › Booking With Phone Question and Multi email Question › Phone required and Multi email not required [@***com/web] › apps/web/playwright/change-username.e2e.ts:50:7 › Change username on settings › User can change username to include periods(or dots) 1 skipped 112 passed (7.3m)

Artifacts

Produced during runtime
Name Size
app-store-results-1_2 Expired
1.68 MB
app-store-results-2_2 Expired
414 KB
bundle Expired
6.16 KB
embed-core-results-1_2 Expired
19.5 MB
embed-core-results-2_2 Expired
415 KB
embed-react-results-1_2 Expired
410 KB
embed-react-results-2_2 Expired
408 KB
lint-results Expired
1.48 MB
test-results-1_5 Expired
541 KB
test-results-2_5 Expired
15.8 MB
test-results-3_5 Expired
6.47 MB
test-results-4_5 Expired
3.13 MB
test-results-5_5 Expired
6.03 MB