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

Commit 17856df0 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

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


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