This commit is contained in:
Arnaud 2025-02-25 18:23:53 +01:00
parent bc9fd4ce71
commit 9f87c0ca06
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663

View File

@ -43,6 +43,7 @@ test("availability navigation buttons", async ({ page }) => {
page.locator("footer .button--outline").first()
).not.toHaveAttribute("disabled");
await page.getByLabel("Total size").click();
await page.getByLabel("Total size").fill("");
await page.getByLabel("Total size").fill("19");
await expect(
page.locator("footer .button--outline").first()