Loading tests/tapl/com/android/launcher3/tapl/SearchResultFromQsb.java +1 −1 Original line number Diff line number Diff line Loading @@ -55,7 +55,7 @@ public class SearchResultFromQsb { } /** Find the web suggestion from search suggestion's title text */ public void findWebSuggest(String text) { public void verifyWebSuggestIsPresent(String text) { ArrayList<UiObject2> goldenGateResults = new ArrayList<>(mLauncher.waitForObjectsInContainer( mLauncher.waitForSystemLauncherObject(SEARCH_CONTAINER_RES_ID), Loading Loading
tests/tapl/com/android/launcher3/tapl/SearchResultFromQsb.java +1 −1 Original line number Diff line number Diff line Loading @@ -55,7 +55,7 @@ public class SearchResultFromQsb { } /** Find the web suggestion from search suggestion's title text */ public void findWebSuggest(String text) { public void verifyWebSuggestIsPresent(String text) { ArrayList<UiObject2> goldenGateResults = new ArrayList<>(mLauncher.waitForObjectsInContainer( mLauncher.waitForSystemLauncherObject(SEARCH_CONTAINER_RES_ID), Loading