mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-25 23:28:09 +00:00
ChatTester.m: send UUID instead of 'Hello Bro' because it seems that keyboard automatically '''corrects''' it to 'He Bro'
This commit is contained in:
parent
e121f9c007
commit
53d300590c
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@
|
|||
NSString* user = [self getUUID];
|
||||
|
||||
[self startChatWith:user];
|
||||
[self sendMessage:@"Hello Bro"];
|
||||
[self sendMessage:user];
|
||||
|
||||
[tester tapViewWithAccessibilityLabel:@"Edit" traits:UIAccessibilityTraitButton];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue