mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-20 13:05:49 +02:00
wait for whole placeholder string
This commit is contained in:
@@ -28,7 +28,7 @@ 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 or try using @ or /");
|
||||||
|
|
||||||
await expect(page.locator("body")).not.toContainText(
|
await expect(page.locator("body")).not.toContainText(
|
||||||
"Initializing Danswer"
|
"Initializing Danswer"
|
||||||
|
Reference in New Issue
Block a user