cashapp / AccessibilitySnapshot

Easy regression testing for iOS accessibility
Apache License 2.0
534 stars 65 forks source link

Description for SwiftUI toggles missing accessibility value #181

Closed DavidBrunow closed 5 months ago

DavidBrunow commented 5 months ago

I'd expect the description to include ", off" at the end to describe the toggle's description or ", on" if the toggle were on to match the description from VoiceOver.

Output from accessibility snapshot testing tool with the VoiceOver description for a SwiftUI toggle. The description generated does not include the value of "off"

DavidBrunow commented 5 months ago

Please ignore my noise, my local copy of the repo was not up-to-date with the fix made in November.

DavidBrunow commented 5 months ago

That being said, we could use a release with the fix.