From 68cddf7eabfd2a07b348c41876eb26d29c8be8cd Mon Sep 17 00:00:00 2001 From: Arnaud Date: Tue, 25 Feb 2025 20:32:09 +0100 Subject: [PATCH] Set timeout --- e2e/availabilities.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/availabilities.spec.ts b/e2e/availabilities.spec.ts index d1d61df..a9a7063 100644 --- a/e2e/availabilities.spec.ts +++ b/e2e/availabilities.spec.ts @@ -47,7 +47,7 @@ test("availability navigation buttons", async ({ page }) => { await page.getByLabel("Total size").fill("19"); await expect( page.locator("footer .button--outline").first() - ).not.toHaveAttribute("disabled"); + ).not.toHaveAttribute("disabled", { timeout: 3000 }); await page.getByLabel("Duration").click(); await expect(page.locator("footer .button--primary")).toHaveAttribute( "disabled"