-
Notifications
You must be signed in to change notification settings - Fork 529
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
Fixes #2325: A11y + Highfi changes to audio player #3139
Conversation
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.
Thanks @rt4914! I think the solution looks good. Just have two additional questions besides my other comment from this review:
- Can you post an indication whether the affected tests still pass on Espresso?
- Is item 2 from Changes in Views related to Audio Player [A11y] [BLOCKED] #2325 not addressable/not planned to be addressed in this PR?
app/src/sharedTest/java/org/oppia/android/app/player/exploration/ExplorationActivityTest.kt
Show resolved
Hide resolved
|
@BenHenning The failing tests for |
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.
Thanks @rt4914. Just 2 nits, otherwise PR LGTM.
app/src/sharedTest/java/org/oppia/android/app/player/exploration/ExplorationActivityTest.kt
Outdated
Show resolved
Hide resolved
app/src/sharedTest/java/org/oppia/android/app/player/exploration/ExplorationActivityTest.kt
Outdated
Show resolved
Hide resolved
@BenHenning I am unable to understand why the bazel checks are failing. |
Explanation
Fixes #2325
Mocks: https://xd.adobe.com/view/dfe8ccd4-39eb-414d-a0b2-b5674357f966-8abb/screen/b73cb76c-3593-4a30-944a-ab240f00d0df/specs/
Note to reviewer
Galaxy Nexus
emulator as it almost resembles the mocks.Before vs. After vs. Mock
Talkback output
audio_a11y.mp4
Espresso Test Result
Filed an issue for the above test failures because they are failing on develop too. Will try to to solve in separate PR.
There was one more test failing in
AudioFragmentTest
which is no longer needed therefore removed it in my last commit.Checklist