Bug 911105 - Wait for view in testSearchSuggestions; r=mfinkle

This commit is contained in:
Geoff Brown 2014-12-09 07:32:55 -07:00
parent 9070c6ab3d
commit 8ead5abda4

View File

@ -53,6 +53,7 @@ public class testSearchSuggestions extends BaseTest {
}
final String query = TEST_QUERY.substring(0, i+1);
mSolo.waitForView(R.id.suggestion_text);
boolean success = waitForTest(new BooleanTest() {
@Override
public boolean test() {