Skip to content

fix: remove console.log and tsignore apiv2 #25305

fix: remove console.log and tsignore apiv2

fix: remove console.log and tsignore apiv2 #25305

Triggered via pull request July 11, 2024 10:24
Status Success
Total duration 15m 55s
Artifacts 9

pr.yml

on: pull_request_target
Detect changes
10s
Detect changes
Check for E2E label
1s
Check for E2E label
Analyze Build  /  analyze
1m 44s
Analyze Build / analyze
Matrix: Tests / e2e
required
3s
required
Fit to window
Zoom out
Zoom in

Annotations

21 errors, 3 warnings, and 7 notices
[@calcom/web] › apps/web/playwright/webhook.e2e.ts:481:7 › MEETING_ENDED: apps/web/playwright/webhook.e2e.ts#L601
1) [@***com/web] › apps/web/playwright/webhook.e2e.ts:481:7 › MEETING_ENDED, MEETING_STARTED › should create/remove scheduledWebhookTriggers for existing bookings Error: expect(received).toBe(expected) // Object.is equality Expected: 0 Received: 2 599 | }); 600 | > 601 | expect(scheduledTriggersAfterDisabling.length).toBe(0); | ^ 602 | }); 603 | }); 604 | at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/webhook.e2e.ts:601:52
[@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/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:300:9 › Routing Forms › Seeded Routing Form › Router URL should work: packages/app-store/routing-forms/playwright/tests/basic.e2e.ts#L311
1) [@***com/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:300:9 › Routing Forms › Seeded Routing Form › Router URL should work page.goto: Navigation interrupted by another one =========================== logs =========================== navigating to "http://***:3000/router?form=clyh4v4ix0000jx21ht8vjiib&Test%20field=external-redirect", waiting until "load" ============================================================ 309 | }); 310 | > 311 | page.goto(`/router?form=${routingForm.id}&Test field=external-redirect`); | ^ 312 | await page.waitForURL((url) => { 313 | return ( 314 | url.hostname.includes("google.com") && url.searchParams.get("Test field") === "external-redirect" at /home/runner/actions-runner/_work/***.com/***.com/packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:311:12
[@calcom/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:300:9 › Routing Forms › Seeded Routing Form › Router URL should work: 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:300:9 › Routing Forms › Seeded Routing Form › Router URL should work Test timeout of 60000ms exceeded.
[@calcom/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:300:9 › Routing Forms › Seeded Routing Form › Router URL should work: 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:300:9 › Routing Forms › Seeded Routing Form › Router URL should work Pending operations: - page.goto at packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:318:18
[@calcom/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:325:9 › Routing Forms › Seeded Routing Form › Routing Link should validate fields: packages/app-store/routing-forms/playwright/tests/basic.e2e.ts#L329
2) [@***com/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:325: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 ============================================================ 327 | const routingForm = user.routingForms[0]; 328 | await gotoRoutingLink({ page, formId: routingForm.id }); > 329 | page.click('button[type="submit"]'); | ^ 330 | const firstInputMissingValue = await page.evaluate(() => { 331 | return document.querySelectorAll("input")[0].validity.valueMissing; 332 | }); at /home/runner/actions-runner/_work/***.com/***.com/packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:329:12
[@calcom/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:325:9 › Routing Forms › Seeded Routing Form › Routing Link should validate fields: packages/app-store/routing-forms/playwright/tests/basic.e2e.ts#L1
2) [@***com/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:325:9 › Routing Forms › Seeded Routing Form › Routing Link should validate fields Test timeout of 60000ms exceeded while tearing down "context".
[@calcom/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:337:9 › Routing Forms › Seeded Routing Form › Test preview should return correct route: packages/app-store/routing-forms/playwright/tests/basic.e2e.ts#L1
3) [@***com/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:337:9 › Routing Forms › Seeded Routing Form › Test preview should return correct route Test timeout of 60000ms exceeded.
[@calcom/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:337:9 › Routing Forms › Seeded Routing Form › Test preview should return correct route: packages/app-store/routing-forms/playwright/tests/basic.e2e.ts#L345
3) [@***com/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:337:9 › Routing Forms › Seeded Routing Form › Test preview should return correct route page.fill: Target closed =========================== logs =========================== waiting for locator('[data-testid="form-field-Test field"]') ============================================================ 343 | 344 | // //event redirect > 345 | await page.fill('[data-testid="form-field-Test field"]', "event-routing"); | ^ 346 | await page.click('[data-testid="test-routing"]'); 347 | let routingType = await page.locator('[data-testid="test-routing-result-type"]').innerText(); 348 | let route = await page.locator('[data-testid="test-routing-result"]').innerText(); at /home/runner/actions-runner/_work/***.com/***.com/packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:345:18
[@calcom/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:337:9 › Routing Forms › Seeded Routing Form › Test preview should return correct route: packages/app-store/routing-forms/playwright/tests/basic.e2e.ts#L1
3) [@***com/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:337:9 › Routing Forms › Seeded Routing Form › Test preview should return correct route Pending operations: - page.fill at packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:345:18
[@calcom/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:337:9 › Routing Forms › Seeded Routing Form › Test preview should return correct route: packages/app-store/routing-forms/playwright/tests/basic.e2e.ts#L1
3) [@***com/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:337:9 › Routing Forms › Seeded Routing Form › Test preview should return correct route Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 60000ms exceeded.
[@calcom/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:337:9 › Routing Forms › Seeded Routing Form › Test preview should return correct route: packages/app-store/routing-forms/playwright/tests/basic.e2e.ts#L345
3) [@***com/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:337:9 › Routing Forms › Seeded Routing Form › Test preview should return correct route Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── page.fill: Target closed =========================== logs =========================== waiting for locator('[data-testid="form-field-Test field"]') ============================================================ 343 | 344 | // //event redirect > 345 | await page.fill('[data-testid="form-field-Test field"]', "event-routing"); | ^ 346 | await page.click('[data-testid="test-routing"]'); 347 | let routingType = await page.locator('[data-testid="test-routing-result-type"]').innerText(); 348 | let route = await page.locator('[data-testid="test-routing-result"]').innerText(); at /home/runner/actions-runner/_work/***.com/***.com/packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:345:18
[@calcom/web] › apps/web/playwright/manage-booking-questions.e2e.ts:29:9 › Manage Booking Questions › For User EventType › Do a booking with a Address type question and verify a few thing in b/w: apps/web/playwright/manage-booking-questions.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/manage-booking-questions.e2e.ts:29:9 › Manage Booking Questions › For User EventType › Do a booking with a Address type question and verify a few thing in b/w Test timeout of 180000ms exceeded.
[@calcom/web] › apps/web/playwright/manage-booking-questions.e2e.ts:29:9 › Manage Booking Questions › For User EventType › Do a booking with a Address type question and verify a few thing in b/w: apps/web/playwright/manage-booking-questions.e2e.ts#L515
1) [@***com/web] › apps/web/playwright/manage-booking-questions.e2e.ts:29:9 › Manage Booking Questions › For User EventType › Do a booking with a Address type question and verify a few thing in b/w locator.click: Target closed =========================== logs =========================== waiting for locator('[id=test-field-type]').first() ============================================================ 513 | }) { 514 | const locatorForSelect = page.locator(selector.selector).nth(selector.nth); > 515 | await locatorForSelect.click(); | ^ 516 | await locatorForSelect.locator(`text="${optionText}"`).click(); 517 | } 518 | at selectOption (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/manage-booking-questions.e2e.ts:515:26) at addQuestionAndSave (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/manage-booking-questions.e2e.ts:535:11) at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/manage-booking-questions.e2e.ts:283:5 at runTestStepsCommonForTeamAndUserEventType (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/manage-booking-questions.e2e.ts:282:3) at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/manage-booking-questions.e2e.ts:47:7
[@calcom/web] › apps/web/playwright/manage-booking-questions.e2e.ts:29:9 › Manage Booking Questions › For User EventType › Do a booking with a Address type question and verify a few thing in b/w: apps/web/playwright/manage-booking-questions.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/manage-booking-questions.e2e.ts:29:9 › Manage Booking Questions › For User EventType › Do a booking with a Address type question and verify a few thing in b/w Pending operations: - locator.click at apps/web/playwright/manage-booking-questions.e2e.ts:515:26
[@calcom/web] › apps/web/playwright/managed-event-types.e2e.ts:17:7 › Managed Event Types › Can create managed event type: apps/web/playwright/managed-event-types.e2e.ts#L1
2) [@***com/web] › apps/web/playwright/managed-event-types.e2e.ts:17:7 › Managed Event Types › Can create managed event type Test timeout of 60000ms exceeded.
[@calcom/web] › apps/web/playwright/managed-event-types.e2e.ts:17:7 › Managed Event Types › Can create managed event type: apps/web/playwright/managed-event-types.e2e.ts#L166
2) [@***com/web] › apps/web/playwright/managed-event-types.e2e.ts:17:7 › Managed Event Types › Can create managed event type locator.click: Target closed =========================== logs =========================== waiting for getByTestId('event-types').locator('a[title="managed"]') ============================================================ 164 | await page.goto("/event-types"); 165 | > 166 | await page.getByTestId("event-types").locator('a[title="managed"]').click(); | ^ 167 | await page.waitForURL("event-types/**"); 168 | 169 | await expect(page.locator('input[name="title"]')).toBeEditable(); at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/managed-event-types.e2e.ts:166:75 at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/managed-event-types.e2e.ts:162:5
[@calcom/web] › apps/web/playwright/managed-event-types.e2e.ts:17:7 › Managed Event Types › Can create managed event type: apps/web/playwright/managed-event-types.e2e.ts#L1
2) [@***com/web] › apps/web/playwright/managed-event-types.e2e.ts:17:7 › Managed Event Types › Can create managed event type Pending operations: - apiRequestContext.post at apps/web/playwright/fixtures/users.ts:905:33
[@calcom/web] › apps/web/playwright/booking-seats.e2e.ts:19:7 › Booking with Seats › User can create a seated event (2 seats as example): apps/web/playwright/booking-seats.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/booking-seats.e2e.ts:19:7 › Booking with Seats › User can create a seated event (2 seats as example) Test timeout of 60000ms exceeded.
[@calcom/web] › apps/web/playwright/booking-seats.e2e.ts:19:7 › Booking with Seats › User can create a seated event (2 seats as example): apps/web/playwright/lib/testUtils.ts#L174
1) [@***com/web] › apps/web/playwright/booking-seats.e2e.ts:19:7 › Booking with Seats › User can create a seated event (2 seats as example) locator.click: Target closed =========================== logs =========================== waiting for locator('[data-testid="offer-seats-toggle"]') locator resolved to <button value="on" type="button" role="switch" data-stat…>…</button> attempting click action waiting for element to be visible, enabled and stable element is not stable - waiting... element is visible, enabled and stable scrolling into view if needed done scrolling <html lang="en" dir="ltr" class="light">…</html> intercepts pointer events retrying click action, attempt #1 waiting for element to be visible, enabled and stable element is not stable - waiting... element was detached from the DOM, retrying ============================================================ at apps/web/playwright/lib/testUtils.ts:174 172 | await createNewEventType(page, { eventTitle }); 173 | await page.locator('[data-testid="verti***-tab-event_advanced_tab_title"]').click(); > 174 | await page.locator('[data-testid="offer-seats-toggle"]').click(); | ^ 175 | await page.locator('[data-testid="update-eventtype"]').click(); 176 | }; 177 | at createNewSeatedEventType (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/lib/testUtils.ts:174:60) at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/booking-seats.e2e.ts:26:5
[@calcom/web] › apps/web/playwright/booking-seats.e2e.ts:19:7 › Booking with Seats › User can create a seated event (2 seats as example): apps/web/playwright/booking-seats.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/booking-seats.e2e.ts:19:7 › Booking with Seats › User can create a seated event (2 seats as example) Pending operations: - locator.click at apps/web/playwright/lib/testUtils.ts:174:60
Linters / lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: ataylorme/eslint-annotate-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Analyze Build / analyze
The following actions uses Node.js version which is deprecated and will be forced to run on node20: dawidd6/action-download-artifact@v2, peter-evans/find-comment@v2, peter-evans/create-or-update-comment@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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/
🎭 Playwright Run Summary
1 skipped 2 passed (3.0s)
🎭 Playwright Run Summary
1 flaky [@***com/web] › apps/web/playwright/webhook.e2e.ts:481:7 › MEETING_ENDED, MEETING_STARTED › should create/remove scheduledWebhookTriggers for existing bookings 18 skipped 73 passed (1.2m)
🎭 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 3 skipped 20 passed (58.9s)
🎭 Playwright Run Summary
9 skipped 94 passed (2.5m)
🎭 Playwright Run Summary
3 flaky [@***com/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:300:9 › Routing Forms › Seeded Routing Form › Router URL should work [@***com/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:325:9 › Routing Forms › Seeded Routing Form › Routing Link should validate fields [@***com/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:337:9 › Routing Forms › Seeded Routing Form › Test preview should return correct route 5 skipped 7 passed (2.5m)
🎭 Playwright Run Summary
2 flaky [@***com/web] › apps/web/playwright/manage-booking-questions.e2e.ts:29:9 › Manage Booking Questions › For User EventType › Do a booking with a Address type question and verify a few thing in b/w [@***com/web] › apps/web/playwright/managed-event-types.e2e.ts:17:7 › Managed Event Types › Can create managed event type 6 skipped 34 passed (3.3m)
🎭 Playwright Run Summary
1 flaky [@***com/web] › apps/web/playwright/booking-seats.e2e.ts:19:7 › Booking with Seats › User can create a seated event (2 seats as example) 4 skipped 131 passed (3.8m)

Artifacts

Produced during runtime
Name Size
app-store-results Expired
9.16 MB
bundle Expired
2.3 KB
embed-core-results Expired
886 KB
embed-react-results Expired
177 KB
lint-results Expired
341 KB
test-results-1_4 Expired
8.4 MB
test-results-2_4 Expired
263 KB
test-results-3_4 Expired
44.6 MB
test-results-4_4 Expired
6.51 MB