forked from baron/baron-sso
format error 수정
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user