-
Notifications
You must be signed in to change notification settings - Fork 1
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
Test/integration settings #89
Conversation
다른 세팅 화면 테스트들은 아직 코드 짜는 중이신건가요?! |
frontend/app/src/androidTest/java/com/example/speechbuddy/BackupSettingsScreenTest.kt
Outdated
Show resolved
Hide resolved
Display랑 Backup 설정 화면 테스트는 정상 작동하는 거 확인했습니다! |
내 상징 관리 화면은 준형님께 부탁드렸고 스케줄 표에 적혀 있는 나머지 세팅 화면이 이거 세 개였는데 혹시 더 짜야할 게 있을까요? |
게스트 모드로 로그인한 경우 계정 설정이 GuestSettings라는 스크린으로 연결됩니다! 그리고 MainSettings 이런 것도 간단하지만 테스트 있어야 할 것 같아서요! |
…upSettingsScreenTest.kt Co-authored-by: 이석찬 / Lee Sukchan <[email protected]>
…swpp-2023-project-team-6 into test/integration-settings
둘 다 만들어서 올렸습니다! MainSetting은 게스트인 경우랑 로그인한 경우랑 분리하고 싶었는데 안 돼서 그냥 하나로 퉁쳤습니다 |
고쳐서 커밋했습니다! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AccountSettingsScreenTest - pass
BackupSettingsScreenTest - pass
DisplaySettingsScreenTest - pass
GuestSettingsScreenTest - pass
MainSettingsScreenTest - pass
테스트 정상 작동 확인하였습니다.
고생하셨습니다.
PR Title: 세팅 관련 UI 테스트
Related Issue(s):
PR Description:
Changes Included:
Notes for Reviewer:
Reviewer Checklist:
Additional Comments: