mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-06-27 08:21:00 +02:00
wait for whole placeholder string
This commit is contained in:
parent
4dbc6bb4d1
commit
b9eb1ca2ba
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user