forked from baron/baron-sso
네이버 계정 정합성 맞춤
This commit is contained in:
@@ -139,6 +139,19 @@ describe("UserListPage search rendering", () => {
|
||||
expect(selectRenderCounter.count).toBe(renderCountBeforeTyping);
|
||||
});
|
||||
|
||||
it("describes the user list as identity mirror backed, not local DB backed", async () => {
|
||||
renderUserListPage();
|
||||
|
||||
await screen.findByText("User 0");
|
||||
|
||||
expect(
|
||||
screen.getByText(
|
||||
"Kratos identity mirror 기준으로 시스템 사용자를 조회하고 관리합니다.",
|
||||
),
|
||||
).toBeInTheDocument();
|
||||
expect(screen.queryByText(/Local DB/)).not.toBeInTheDocument();
|
||||
});
|
||||
|
||||
it("keeps rendered row controls below the full 200-user result set", async () => {
|
||||
renderUserListPage();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user