cashapp / AccessibilitySnapshot

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

Mock VoiceOver status while running tests #35

Closed NickEntin closed 3 years ago

NickEntin commented 3 years ago

Testing this out to see if it fixes #29.

Specifically this would fix testStepper and testStepperAtMin only. If we see those two start passing consistently while testTabBars continues to flake, this is likely the solution.

Running tally: Passed Failed
2 1
NickEntin commented 3 years ago

Looks like that didn't resolve the issue 😞

Failing tests:
    SnapshotTests:
        AccessibilitySnapshotTests.testTabBars()
        DefaultControlsTests.testStepper()
        DefaultControlsTests.testStepperAtMin()