From d022af955703692d5888eda2ac99f6effba0db66 Mon Sep 17 00:00:00 2001 From: alejandrobailo Date: Thu, 2 Jul 2026 17:01:11 +0200 Subject: [PATCH] fix(ui): update Lighthouse empty state copy --- .../lighthouse/_components/chat/empty-state.tsx | 6 +++--- .../chat/lighthouse-v2-chat-page.test.tsx | 13 ------------- 2 files changed, 3 insertions(+), 16 deletions(-) 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({