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

Commit 1edf9784 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 13145626 from 0525d8ce to 25Q2-release

Change-Id: I579afb99b37559c87a5993d192e458e60a673ecf
parents 3400a477 0525d8ce
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -284,7 +284,8 @@ public class UiBot extends Bots.BaseBot {
        // Espresso has flaky results when keyboard shows up, so hiding it for now
        // before trying to click on any dialog button
        Espresso.closeSoftKeyboard();
        onView(withId(android.R.id.button1)).perform(click());
        UiObject2 okButton = mDevice.findObject(By.res("android:id/button1"));
        okButton.click();
    }

    public void clickDialogCancelButton() throws UiObjectNotFoundException {