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

Commit 71385198 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Change test case that's only meant for productivity devices."

parents 6a5c723a 7f61d7f0
Loading
Loading
Loading
Loading
+9 −8
Original line number Diff line number Diff line
@@ -73,7 +73,7 @@ public class FilesActivityUiTest extends ActivityTest<FilesActivity> {
                "file0.log", "file1.png", "file2.csv", "Ham & Cheese.sandwich");
    }

    public void testNavigateByBreadcrumb() throws Exception {
    public void testNavigate_inFixedLayout_byBreadcrumb() throws Exception {
        bots.directory.openDocument(dirName1);
        bots.directory.waitForDocument(childDir1);  // wait for known content
        bots.directory.assertDocumentsPresent(childDir1);
@@ -86,8 +86,8 @@ public class FilesActivityUiTest extends ActivityTest<FilesActivity> {
        bots.directory.waitForDocument(dirName1);
    }

    public void testNavigate_whileHasSelection() throws Exception {

    public void testNavigate_inFixedLayout_whileHasSelection() throws Exception {
        if (bots.main.inFixedLayout()) {
            bots.roots.openRoot(rootDir0.title);
            device.waitForIdle();
            bots.directory.selectDocument("file0.log", 1);
@@ -95,6 +95,7 @@ public class FilesActivityUiTest extends ActivityTest<FilesActivity> {
            // ensure no exception is thrown while navigating to a different root
            bots.roots.openRoot(rootDir1.title);
        }
    }

    public void testRootChange_UpdatesSortHeader() throws Exception {