✅ (generalBugs.spec.ts): add assertions to verify UI elements after erasing chat
This commit is contained in:
parent
ac0d755a62
commit
8f3cf69052
1 changed files with 2 additions and 0 deletions
|
|
@ -94,4 +94,6 @@ test("erase button should clear the chat messages", async ({ page }) => {
|
|||
await page.getByText("Hello, how are you?").isHidden();
|
||||
await page.getByText("AI", { exact: true }).last().isHidden();
|
||||
await page.getByText("User", { exact: true }).last().isHidden();
|
||||
await page.getByText("Start a conversation").isVisible();
|
||||
await page.getByText("Langflow Chat").isVisible();
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue