summaryrefslogtreecommitdiffstats
path: root/tests/tapl
diff options
context:
space:
mode:
authorvadimt <vadimt@google.com>2019-04-12 14:00:40 -0700
committervadimt <vadimt@google.com>2019-04-12 14:00:40 -0700
commitc255c8b357a95a8be9dbfb2aca48002f203de14d (patch)
tree749069d6f5fc75722bd8ffe631297c206993ac1b /tests/tapl
parentc6d9ddfddbc70aa1f486b3ed730111741566989f (diff)
downloadandroid_packages_apps_Trebuchet-c255c8b357a95a8be9dbfb2aca48002f203de14d.tar.gz
android_packages_apps_Trebuchet-c255c8b357a95a8be9dbfb2aca48002f203de14d.tar.bz2
android_packages_apps_Trebuchet-c255c8b357a95a8be9dbfb2aca48002f203de14d.zip
Unlock the phone before each test
We were trying to do so from the test config, but this didn't work Change-Id: I098eb392c76572bc43443adac130fa8700b49bde
Diffstat (limited to 'tests/tapl')
-rw-r--r--tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java b/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java
index 08f2681ea..cde68f26e 100644
--- a/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java
+++ b/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java
@@ -154,8 +154,6 @@ public final class LauncherInstrumentation {
} catch (IOException e) {
fail(e.toString());
}
-
- assertTrue("Phone is locked", !hasSystemUiObject("keyguard_status_view"));
}
Context getContext() {