1
0
forked from baron/baron-sso

adminfront codecheck 오류 수정

This commit is contained in:
2026-04-28 14:19:12 +09:00
parent eae3e0bd2a
commit 0c5a302105
2 changed files with 2 additions and 2 deletions

View File

@@ -130,7 +130,7 @@ test.describe("Tenants Management", () => {
.click();
await expect(page.getByRole("dialog")).toContainText(
/조직 테넌트.*사용자|organization tenants.*users/i,
/조직\/사용자 통합 일괄 등록|organization and user batch registration/i,
);
});