added rerun tests
This commit is contained in:
parent
4b6cbe47fc
commit
8eae1cd8a8
1 changed files with 4 additions and 0 deletions
|
|
@ -80,6 +80,10 @@ test("user must be able to send an image on chat", async ({ page }) => {
|
|||
{ fileContent },
|
||||
);
|
||||
|
||||
await page.waitForSelector('[data-testid="input-chat-playground"]', {
|
||||
timeout: 100000,
|
||||
});
|
||||
|
||||
// Locate the target element
|
||||
const element = await page.getByTestId("input-chat-playground");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue