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

[UI] 로그인, 회원가입 #40

Closed
yonghyun421 opened this issue Apr 22, 2024 · 1 comment · Fixed by #66, #64 or #62
Closed

[UI] 로그인, 회원가입 #40

yonghyun421 opened this issue Apr 22, 2024 · 1 comment · Fixed by #66, #64 or #62

Comments

@yonghyun421
Copy link
Collaborator

No description provided.

@yonghyun421 yonghyun421 moved this to Todo in 1차 목표 Apr 22, 2024
@yonghyun421 yonghyun421 moved this from Todo to In Progress in 1차 목표 Apr 25, 2024
@lee-ji-hong lee-ji-hong added this to the UI 개발 milestone Apr 29, 2024
@lee-ji-hong
Copy link
Member

lee-ji-hong commented Apr 30, 2024

Test Case

  • 로그인 페이지

    • LoginPage 정상적으로 렌더링되어야 함
    • 로그인 버튼 클릭 시 제출 이벤트 발생
    • '회원가입하러가기'클릭 시 '/signup'로 이동한다
  • 회원가입 페이지

    • SignupPage 정상적으로 렌더링되어야 함
    • 회원가입 버튼 클릭 시 제출 이벤트 발생
    • '로그인하러가기'클릭 시 '/login'로 이동한다

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment