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"