배경
/profile, /profile/[userId]가 로딩되는지만 확인. 편집·통계·활동·뱃지 등 핵심 기능 미검증.
검증 항목
본인 프로필 (/profile)
공개 프로필 (/profile/[userId])
data-testid 추가 필요
ProfileHeader, ProfileEditModal, ActivityTabs 등에 testid 추가
파일
packages/web/tests/profile.spec.ts (신규)
- 프로필 API mock
관련
배경
/profile,/profile/[userId]가 로딩되는지만 확인. 편집·통계·활동·뱃지 등 핵심 기능 미검증.검증 항목
본인 프로필 (/profile)
공개 프로필 (/profile/[userId])
data-testid 추가 필요
ProfileHeader, ProfileEditModal, ActivityTabs 등에 testid 추가
파일
packages/web/tests/profile.spec.ts(신규)관련