From f8f739711381c4fdd75a3f92383fe63665710a26 Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Tue, 25 Aug 2015 17:20:53 +0200 Subject: [PATCH] CallTester.m: use something more standard as Emoji, so that KIF manages to enter the text on travis --- TestsUI/CallTester.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TestsUI/CallTester.m b/TestsUI/CallTester.m index a6e2e2825..b51398e24 100644 --- a/TestsUI/CallTester.m +++ b/TestsUI/CallTester.m @@ -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];