mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 01:46:49 +00:00
Merge "Wait in ReorderWidgets test for the workapce to load after changing it." into tm-qpr-dev am: 58502d0236
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/20305929 Change-Id: Iae0770df2ec2fba58cbe4b18d1038078e05c86c4 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -116,7 +116,7 @@ public class ReorderWidgets extends AbstractLauncherUiTest {
|
||||
FavoriteItemsTransaction transaction =
|
||||
new FavoriteItemsTransaction(mTargetContext, this);
|
||||
mWorkspaceBuilder.buildFromBoard(testCase.mStart, transaction).commit();
|
||||
|
||||
waitForLauncherCondition("Workspace didn't finish loading", l -> !l.isWorkspaceLoading());
|
||||
Widget widget = mLauncher.getWorkspace().getWidgetAtCell(mainWidgetCellPos.x,
|
||||
mainWidgetCellPos.y);
|
||||
assertNotNull(widget);
|
||||
|
||||
Reference in New Issue
Block a user