From a75ae1de9a24e3e80278330603b7f65a25496b63 Mon Sep 17 00:00:00 2001 From: chan Date: Fri, 27 Mar 2026 18:41:49 +0900 Subject: [PATCH] =?UTF-8?q?format=20error=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adminfront/tests/owners.spec.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/adminfront/tests/owners.spec.ts b/adminfront/tests/owners.spec.ts index 171213f7..eea69e9c 100644 --- a/adminfront/tests/owners.spec.ts +++ b/adminfront/tests/owners.spec.ts @@ -83,7 +83,7 @@ test.describe("Tenant Owners Management", () => { test("should list tenant owners", async ({ page }) => { await page.goto("/tenants/tenant-1/permissions"); - await page.waitForLoadState("networkidle"); + await expect(page.locator(".animate-spin").first()).not.toBeVisible(); await expect(page.getByText(/테넌트 소유자|Tenant Owners/)).toBeVisible(); @@ -107,7 +107,7 @@ test.describe("Tenant Owners Management", () => { ); await page.goto("/tenants/tenant-1/permissions"); - await page.waitForLoadState("networkidle"); + await expect(page.locator(".animate-spin").first()).not.toBeVisible(); await page.click(