1
0
forked from baron/baron-sso

format error 수정

This commit is contained in:
2026-03-27 18:41:49 +09:00
parent f8d10c90b8
commit a75ae1de9a

View File

@@ -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(