commit | e9ce95bed84c51330bde3706d992b3b1ca594109 | [log] [tgz] |
---|---|---|
author | vadimt <vadimt@google.com> | Mon May 03 19:04:21 2021 -0700 |
committer | vadimt <vadimt@google.com> | Mon May 03 19:05:35 2021 -0700 |
tree | 4a7a990f0766845c659b3b8ec53a0afb1c2859cb | |
parent | 4dd75b334f1838c1cf0ebaf5c8e1ecafbf5a6bef [diff] |
Temporary wait to check that waiting after swiping from context menu is a way to the real fix. Test: presubmit Bug: 187080582 Change-Id: Ief09857c267e8786bb6f67203db26b47f27060ea
diff --git a/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java b/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java index ebad154..e5b93b1 100644 --- a/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java +++ b/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java
@@ -695,6 +695,7 @@ waitUntilLauncherObjectGone(CONTEXT_MENU_RES_ID); // Swiping up can temporarily bring Nexus Launcher if the current // Launcher is a Launcher3 one. Wait for the current launcher to reappear. + SystemClock.sleep(5000); // b/187080582 waitForLauncherObject(getAnyObjectSelector()); } }