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

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

Merge "Fixed DocumentsMenuManagerTest#testRootContextMenu."

parents 898cf235 960c3ae9
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -222,11 +222,8 @@ public final class DocumentsMenuManagerTest {
        DocumentsMenuManager mgr = new DocumentsMenuManager(testSearchManager, state);
        mgr.updateRootContextMenu(testMenu, testRootInfo);

        eject.assertVisible();
        eject.assertDisabled();

        settings.assertVisible();
        settings.assertDisabled();
        eject.assertInvisible();
        settings.assertInvisible();
    }

    @Test