ChatTester.m: send UUID instead of 'Hello Bro' because it seems that keyboard automatically '''corrects''' it to 'He Bro'

This commit is contained in:
Gautier Pelloux-Prayer 2015-05-04 11:14:56 +02:00
parent e121f9c007
commit 53d300590c

View file

@ -76,7 +76,7 @@
NSString* user = [self getUUID];
[self startChatWith:user];
[self sendMessage:@"Hello Bro"];
[self sendMessage:user];
[tester tapViewWithAccessibilityLabel:@"Edit" traits:UIAccessibilityTraitButton];