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

Commit 341b489e authored by Diksha Gohlyan's avatar Diksha Gohlyan
Browse files

Replace button_dismiss with dismiss_button

Test: atest DocumentUIGoogleTest

Bug: 150904641

Change-Id: I9e8b5e32701ff8ec6ed9aca8127c0dc3d165f1a2
parent 9d57eb5a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -164,7 +164,7 @@ public class DirectoryListBot extends Bots.BaseBot {
    private UiObject findHeaderMessageButton() {
        return findObject(
                mDirContainerId,
                mTargetPackage + ":id/button_dismiss");
                mTargetPackage + ":id/dismiss_button");
    }

    private UiObject findPlaceholderMessageTextView() {