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

Commit bb314627 authored by Brandon Dayauon's avatar Brandon Dayauon
Browse files

Change method name as suggested

bug: 261098912
bug: 261099706

test: Manual - presubmit go/forest
Change-Id: I2e18ddaf2b9647bccaecccbfa7faf88e51b84f12
parent c4d6dee0
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),