diff --git a/web/app/components/base/prompt-editor/plugins/hitl-input-block/__tests__/input-field.spec.tsx b/web/app/components/base/prompt-editor/plugins/hitl-input-block/__tests__/input-field.spec.tsx index ad6ef42a0f..29258c0202 100644 --- a/web/app/components/base/prompt-editor/plugins/hitl-input-block/__tests__/input-field.spec.tsx +++ b/web/app/components/base/prompt-editor/plugins/hitl-input-block/__tests__/input-field.spec.tsx @@ -18,6 +18,26 @@ vi.mock('@/app/components/workflow/nodes/_base/components/variable/var-reference }, })) +vi.mock('@/app/components/app/configuration/config-var/config-modal/type-select', () => ({ + __esModule: true, + default: ({ onSelect }: { onSelect: (item: { value: InputVarType }) => void }) => ( +