mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-23 20:42:02 +00:00
test(ui): stabilize lighthouse panel chat test
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user