Skip to content

Commit

Permalink
Merge pull request #1288 from justinseanmartin/jmartin/fix-flaky-kif-…
Browse files Browse the repository at this point in the history
…tests

PullToRefreshTests can exit before the greetingView is finished animating out
  • Loading branch information
justinseanmartin committed Jul 13, 2023
2 parents 10352c9 + 325a24d commit d185c5d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions KIF Tests/AccessibilityIdentifierPullToRefreshTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,9 @@ -(void) testPullToRefreshByAccessibilityIdentifierWithDuration
[tester waitForAbsenceOfViewWithAccessibilityLabel:@"Bingo!"];
}

- (void)afterEach
{
[tester waitForAnimationsToFinish];
}

@end

0 comments on commit d185c5d

Please sign in to comment.