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

Commit ddab748e authored by Diksha Gohlyan's avatar Diksha Gohlyan Committed by Android (Google) Code Review
Browse files

Merge "Remove paste from ContextMenuUiTest" into rvc-dev

parents 29941808 f6d0fe41
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();