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

Commit b6b2250d authored by Aga Wronska's avatar Aga Wronska Committed by android-build-merger
Browse files

Merge "Fix Rename Document tests" into nyc-dev

am: c4524a97

* commit 'c4524a97':
  Fix Rename Document tests
parents 67eefa3c c4524a97
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();