forked from mirrors/linphone-iphone
TestsUI: fix failing test
This commit is contained in:
parent
6318064fba
commit
0ff0d06737
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@
|
|||
}
|
||||
|
||||
- (void)sendMessage:(NSString *)message {
|
||||
[tester enterText:message intoViewWithAccessibilityLabel:@"Message field"];
|
||||
[tester enterText:message.uppercaseString intoViewWithAccessibilityLabel:@"Message field"];
|
||||
[tester tapViewWithAccessibilityLabel:@"Send"];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue