mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-31 10:19:23 +00:00
travis: fix test
This commit is contained in:
parent
3bbc1db73b
commit
fa1a6f7a92
1 changed files with 2 additions and 0 deletions
|
|
@ -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];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue