commit | da66a46174d4e33cf211714907ab66da24863ad0 | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Tue May 04 03:34:06 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue May 04 03:34:06 2021 +0000 |
tree | 52ac82a9d3b33c2576f8a2acbdad9467365eaff6 | |
parent | a93abb572401361a9604c76c86037ad070b7cbcc [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: I85f4026f1fd9fe48c44fba4f735a7b75d77a37fc
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()); } }