Change method name as suggested
bug: 261098912 bug: 261099706 test: Manual - presubmit go/forest Change-Id: I2e18ddaf2b9647bccaecccbfa7faf88e51b84f12
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user