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

Commit 4c420047 authored by Vadim Tryshev's avatar Vadim Tryshev Committed by android-build-merger
Browse files

Merge "Not unlocking phone on the test start" into ub-launcher3-qt-qpr1-dev

am: 872a380b

Change-Id: I6e0831a2660459803eef6c755e4fcfc9f414c94f
parents d8aef473 872a380b
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -172,8 +172,6 @@ public abstract class AbstractLauncherUiTest {

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

    @After