mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-26 20:08:38 +02:00
make sure "Initializing Danswer" is gone
This commit is contained in:
@@ -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"
|
||||
);
|
||||
}
|
||||
);
|
||||
|
Reference in New Issue
Block a user