test(gnb/mypage): GNB 및 마이페이지 페이지 테스트 코드 추가#361
Conversation
Resolves:#360
|
🧷 Preview: https://reboot-mfkibs67f-code-base.vercel.app |
There was a problem hiding this comment.
Code Review
This pull request introduces a comprehensive suite of unit and integration tests for the Header component and several MyPage features, including meeting lists, profile management, and tab navigation. The tests utilize Jest and React Testing Library to verify rendering, user interactions, and state transitions. The reviewer feedback highlights opportunities to improve test robustness by avoiding hardcoded values in mocks and ensuring consistent verification of ErrorBoundary fallback UI components, such as retry buttons, across all list features. Additionally, a missing test case for the wish toggle functionality in the created meetings list was identified.
|
🧷 Preview: https://reboot-4970w2pp2-code-base.vercel.app |
🛠️ 설명 (Description)
GNB(Header) 및 마이페이지 영역의 페이지/컴포넌트 렌더링과 상태 분기 UI를 테스트합니다.
📝 변경 사항 요약 (Summary)
💁 변경 사항 이유 (Why)
✅ 테스트 계획 (Test Plan)
🔗 관련 이슈 (Related Issues)
☑️ 체크리스트 (Checklist)
👀 리뷰어를 위한 참고 사항 (Notes for Reviewers)
➕ 추가 정보 (Additional Information)