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

Commit 03f4708d authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Fix test case" into rvc-dev am: bad8a76a am: 2951ca72

Change-Id: I91228d9ae69542c5e88642264f2d9fd13cf73ab1
parents d3cdafbd 2951ca72
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -439,6 +439,9 @@ public class FileCopyUiTest extends ActivityTest<FilesActivity> {
        device.waitForIdle();

        assertFalse(bots.directory.findDocument(fileName1).isEnabled());

        // Back to FilesActivity to do tear down action if necessary
        bots.main.clickDialogCancelButton();
    }

    @HugeLongTest