mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 03:08:19 +00:00
Merge "Remove press home command from AddConfigWidgetTest." into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
3ff0336f4a
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user