TestsUI: fix failing test

This commit is contained in:
Gautier Pelloux-Prayer 2016-02-12 13:51:13 +01:00
parent 6318064fba
commit 0ff0d06737

View file

@ -63,7 +63,7 @@
}
- (void)sendMessage:(NSString *)message {
[tester enterText:message intoViewWithAccessibilityLabel:@"Message field"];
[tester enterText:message.uppercaseString intoViewWithAccessibilityLabel:@"Message field"];
[tester tapViewWithAccessibilityLabel:@"Send"];
}