CallTester.m: use something more standard as Emoji, so that KIF manages to enter the text on travis

This commit is contained in:
Gautier Pelloux-Prayer 2015-08-25 17:20:53 +02:00
parent ece470a704
commit f8f7397113

View file

@ -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];