wait for whole placeholder string

This commit is contained in:
Richard Kuo (Danswer) 2024-12-04 18:23:06 -08:00
parent 4dbc6bb4d1
commit b9eb1ca2ba

View File

@ -28,7 +28,7 @@ test(
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(
"Initializing Danswer"