Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

E2E 테스트 - User 대시보드 #329 #332

Open
wants to merge 4 commits into
base: feat/321
Choose a base branch
from
Open

E2E 테스트 - User 대시보드 #329 #332

wants to merge 4 commits into from

Conversation

nullyng
Copy link
Collaborator

@nullyng nullyng commented Oct 4, 2024

개요

  • User 대시보드의 아래 기능들에 대한 테스트를 구현하였습니다.
    • 행 클릭 시 user 상세 정보 모달창 출력
    • prefix 텍스트 설정
    • 선택한 user에 대한 pdf 다운로드
      • 선택한 user가 1명일 시 단일 pdf 파일 다운로드
      • 선택한 user가 2명 이상일 시 zip 파일 다운로드

변경 사항

  • 테스트 컴포넌트에 대한 선택자를 data-cy에서 data-testid로 변경하였습니다.
    • 초기에는 유닛/통합 테스트의 선택자와 구분을 주고자 data-cy를 사용하였습니다.
    • 그러나 이를 따로 구분해서 얻는 이득이 없고 개발자 입장에서 두 개의 선택자 이름을 기억해야 하니 하나로 통일하는 게 좋을 것 같다고 판단했습니다.

To Reviewers

@nullyng nullyng requested a review from Yoonlang October 4, 2024 12:49
@nullyng nullyng self-assigned this Oct 4, 2024
Copy link

vercel bot commented Oct 4, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
qrcode-shopping ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 4, 2024 0:49am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant