Change method name as suggested

bug: 261098912
bug: 261099706

test: Manual - presubmit go/forest
Change-Id: I2e18ddaf2b9647bccaecccbfa7faf88e51b84f12
This commit is contained in:
Brandon Dayauon
2022-12-05 15:07:46 -08:00
parent c4d6dee069
commit bb3146271b
@@ -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),