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

Commit 7607abde authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 5853686 from 94bf69c2 to qt-qpr1-release

Change-Id: I389da5295f0e25714743c65082c3c91bf8db24a0
parents 76e52105 94bf69c2
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -57,7 +57,14 @@ public class FilesActivityUiTest extends ActivityTest<FilesActivity> {
    // to be able to click on it.
    public void testClickRecent() throws Exception {
        bots.roots.openRoot("Recent");

        boolean showSearchBar =
                context.getResources().getBoolean(R.bool.show_search_bar);
        if (showSearchBar) {
            bots.main.assertSearchBarShow();
        } else {
            bots.main.assertWindowTitle("Recent");
        }
    }

    public void testRootClick_SetsWindowTitle() throws Exception {