forked from mirrors/linphone-iphone
CallTester.m: use something more standard as Emoji, so that KIF manages to enter the text on travis
This commit is contained in:
parent
ece470a704
commit
f8f7397113
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@
|
|||
}
|
||||
|
||||
- (void)testDialInvalidSIPURI {
|
||||
[self callURI:@"🎆123"];
|
||||
[self callURI:@"123 😀"];
|
||||
[tester waitForViewWithAccessibilityLabel:
|
||||
@"Some invalid characters where found in the given SIP address. Please correct it."];
|
||||
[tester tapViewWithAccessibilityLabel:@"Cancel" traits:UIAccessibilityTraitButton];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue