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

Commit 5784996f authored by Aga Wronska's avatar Aga Wronska
Browse files

Fix Rename Document tests

Bug:27109148
Change-Id: I489b2bd25f92ebc2b9b84d9cefe1f785a89c89ff
parent 8e87364a
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -81,7 +81,6 @@ public class RenameDocumentUiTest extends ActivityTest<FilesActivity> {
        bot.openOverflowMenu();
        bot.openDialog(R.string.menu_rename);
        bot.setDialogText(newName);
        bot.dismissKeyboardIfPresent();

        device.waitForIdle(TIMEOUT);
        bot.findRenameDialogOkButton().click();
@@ -110,7 +109,6 @@ public class RenameDocumentUiTest extends ActivityTest<FilesActivity> {
        bot.openOverflowMenu();
        bot.openDialog(R.string.menu_rename);
        bot.setDialogText(newName);
        bot.dismissKeyboardIfPresent();

        device.waitForIdle(TIMEOUT);
        bot.findRenameDialogCancelButton().click();