kif-framework / KIF

Keep It Functional - An iOS Functional Testing Framework
Other
6.2k stars 909 forks source link

PullToRefreshTests can exit before the greetingView is finished animating out #1288

Closed justinseanmartin closed 12 months ago

justinseanmartin commented 12 months ago

I was able to reproduce this issue one time on my local machine. There is a small time window where Bingo is no longer present on the screen, but the greeting view has not yet completely finished animating out. When this happens, the tap for the subsequent test AccessibilityIdentifierTests testClearingAndEnteringTextIntoViewWithAccessibilityLabel will fail, because it won't have successfully opened the Tapping tests screen.

justinseanmartin commented 12 months ago

Green on the first attempt, so seems promising!