mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-03 20:46:28 +00:00
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