Skip to content

Commit

Permalink
Update developers-testing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pya35 authored Jun 4, 2024
1 parent f3007e7 commit b48d170
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/en/mobile/android/test/developers-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ companion object {

So, when in the test suite a `ViewAction.click ()` is performed on a button that does not match the size required for an interactive element, the test will appear as an error until the accessibility issue be resolved.

Orange has its own framework based on Espresso to perform automatic accessibility checks, which contains additional rules. It is recommended to use this framework available on [gitlab](https://gitlab.tech.orange/soft_a11y/espresso-accessibility-orange).

### Perform automated accessibility tests on the complete screen

Accessibility testing automation according to ViewAction can be limited. That's why, validations from root view can be enabled to test all views, without the 'ViewActions' restrictions. To do this, replace `AccessibilityChecks.enable()` by `AccessibilityChecks.enable().setRunChecksFromRootView(true)`
Expand Down

0 comments on commit b48d170

Please sign in to comment.