added rerun tests

This commit is contained in:
cristhianzl 2024-06-28 12:03:54 -03:00
commit 8eae1cd8a8

View file

@ -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");