mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-04-10 12:59:59 +02:00
make sure "Initializing Danswer" is gone
This commit is contained in:
parent
4b6a4c6bbf
commit
4dbc6bb4d1
@ -29,5 +29,9 @@ test(
|
||||
await page.waitForURL("http://localhost:3000/chat");
|
||||
|
||||
await page.getByPlaceholder("Send a message ");
|
||||
|
||||
await expect(page.locator("body")).not.toContainText(
|
||||
"Initializing Danswer"
|
||||
);
|
||||
}
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user