Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f772ba18 authored by Brandon Dayauon's avatar Brandon Dayauon Committed by Android (Google) Code Review
Browse files

Merge "Change method name as suggested" into tm-qpr-dev

parents 1c744c99 bb314627
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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),