Loading tests/src/com/android/launcher3/ui/widget/AddConfigWidgetTest.java +2 −0 Original line number Diff line number Diff line Loading @@ -70,12 +70,14 @@ public class AddConfigWidgetTest extends AbstractLauncherUiTest { @Test @PortraitLandscape @Ignore public void testWidgetConfig() throws Throwable { runTest(true); } @Test @PortraitLandscape @Ignore public void testConfigCancelled() throws Throwable { runTest(false); } Loading tests/src/com/android/launcher3/ui/widget/AddWidgetTest.java +1 −0 Original line number Diff line number Diff line Loading @@ -46,6 +46,7 @@ public class AddWidgetTest extends AbstractLauncherUiTest { @Test @PortraitLandscape @Ignore public void testDragIcon() throws Throwable { clearHomescreen(); mDevice.pressHome(); Loading Loading
tests/src/com/android/launcher3/ui/widget/AddConfigWidgetTest.java +2 −0 Original line number Diff line number Diff line Loading @@ -70,12 +70,14 @@ public class AddConfigWidgetTest extends AbstractLauncherUiTest { @Test @PortraitLandscape @Ignore public void testWidgetConfig() throws Throwable { runTest(true); } @Test @PortraitLandscape @Ignore public void testConfigCancelled() throws Throwable { runTest(false); } Loading
tests/src/com/android/launcher3/ui/widget/AddWidgetTest.java +1 −0 Original line number Diff line number Diff line Loading @@ -46,6 +46,7 @@ public class AddWidgetTest extends AbstractLauncherUiTest { @Test @PortraitLandscape @Ignore public void testDragIcon() throws Throwable { clearHomescreen(); mDevice.pressHome(); Loading