summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorvadimt <vadimt@google.com>2019-09-30 13:19:32 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-09-30 13:19:32 -0700
commit5500f3513e6d59136565050469570a4f5a5799f1 (patch)
tree162aa490c09f37c546fd929bfcb6f3f36f842d0e /tests
parent10b141477882a2481713d230c3473e65d9c01725 (diff)
parent5d58d25ea3e335b4f5e118ac3b5da5ec6800b501 (diff)
downloadandroid_packages_apps_Trebuchet-5500f3513e6d59136565050469570a4f5a5799f1.tar.gz
android_packages_apps_Trebuchet-5500f3513e6d59136565050469570a4f5a5799f1.tar.bz2
android_packages_apps_Trebuchet-5500f3513e6d59136565050469570a4f5a5799f1.zip
fixingtypo
am: 5d58d25ea3 Change-Id: I7785e6162a79743b2a8c3f6851ade7bea31c1058
Diffstat (limited to 'tests')
-rw-r--r--tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java b/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java
index d89ec8b5d..52971d92f 100644
--- a/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java
+++ b/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java
@@ -550,7 +550,7 @@ public final class LauncherInstrumentation {
displaySize.x / 2, displaySize.y - 1,
displaySize.x / 2, 0,
ZERO_BUTTON_STEPS_FROM_BACKGROUND_TO_HOME);
- assertTrue("Context menu is still visible afterswiping up to home",
+ assertTrue("Context menu is still visible after swiping up to home",
!hasLauncherObject("deep_shortcuts_container"));
}
if (hasLauncherObject(WORKSPACE_RES_ID)) {