travis: fix test

This commit is contained in:
Gautier Pelloux-Prayer 2016-02-05 10:38:50 +01:00
parent 3bbc1db73b
commit fa1a6f7a92

View file

@ -206,6 +206,8 @@
traits:UIAccessibilityTraitStaticText];
NSTimeInterval before = [[NSDate date] timeIntervalSince1970];
[tester tapRowAtIndexPath:[NSIndexPath indexPathForRow:0 inSection:0]
inTableViewWithAccessibilityIdentifier:@"Chat list"];
[self startChatWith:[self me]];
NSTimeInterval after = [[NSDate date] timeIntervalSince1970];