Skip to content

fix: revert libraries version event-types controller apiv2 #25872

fix: revert libraries version event-types controller apiv2

fix: revert libraries version event-types controller apiv2 #25872

Triggered via pull request July 18, 2024 22:25
Status In progress
Total duration
Artifacts 9

pr.yml

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

Annotations

17 errors, 4 warnings, and 7 notices
[@calcom/web] › apps/web/playwright/organization/booking.e2e.ts:83:9 › Bookings › Team Event › Can create a booking for Round Robin EventType: apps/web/playwright/organization/booking.e2e.ts#L516
1) [@***com/web] › apps/web/playwright/organization/booking.e2e.ts:83:9 › Bookings › Team Event › Can create a booking for Round Robin EventType Error: expect(received).toBe(expected) // Object.is equality Expected: true Received: false 514 | return BookingTitle === bookingTitle; 515 | }) > 516 | ).toBe(true); | ^ 517 | } else { 518 | const BookingTitle = `${event.title} between ${team.name} and ${testName}`; 519 | await expect(page.getByTestId("booking-title")).toHaveText(BookingTitle); at bookTeamEvent (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/booking.e2e.ts:516:7) at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/booking.e2e.ts:118:11 at doOnOrgDomain (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/lib/testUtils.ts:365:3) at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/booking.e2e.ts:112:7
[@calcom/web] › apps/web/playwright/organization/booking.e2e.ts:83:9 › Bookings › Team Event › Can create a booking for Round Robin EventType: apps/web/playwright/organization/booking.e2e.ts#L516
1) [@***com/web] › apps/web/playwright/organization/booking.e2e.ts:83:9 › Bookings › Team Event › Can create a booking for Round Robin EventType Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: true Received: false 514 | return BookingTitle === bookingTitle; 515 | }) > 516 | ).toBe(true); | ^ 517 | } else { 518 | const BookingTitle = `${event.title} between ${team.name} and ${testName}`; 519 | await expect(page.getByTestId("booking-title")).toHaveText(BookingTitle); at bookTeamEvent (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/booking.e2e.ts:516:7) at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/booking.e2e.ts:118:11 at doOnOrgDomain (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/lib/testUtils.ts:365:3) at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/booking.e2e.ts:112:7
[@calcom/embed-core] › packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:57:7 › Popup Tests › should open embed iframe on click - Configured with light theme: packages/embeds/embed-core/playwright/tests/action-based.e2e.ts#L66
1) [@***com/embed-core] › packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:57:7 › Popup Tests › should open embed iframe on click - Configured with light theme Error: Expected to provide an iframe, got null 64 | const embedIframe = await getEmbedIframe({ ***Namespace, page, pathname: "/free" }); 65 | > 66 | await expect(embedIframe).toBeEmbedCalLink(***Namespace, embeds.getActionFiredDetails, { | ^ 67 | pathname: "/free", 68 | }); 69 | // expect(await page.screenshot()).toMatchSnapshot("event-types-list.png"); at /home/runner/actions-runner/_work/***.com/***.com/packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:66:31
[@calcom/web] › apps/web/playwright/event-types.e2e.ts:63:9 › Event Types tests -- legacy › 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:63:9 › Event Types tests -- legacy › user › enabling recurring event comes with default options Test timeout of 60000ms exceeded.
[@calcom/web] › apps/web/playwright/event-types.e2e.ts:63:9 › Event Types tests -- legacy › user › enabling recurring event comes with default options: apps/web/playwright/event-types.e2e.ts#L70
1) [@***com/web] › apps/web/playwright/event-types.e2e.ts:63:9 › Event Types tests -- legacy › user › enabling recurring event comes with default options page.click: Target closed =========================== logs =========================== waiting for locator('[data-testid=recurring-event-check]') ============================================================ 68 | await page.click("[data-testid=verti***-tab-recurring]"); 69 | await expect(page.locator("[data-testid=recurring-event-collapsible]")).toBeHidden(); > 70 | await page.click("[data-testid=recurring-event-check]"); | ^ 71 | await expect(page.locator("[data-testid=recurring-event-collapsible]")).toBeVisible(); 72 | 73 | expect( at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/event-types.e2e.ts:70:18
[@calcom/web] › apps/web/playwright/event-types.e2e.ts:63:9 › Event Types tests -- legacy › 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:63:9 › Event Types tests -- legacy › user › enabling recurring event comes with default options Pending operations: - page.click at apps/web/playwright/event-types.e2e.ts:70:18
[@calcom/web] › apps/web/playwright/profile.e2e.ts:304:7 › Update Profile › Newly added secondary email should show as Unverified: apps/web/playwright/profile.e2e.ts#L311
1) [@***com/web] › apps/web/playwright/profile.e2e.ts:304:7 › Update Profile › Newly added secondary email should show as Unverified Error: expect(received).toEqual(expected) // deep equality Expected: true Received: false 309 | 310 | expect(await page.getByTestId("profile-form-email-1-primary-badge").isVisible()).toEqual(false); > 311 | expect(await page.getByTestId("profile-form-email-1-unverified-badge").isVisible()).toEqual(true); | ^ 312 | }); 313 | 314 | // TODO: This test is extremely flaky and has been failing a lot, blocking many PRs. Fix this. at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/profile.e2e.ts:311:89
[@calcom/web] › apps/web/playwright/profile.e2e.ts:304:7 › Update Profile › Newly added secondary email should show as Unverified: apps/web/playwright/profile.e2e.ts#L311
1) [@***com/web] › apps/web/playwright/profile.e2e.ts:304:7 › Update Profile › Newly added secondary email should show as Unverified Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toEqual(expected) // deep equality Expected: true Received: false 309 | 310 | expect(await page.getByTestId("profile-form-email-1-primary-badge").isVisible()).toEqual(false); > 311 | expect(await page.getByTestId("profile-form-email-1-unverified-badge").isVisible()).toEqual(true); | ^ 312 | }); 313 | 314 | // TODO: This test is extremely flaky and has been failing a lot, blocking many PRs. Fix this. at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/profile.e2e.ts:311:89
[@calcom/web] › apps/web/playwright/profile.e2e.ts:304:7 › Update Profile › Newly added secondary email should show as Unverified: apps/web/playwright/profile.e2e.ts#L311
1) [@***com/web] › apps/web/playwright/profile.e2e.ts:304:7 › Update Profile › Newly added secondary email should show as Unverified Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toEqual(expected) // deep equality Expected: true Received: false 309 | 310 | expect(await page.getByTestId("profile-form-email-1-primary-badge").isVisible()).toEqual(false); > 311 | expect(await page.getByTestId("profile-form-email-1-unverified-badge").isVisible()).toEqual(true); | ^ 312 | }); 313 | 314 | // TODO: This test is extremely flaky and has been failing a lot, blocking many PRs. Fix this. at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/profile.e2e.ts:311:89
[@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#L62
2) [@***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:62 60 | await expect(selectedWorkflow).toBeHidden(); 61 | } else { > 62 | await expect(selectedWorkflow).toBeVisible(); | ^ 63 | } 64 | }; 65 | at hasWorkflowInList (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/fixtures/workflows.ts:62:38) at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/workflow.e2e.ts:29:15
[@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#L62
2) [@***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 Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── 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:62 60 | await expect(selectedWorkflow).toBeHidden(); 61 | } else { > 62 | await expect(selectedWorkflow).toBeVisible(); | ^ 63 | } 64 | }; 65 | at hasWorkflowInList (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/fixtures/workflows.ts:62:38) at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/workflow.e2e.ts:29:15
[@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#L62
2) [@***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 Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── 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:62 60 | await expect(selectedWorkflow).toBeHidden(); 61 | } else { > 62 | await expect(selectedWorkflow).toBeVisible(); | ^ 63 | } 64 | }; 65 | at hasWorkflowInList (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/fixtures/workflows.ts:62:38) at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/workflow.e2e.ts:29:15
Tests / E2E (4/4)
Process completed with exit code 1.
[@calcom/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:337:9 › Routing Forms › Seeded Routing Form › Test preview should return correct route: packages/app-store/routing-forms/playwright/tests/basic.e2e.ts#L1
1) [@***com/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:337:9 › Routing Forms › Seeded Routing Form › Test preview should return correct route Test timeout of 60000ms exceeded.
[@calcom/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:337:9 › Routing Forms › Seeded Routing Form › Test preview should return correct route: packages/app-store/routing-forms/playwright/tests/basic.e2e.ts#L345
1) [@***com/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:337:9 › Routing Forms › Seeded Routing Form › Test preview should return correct route page.fill: Target closed =========================== logs =========================== waiting for locator('[data-testid="form-field-Test field"]') ============================================================ 343 | 344 | // //event redirect > 345 | await page.fill('[data-testid="form-field-Test field"]', "event-routing"); | ^ 346 | await page.click('[data-testid="test-routing"]'); 347 | let routingType = await page.locator('[data-testid="test-routing-result-type"]').innerText(); 348 | let route = await page.locator('[data-testid="test-routing-result"]').innerText(); at /home/runner/actions-runner/_work/***.com/***.com/packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:345:18
[@calcom/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:337:9 › Routing Forms › Seeded Routing Form › Test preview should return correct route: packages/app-store/routing-forms/playwright/tests/basic.e2e.ts#L1
1) [@***com/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:337:9 › Routing Forms › Seeded Routing Form › Test preview should return correct route Pending operations: - page.fill at packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:345:18
required
Process completed with exit code 1.
🎭 Playwright Run Summary
1 flaky [@***com/web] › apps/web/playwright/organization/booking.e2e.ts:83:9 › Bookings › Team Event › Can create a booking for Round Robin EventType 6 skipped 35 passed (57.2s)
🎭 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 (57.6s)
🎭 Playwright Run Summary
1 skipped 2 passed (2.7s)
🎭 Playwright Run Summary
1 flaky [@***com/web] › apps/web/playwright/event-types.e2e.ts:63:9 › Event Types tests -- legacy › user › enabling recurring event comes with default options 9 skipped 93 passed (2.4m)
🎭 Playwright Run Summary
2 failed [@***com/web] › apps/web/playwright/profile.e2e.ts:304:7 › Update Profile › Newly added secondary email should show as Unverified [@***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 18 skipped 72 passed (2.7m)
🎭 Playwright Run Summary
1 flaky [@***com/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:337:9 › Routing Forms › Seeded Routing Form › Test preview should return correct route 5 skipped 9 passed (1.6m)
🎭 Playwright Run Summary
4 skipped 132 passed (3.6m)
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/
Tests / E2E App Store
Failed to restore: aborted

Artifacts

Produced during runtime
Name Size
app-store-results
4.55 MB
bundle
2.3 KB
embed-core-results
885 KB
embed-react-results
177 KB
lint-results
341 KB
test-results-1_4
272 KB
test-results-2_4
8.78 MB
test-results-3_4
5.66 MB
test-results-4_4
19.9 MB