Merge "Remove press home command from AddConfigWidgetTest." into sc-dev

This commit is contained in:
TreeHugger Robot 2021-07-14 20:25:09 +00:00 committed by Android (Google) Code Review
commit 3ff0336f4a
1 changed files with 1 additions and 2 deletions

View File

@ -102,8 +102,7 @@ public class AddConfigWidgetTest extends AbstractLauncherUiTest {
setResult(acceptConfig);
if (acceptConfig) {
// Dismiss widget resize frame.
mDevice.pressHome();
// TODO(b/192655785) Assert widget resize frame is shown and then dismiss it.
Wait.atMost("", new WidgetSearchCondition(), DEFAULT_ACTIVITY_TIMEOUT, mLauncher);
assertNotNull(mAppWidgetManager.getAppWidgetInfo(mWidgetId));
} else {