mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Merge "Fix a unit test in InputLogicTests."
This commit is contained in:
commit
85040b7cde
@ -368,8 +368,8 @@ public class InputLogicTests extends InputTestsBase {
|
||||
// Choose the auto-correction, which is always in position 0. For "Barack", the
|
||||
// auto-correction should be "Barack".
|
||||
pickSuggestionManually(0, WORD_TO_TYPE);
|
||||
runMessages();
|
||||
sleep(DELAY_TO_WAIT_FOR_PREDICTIONS);
|
||||
runMessages();
|
||||
// Test the first prediction is displayed
|
||||
final SuggestedWords suggestedWords = mLatinIME.getSuggestedWords();
|
||||
assertEquals("predictions after manual pick", "Obama",
|
||||
|
Loading…
Reference in New Issue
Block a user