diff --git a/ui/app/(prowler)/lighthouse/_components/chat/empty-state.tsx b/ui/app/(prowler)/lighthouse/_components/chat/empty-state.tsx
index 828d6ff38a..5b1b215ef7 100644
--- a/ui/app/(prowler)/lighthouse/_components/chat/empty-state.tsx
+++ b/ui/app/(prowler)/lighthouse/_components/chat/empty-state.tsx
@@ -67,7 +67,7 @@ export function ChatEmptyState({
{
).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({