Run code analyze triggered with push by BHyeonKim #40
Annotations
2 errors
|
code_analysis
Process completed with exit code 1.
|
|
src/features/chat/ui/AIChatBot/AIChatBot.test.tsx > AIChatBot 컴포넌트 테스트 > 사용자가 ChatButton을 클릭하면 ChatWindow가 보여졌다고 닫기 버튼을 누르면 ChatWindow가 사라지고 ChatButton이 보여진다.:
src/features/chat/ui/AIChatBot/AIChatBot.test.tsx#L56
Error: The element(s) given to waitForElementToBeRemoved are already removed. waitForElementToBeRemoved requires that the element(s) exist(s) before waiting for removal.
❯ initialCheck node_modules/@testing-library/dom/dist/wait-for-element-to-be-removed.js:14:11
❯ Proxy.waitForElementToBeRemoved node_modules/@testing-library/dom/dist/wait-for-element-to-be-removed.js:31:3
❯ src/features/chat/ui/AIChatBot/AIChatBot.test.tsx:56:9
|