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

Commit 4cc1c080 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

am: b6b2250d

* commit 'b6b2250d':
  Fix Rename Document tests
parents 745112c6 b6b2250d
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();