mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-10-09 20:55:06 +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.waitForURL("http://localhost:3000/chat");
|
||||||
|
|
||||||
await page.getByPlaceholder("Send a message ");
|
await page.getByPlaceholder("Send a message ");
|
||||||
|
|
||||||
|
await expect(page.locator("body")).not.toContainText(
|
||||||
|
"Initializing Danswer"
|
||||||
|
);
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user