commit | a5bccfdefc645ea3a227d85971b056f252fb71e6 | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Tue May 04 03:36:10 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue May 04 03:36:10 2021 +0000 |
tree | 6513db5b2faea34b00e00cc80a73ff29a6581be1 | |
parent | 2218800a960fb384d078fb3fdd2738a109c3e4ed [diff] | |
parent | 60f6662fa3343d2c178499be2ca7a3f8cc1c3207 [diff] |
Merge "Temporary wait to check that waiting after swiping from context menu is a way to the real fix." into sc-dev am: 60f6662fa3 Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14419418 Change-Id: I662a29154e52dedce27c4b673b6bb36d9f9e7370
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()); } }