From 5d58d25ea3e335b4f5e118ac3b5da5ec6800b501 Mon Sep 17 00:00:00 2001 From: vadimt Date: Mon, 30 Sep 2019 12:22:01 -0700 Subject: [PATCH] fixingtypo Change-Id: I0d9d9f3f712fc90e82e7660c14ea31779648614a --- .../com/android/launcher3/tapl/LauncherInstrumentation.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java b/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java index d89ec8b5d4..52971d92fe 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)) {