cashapp / AccessibilitySnapshot

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

Add SwiftUI View to SnapshotTests #34

Closed fbernutz closed 3 years ago

fbernutz commented 3 years ago

This adds two SwiftUI Views as example for issue #33

fbernutz commented 3 years ago

As Issue #33 seems to be a SwiftUI bug in iOS 14.0 and 14.1, this branch might not be needed anymore. But if you want, let's use it as a preparation for #37 because there are now two SwiftUI views which can be used for snapshot tests. And we now know when the SwiftUI bug is present again in newer iOS versions because we have a specific test for that.