mirror of
https://github.com/logos-storage/logos-storage-marketplace-ui.git
synced 2026-01-08 00:13:06 +00:00
Fix tests
This commit is contained in:
parent
19e16e4383
commit
bc9fd4ce71
@ -47,7 +47,7 @@ test("availability navigation buttons", async ({ page }) => {
|
|||||||
await expect(
|
await expect(
|
||||||
page.locator("footer .button--outline").first()
|
page.locator("footer .button--outline").first()
|
||||||
).not.toHaveAttribute("disabled");
|
).not.toHaveAttribute("disabled");
|
||||||
await page.locator("footer .button--outline").blur();
|
await page.getByLabel("Duration").click();
|
||||||
await expect(page.locator("footer .button--primary")).toHaveAttribute(
|
await expect(page.locator("footer .button--primary")).toHaveAttribute(
|
||||||
"disabled"
|
"disabled"
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user