diff --git a/web/features/agent-v2/agent-detail/configure/__tests__/page.spec.tsx b/web/features/agent-v2/agent-detail/configure/__tests__/page.spec.tsx index 2d462575853..00418b9b62a 100644 --- a/web/features/agent-v2/agent-detail/configure/__tests__/page.spec.tsx +++ b/web/features/agent-v2/agent-detail/configure/__tests__/page.spec.tsx @@ -370,6 +370,7 @@ vi.mock('../components/preview/build-chat', async () => { clearChatList?: boolean conversationId?: string | null controllerRef?: Ref<{ stop: () => void }> + disabled?: boolean onConversationComplete?: (conversationId: string) => void onConversationIdChange?: (conversationId: string) => void onBeforeSpeechToText?: () => Promise @@ -397,6 +398,7 @@ vi.mock('../components/preview/build-chat', async () => {