Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3ff0336f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 9c8bcfcd b9a1ac47
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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 {