diff --git a/apps/web/src/test/pages/VoiceLibrary.test.tsx b/apps/web/src/test/pages/VoiceLibrary.test.tsx
index 624d8fc0e..5d8b89efa 100644
--- a/apps/web/src/test/pages/VoiceLibrary.test.tsx
+++ b/apps/web/src/test/pages/VoiceLibrary.test.tsx
@@ -104,6 +104,9 @@ vi.mock("@ant-design/icons", () => ({
SoundOutlined: () => ,
UploadOutlined: () => ,
UserOutlined: () => ,
+ VideoCameraOutlined: () => ,
+ InboxOutlined: () => ,
+ CloseOutlined: () => ,
}))
vi.mock("@/store/authStore", () => ({