Fix tests

This commit is contained in:
Arnaud 2025-02-25 18:14:47 +01:00
parent 19e16e4383
commit bc9fd4ce71
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663

View File

@ -47,7 +47,7 @@ test("availability navigation buttons", async ({ page }) => {
await expect(
page.locator("footer .button--outline").first()
).not.toHaveAttribute("disabled");
await page.locator("footer .button--outline").blur();
await page.getByLabel("Duration").click();
await expect(page.locator("footer .button--primary")).toHaveAttribute(
"disabled"
);