mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 18:06:48 +00:00
Merge "Wait in ReorderWidgets test for the workapce to load after changing it." into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
58502d0236
@@ -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