cashapp / AccessibilitySnapshot

Easy regression testing for iOS accessibility
Apache License 2.0
550 stars 69 forks source link

Framework does not reflect `accessibility{Property}Block` values set in iOS 17 #192

Open NickEntin opened 8 months ago

NickEntin commented 8 months ago

In iOS 17, the newly introduced accessibility{Property}Block properties will override the values from the corresponding accessibility{Property}.

NickEntin commented 8 months ago

This is somewhat blocked by #155 since we should really have iOS 17 snapshots in place against which to test this behavior.