feat(ui): update Lighthouse chat tagline

This commit is contained in:
alejandrobailo
2026-07-02 15:22:45 +02:00
parent 56370c9993
commit 1ad5aae891
2 changed files with 14 additions and 1 deletions
@@ -67,7 +67,7 @@ export function ChatEmptyState({
</h1>
<p className="text-text-neutral-secondary text-base italic">
<DecryptedText
text="Understand and secure your cloud."
text="Find and remediate which actually matters."
animateOn="view"
sequential
speed={40}
@@ -183,6 +183,19 @@ describe("LighthouseV2ChatPage", () => {
).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({