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

Commit ee3db65e authored by vadimt's avatar vadimt
Browse files

Not unlocking phone on the test start

Somehow tests unlock the phone anyways.

Bug: 141772190
Change-Id: I66de70ec10a7e9ae05ba942570bf9eff9d9e7a82
parent 1a021733
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -171,8 +171,6 @@ public abstract class AbstractLauncherUiTest {

        mTargetContext = InstrumentationRegistry.getTargetContext();
        mTargetPackage = mTargetContext.getPackageName();
        // Unlock the phone
        mDevice.executeShellCommand("input keyevent 82");
    }

    @After