mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
TestsUI: fix latest failing tests
This commit is contained in:
parent
4002a2d081
commit
7eca07e091
1 changed files with 4 additions and 2 deletions
|
|
@ -109,8 +109,10 @@
|
|||
|
||||
- (void)testChatFromContactPhoneNumber {
|
||||
[tester tapViewWithAccessibilityLabel:@"Contacts"];
|
||||
NSString *fullName = [NSString stringWithFormat:@"Anna %@", self.me];
|
||||
[self createContact:@"Anna" lastName:self.me phoneNumber:@"555-522-8243" SIPAddress:nil];
|
||||
NSString *name = [UIDevice.currentDevice.identifierForVendor.UUIDString
|
||||
substringFromIndex:UIDevice.currentDevice.identifierForVendor.UUIDString.length - 6];
|
||||
NSString *fullName = [NSString stringWithFormat:@"Anna %@", name];
|
||||
[self createContact:@"Anna" lastName:name phoneNumber:@"555-522-8243" SIPAddress:nil];
|
||||
|
||||
[tester tapViewWithAccessibilityLabel:@"Back"];
|
||||
[tester tapViewWithAccessibilityLabel:@"All contacts filter"];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue