Skip to content

test(gnb/mypage): GNB 및 마이페이지 페이지 테스트 코드 추가#361

Merged
sohyun0 merged 8 commits into
developfrom
#360-test-gnb-mypage
May 8, 2026
Merged

test(gnb/mypage): GNB 및 마이페이지 페이지 테스트 코드 추가#361
sohyun0 merged 8 commits into
developfrom
#360-test-gnb-mypage

Conversation

@sohyun0
Copy link
Copy Markdown
Contributor

@sohyun0 sohyun0 commented May 8, 2026

🛠️ 설명 (Description)

GNB(Header) 및 마이페이지 영역의 페이지/컴포넌트 렌더링과 상태 분기 UI를 테스트합니다.

📝 변경 사항 요약 (Summary)

  • components/layout/Header : 로그인 여부에 따른 테스트코드 작성
  • features/mypage: 로그인 후 탭 및 프로필 영역 렌더링 테스트코드 작성

💁 변경 사항 이유 (Why)

✅ 테스트 계획 (Test Plan)

  • 페이지 렌더링 테스트 코드 추가

🔗 관련 이슈 (Related Issues)

☑️ 체크리스트 (Checklist)

  • 코드가 프로젝트 코딩 컨벤션을 따릅니다.
  • 테스트 코드가 작성되었고, 통과했습니다.
  • 변경 사항에 대한 문서화가 완료되었습니다.
  • 필요한 경우, 다른 팀원에게 리뷰를 요청했습니다.
  • CI/CD 파이프라인이 성공했습니다.

👀 리뷰어를 위한 참고 사항 (Notes for Reviewers)

➕ 추가 정보 (Additional Information)

@sohyun0 sohyun0 self-assigned this May 8, 2026
@sohyun0 sohyun0 added the test 테스트 코드 추가/수정 label May 8, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 8, 2026

🧷 Preview: https://reboot-mfkibs67f-code-base.vercel.app
⏰ 배포 시각: 2026년 05월 08일 16시 08분

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread features/mypage/AvailableReviewList/index.test.tsx
Comment thread features/mypage/CreatedMeetingList/index.test.tsx
Comment thread features/mypage/CreatedMeetingList/index.test.tsx
Comment thread features/mypage/JoinedMeetingList/index.test.tsx
Comment thread features/mypage/WrittenReviewList/index.test.tsx
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 8, 2026

🧷 Preview: https://reboot-4970w2pp2-code-base.vercel.app
⏰ 배포 시각: 2026년 05월 08일 16시 20분

@sohyun0 sohyun0 merged commit 8ac0ebc into develop May 8, 2026
1 check passed
@sohyun0 sohyun0 deleted the #360-test-gnb-mypage branch May 8, 2026 07:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

test 테스트 코드 추가/수정

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[TEST] GNB, 마이페이지 테스트코드 추가

1 participant