mirror of
https://github.com/logos-storage/logos-storage-marketplace-ui.git
synced 2026-01-04 06:23:08 +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(
|
||||
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"
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user