summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Tryshev <vadimt@google.com>2019-05-06 18:09:41 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2019-05-06 18:09:41 +0000
commit50c484994f27720341b340443e2d5c799605d96a (patch)
treeea98b4aa0a0ca301e94137b91314e153a4bbb404
parent752df2ce3b04f016c4078220f6375cf20cbb2beb (diff)
parent16f2cd6cad2d71b9c8b155a0fd7a0109e0647a3a (diff)
downloadpackages_apps_Trebuchet-50c484994f27720341b340443e2d5c799605d96a.tar.gz
packages_apps_Trebuchet-50c484994f27720341b340443e2d5c799605d96a.tar.bz2
packages_apps_Trebuchet-50c484994f27720341b340443e2d5c799605d96a.zip
Merge "Removing pressing home button twice" into ub-launcher3-qt-dev
-rw-r--r--tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java b/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java
index f5c5a8d0b..87ef0448b 100644
--- a/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java
+++ b/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java
@@ -374,16 +374,6 @@ public final class LauncherInstrumentation {
event -> true,
"Pressing Home didn't produce any events");
mDevice.waitForIdle();
-
- // Temporarily press home twice as the first click sometimes gets ignored (b/124239413)
- executeAndWaitForEvent(
- () -> {
- log("LauncherInstrumentation.pressHome before clicking");
- waitForSystemUiObject("home").click();
- },
- event -> true,
- "Pressing Home didn't produce any events");
- mDevice.waitForIdle();
}
try (LauncherInstrumentation.Closable c = addContextLayer(
"performed action to switch to Home - " + action)) {