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

Commit 7828723a authored by Diksha Gohlyan's avatar Diksha Gohlyan Committed by Automerger Merge Worker
Browse files

Merge "Remove paste from ContextMenuUiTest" into rvc-dev am: ddab748e am: 54898825

Change-Id: I0592f9e0f22bf8997f61b570fe90aa84633a40ff
parents 8fa7b4bd 54898825
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -86,7 +86,6 @@ public class ContextMenuUiTest extends ActivityTest<FilesActivity> {
    public void testContextMenu_onDir() throws Exception {
        menuItems.put("Cut", true);
        menuItems.put("Copy", true);
        menuItems.put("Paste into folder", true);
        menuItems.put("Open in new window", true);
        menuItems.put("Delete", true);
        menuItems.put("Rename", true);
@@ -106,7 +105,6 @@ public class ContextMenuUiTest extends ActivityTest<FilesActivity> {

    public void testContextMenu_onEmptyArea() throws Exception {
        menuItems.put("Select all", true);
        menuItems.put("Paste", true);
        menuItems.put("New folder", true);
        Rect dirListBounds = bots.directory.findDocumentsList().getBounds();
        Rect dirBounds = bots.directory.findDocument(dirName1).getBounds();