summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorvadimt <vadimt@google.com>2019-09-30 12:22:01 -0700
committervadimt <vadimt@google.com>2019-09-30 12:22:01 -0700
commit5d58d25ea3e335b4f5e118ac3b5da5ec6800b501 (patch)
treeda1ebc19e0cd4fe17050934af8559c58df1a12d0 /tests
parent1a02173321f1a821562a94692ab6774f339a1fd6 (diff)
downloadandroid_packages_apps_Trebuchet-5d58d25ea3e335b4f5e118ac3b5da5ec6800b501.tar.gz
android_packages_apps_Trebuchet-5d58d25ea3e335b4f5e118ac3b5da5ec6800b501.tar.bz2
android_packages_apps_Trebuchet-5d58d25ea3e335b4f5e118ac3b5da5ec6800b501.zip
fixingtypo
Change-Id: I0d9d9f3f712fc90e82e7660c14ea31779648614a
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)) {