cashapp / AccessibilitySnapshot

Easy regression testing for iOS accessibility
Apache License 2.0
541 stars 67 forks source link

Verify behavior around modal accessibility view edge cases #65

Closed NickEntin closed 2 years ago

NickEntin commented 3 years ago

This verifies the (already correct) behavior around modal accessibility views to ensure that we're covering cases where:

  1. The view is modal and is itself an accessibility element.
  2. The view is modal and contains accessible views.
  3. The view is modal but is neither an element nor contains any elements.