mirror of
https://github.com/logos-storage/logos-storage-marketplace-ui.git
synced 2026-01-03 05:53:10 +00:00
Fix test
This commit is contained in:
parent
680371bb7d
commit
3d9b2b7dcf
@ -50,7 +50,7 @@ test("update the URL with basic auth save the credentials", async ({
|
||||
await page.goto("/dashboard");
|
||||
await page.locator("a").filter({ hasText: "Settings" }).click();
|
||||
await page.getByLabel("Address").click();
|
||||
await page.getByLabel("Address").fill("http://localhost:8080");
|
||||
await page.getByLabel("Address").fill("http://127.0.0.1:8080");
|
||||
await page.getByLabel("Address").blur();
|
||||
await expect(page.getByLabel("Address")).not.toHaveAttribute("aria-invalid");
|
||||
await expect(page.locator(".refresh svg")).not.toHaveAttribute(
|
||||
@ -91,7 +91,7 @@ test("update the URL with basic auth save the credentials", async ({
|
||||
|
||||
await page.locator(".refresh").click();
|
||||
|
||||
await page.waitForRequest("http://localhost:8080/api/codex/v1/spr");
|
||||
await page.waitForRequest("http://127.0.0.1:8080/api/codex/v1/spr");
|
||||
|
||||
expect(successRequestAuthorization).toBeNull();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user