From 54f36af94339762c9cee045644972b2b4f917ac1 Mon Sep 17 00:00:00 2001 From: Mendral AI Date: Tue, 7 Apr 2026 11:13:17 -0700 Subject: [PATCH 1/3] fix(tests): add missing vi.mock() to prevent vitest worker shutdown flake in InstantBookingCreateService (#28773) Signed-off-by: Mendral Agent Co-authored-by: Mendral Agent --- .../bookings/lib/service/InstantBookingCreateService.test.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/features/bookings/lib/service/InstantBookingCreateService.test.ts b/packages/features/bookings/lib/service/InstantBookingCreateService.test.ts index 25d6a2606e0f3f..ca29d2b1b8a200 100644 --- a/packages/features/bookings/lib/service/InstantBookingCreateService.test.ts +++ b/packages/features/bookings/lib/service/InstantBookingCreateService.test.ts @@ -22,6 +22,10 @@ vi.mock("@calcom/features/notifications/sendNotification", () => ({ sendNotification: vi.fn(), })); +vi.mock("@calcom/app-store/feishucalendar/lib/CalendarService", () => ({ + default: class MockFeishuCalendarService {}, +})); + vi.mock("@calcom/features/conferencing/lib/videoClient", () => ({ createInstantMeetingWithCalVideo: vi.fn().mockResolvedValue({ type: "daily_video", From cdeaca4dc2d6388561fdc4675d08d5844f4e3b54 Mon Sep 17 00:00:00 2001 From: Abhishek Saxena Date: Tue, 7 Apr 2026 23:47:46 +0530 Subject: [PATCH 2/3] fix(web): add vertical padding to social login buttons (#28767) --- apps/web/modules/auth/login-view.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/modules/auth/login-view.tsx b/apps/web/modules/auth/login-view.tsx index bf7ac4fc18a9bb..a8808175e0a909 100644 --- a/apps/web/modules/auth/login-view.tsx +++ b/apps/web/modules/auth/login-view.tsx @@ -218,7 +218,7 @@ export default function Login({
{isGoogleLoginEnabled && (