mirror of
https://github.com/logos-storage/logos-storage-marketplace-ui.git
synced 2026-01-03 14:03:11 +00:00
Set timeout
This commit is contained in:
parent
9f87c0ca06
commit
68cddf7eab
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user