diff --git a/src/__tests__/renderer/components/Wizard/WizardIntegration.test.tsx b/src/__tests__/renderer/components/Wizard/WizardIntegration.test.tsx
index e6e62f16..7c7cf971 100644
--- a/src/__tests__/renderer/components/Wizard/WizardIntegration.test.tsx
+++ b/src/__tests__/renderer/components/Wizard/WizardIntegration.test.tsx
@@ -106,6 +106,12 @@ vi.mock('lucide-react', () => ({
Brain: ({ className, style }: { className?: string; style?: React.CSSProperties }) => (
),
+ Info: ({ className, style }: { className?: string; style?: React.CSSProperties }) => (
+
+ ),
+ Wand2: ({ className, style }: { className?: string; style?: React.CSSProperties }) => (
+
+ ),
}));
// Mock react-markdown