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

Commit d5a416b4 authored by Jeremie Boulic's avatar Jeremie Boulic Committed by Android (Google) Code Review
Browse files

Merge "[DocsUI] Fix UiBot action bar race condition" into main

parents 5b3ec3e4 5b69e294
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -238,6 +238,7 @@ public class UiBot extends Bots.BaseBot {
        } else {
            onView(ACTIONBAR_OVERFLOW).perform(click());
        }
        mDevice.waitForIdle();
        // Click the item by label, since Espresso doesn't support lookup by id on overflow.
        onView(withText(label)).perform(click());
    }