forked from mirrors/linphone-iphone
UITester: fix test
This commit is contained in:
parent
711741648a
commit
b74353d976
1 changed files with 4 additions and 3 deletions
|
|
@ -53,9 +53,10 @@
|
|||
}
|
||||
|
||||
- (void)testDialInvalidSIPURI {
|
||||
[self callURI:@"123 😀"];
|
||||
[tester waitForViewWithAccessibilityLabel:
|
||||
@"Some invalid characters where found in the given SIP address. Please correct it."];
|
||||
NSString *user = @"123 😀";
|
||||
[self callURI:user];
|
||||
[tester waitForViewWithAccessibilityLabel:[NSString
|
||||
stringWithFormat:@"Cannot call %@.\nReason was: Call failed", user]];
|
||||
[tester tapViewWithAccessibilityLabel:@"Cancel" traits:UIAccessibilityTraitButton];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue