fix(ai-character): 관리자 권한 확인 중복 요청 방지
This commit is contained in:
@@ -165,5 +165,5 @@ test("soft delete success re-enters the list route and fetches the list", async
|
||||
await waitFor(() => expect(window.location.pathname).toBe("/ai-characters"));
|
||||
expect(await screen.findByRole("status", { name: "작업 성공" })).toHaveTextContent("AI 캐릭터를 비활성화했습니다.");
|
||||
expect(await screen.findByRole("heading", { name: "AI 캐릭터" })).toBeInTheDocument();
|
||||
await waitFor(() => expect(listRequests).toBeGreaterThanOrEqual(3));
|
||||
await waitFor(() => expect(listRequests).toBe(2));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user