mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 11:18:21 +00:00
Remove press home command from AddConfigWidgetTest.
Context: b/192406323#comment4 Bug: 192406323 Test: AddConfigWidgetTest Change-Id: I2741358de93f75ef7ed73ee97964020162542756
This commit is contained in:
@@ -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