-
Notifications
You must be signed in to change notification settings - Fork 521
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
Fix part of #2613: A11y Onboarding Flow #3105
Conversation
@rt4914 PTAL. If the approach is correct then I'll write tests for it as well. Thanks. |
@yashraj-iitr Please follow the guide - https://github.com/oppia/oppia-android/wiki/Guidance-on-submitting-a-PR#clarification-regarding-assignees-and-reviewers-section |
Apologies. I forgot. Thanks for reminding. |
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.
Please add tests to check that the content description is correctly set.
app/src/main/java/org/oppia/android/app/onboarding/OnboardingViewModel.kt
Outdated
Show resolved
Hide resolved
I have written tests to check that the content description is correctly set. @rt4914 PTAL. |
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.
@yashraj-iitr Suggested changes.
app/src/sharedTest/java/org/oppia/android/app/onboarding/OnboardingFragmentTest.kt
Show resolved
Hide resolved
I have addressed all the comments. @rt4914 PTAL. |
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.
@yashraj-iitr I have replied to one open comment. PTAL
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.
LGTM. Thanks.
Explanation
Fixes part of #2613 : The bottom dots now read as progress like "Slide n of 4" where n is the slide number.
Screenshot of tests passing
Checklist