diff --git a/ui/app/(prowler)/lighthouse/_components/chat/empty-state.tsx b/ui/app/(prowler)/lighthouse/_components/chat/empty-state.tsx index 5b1b215ef7..995095b908 100644 --- a/ui/app/(prowler)/lighthouse/_components/chat/empty-state.tsx +++ b/ui/app/(prowler)/lighthouse/_components/chat/empty-state.tsx @@ -54,11 +54,11 @@ export function ChatEmptyState({ return (
- +

{ ).toHaveAttribute("href", "/lighthouse/settings"); }); - it("renders the updated empty-state subtitle", () => { - // Given / When - renderPage(); - - // Then - expect( - screen.getByText("Find and remediate which actually matters."), - ).toBeInTheDocument(); - expect( - screen.queryByText("Understand and secure your cloud."), - ).not.toBeInTheDocument(); - }); - it("shows the current OpenAI model without a selector when OpenAI is the only connected provider", () => { // Given / When renderPage({