oppia / oppia-android

A free, online & offline learning platform to make quality education accessible for all.
https://www.oppia.org
Apache License 2.0
309 stars 511 forks source link

[A11y] Enable AccessibilityChecks #3245

Open rt4914 opened 3 years ago

rt4914 commented 3 years ago

Enable AccessibilityChecks for espresso by removing DisableAccessibilityChecks annotation from all Espresso tests.

Reference: https://github.com/oppia/oppia-android/pull/3087 & #4133

This PR should be done in multiple parts, ideally pick 3-5 files at a time.

Please use the linked PRs as a guide on how to solve the issue and how to structure your PR.

Make sure you add screenshot of passing espresso tests in your PR description once DisableAccessibilityChecks is removed.

Rohit1173 commented 2 years ago

I want to work on this issue