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

Commit 2617b26b authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 13147095 from b268bdd6 to 25Q2-release

Change-Id: I2cd1bddb12dfc8089d77c149b353a548ab99b336
parents 1edf9784 b268bdd6
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -292,7 +292,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.button2)).perform(click());
        UiObject2 okButton = mDevice.findObject(By.res("android:id/button2"));
        okButton.click();
    }

    public UiObject findMenuLabelWithName(String label) {