Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
관련 이슈
작업 내용
지원자 현황 확인 진입 시, 수정 전에는 에러 토스트가 2가지가 나오던 것을 수정 후 로그인 확인에 실패한 경우에 대해서 올바를 에러 토스트 1가지만 나오도록 수정하였습니다. 따라서 로그인 후 동일 페이지 진입 시에는 로그인 관련 에러 토스트가 더 이상 나오지 않는 것으로 확인했습니다!
특이 사항
로그인에는 성공했지만 점수 공유 현황의 목록이 나오지 않는 경우를 테스트 해보기 위해 개발자 도구에서
applicationsapi의 요청 URL을 임의로 차단하는 방식을 이용했습니다. 테스트 해 본 결과, 에러 토스트 메세지로 'Network Error'를 띄우고/university/application/apply로 이동하여 사용자에게 지원서를 입력하도록 작동하고 있는 것을 확인했습니다! 해당 과정에서 추가로 수정할 부분이 있다면 알려주세요!