test(ui): stabilize lighthouse panel chat test

This commit is contained in:
alejandrobailo
2026-07-22 16:06:10 +02:00
parent 48ef053303
commit 239eb453a3
@@ -174,7 +174,7 @@ describe("LighthousePanelChat", () => {
expect(
await screen.findByRole("textbox", { name: "Message" }),
).toBeInTheDocument();
expect(screen.getByText("Recent chats")).toBeInTheDocument();
expect(await screen.findByText("Recent chats")).toBeInTheDocument();
expect(
await screen.findByText("Counting critical findings"),
).toBeInTheDocument();