Skip to content

Commit d185c5d

Browse files
author
Justin Martin
authored
Merge pull request #1288 from justinseanmartin/jmartin/fix-flaky-kif-tests
PullToRefreshTests can exit before the greetingView is finished animating out
2 parents 10352c9 + 325a24d commit d185c5d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

KIF Tests/AccessibilityIdentifierPullToRefreshTests.m

+5
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,9 @@ -(void) testPullToRefreshByAccessibilityIdentifierWithDuration
3737
[tester waitForAbsenceOfViewWithAccessibilityLabel:@"Bingo!"];
3838
}
3939

40+
- (void)afterEach
41+
{
42+
[tester waitForAnimationsToFinish];
43+
}
44+
4045
@end

0 commit comments

Comments
 (0)