1
0
forked from baron/baron-sso

기능 재배포

This commit is contained in:
2026-05-13 14:27:00 +09:00
parent 629716f226
commit a4d707d4d8
7 changed files with 138 additions and 34 deletions

View File

@@ -122,5 +122,10 @@ test.describe("Tenant Owners Management", () => {
.locator("role=dialog")
.getByRole("button", { name: /추가|Add/ });
await addButton.click();
await expect(page.getByText("소유자가 추가되었습니다.")).toBeVisible();
await expect(page.locator("table").first()).toContainText("User Two");
await page.waitForTimeout(1200);
await expect(page.locator("table").first()).toContainText("User Two");
});
});