Loading tests/src/com/android/launcher3/ui/widget/AddConfigWidgetTest.java +3 −0 Original line number Diff line number Diff line Loading @@ -41,6 +41,7 @@ import com.android.launcher3.util.Wait; import com.android.launcher3.util.rule.ShellCommandRule; import org.junit.Before; import org.junit.Ignore; import org.junit.Rule; import org.junit.Test; import org.junit.runner.RunWith; Loading Loading @@ -69,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 +2 −0 Original line number Diff line number Diff line Loading @@ -26,6 +26,7 @@ import com.android.launcher3.ui.AbstractLauncherUiTest; import com.android.launcher3.ui.TestViewHelpers; import com.android.launcher3.util.rule.ShellCommandRule; import org.junit.Ignore; import org.junit.Rule; import org.junit.Test; import org.junit.runner.RunWith; Loading @@ -41,6 +42,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 +3 −0 Original line number Diff line number Diff line Loading @@ -41,6 +41,7 @@ import com.android.launcher3.util.Wait; import com.android.launcher3.util.rule.ShellCommandRule; import org.junit.Before; import org.junit.Ignore; import org.junit.Rule; import org.junit.Test; import org.junit.runner.RunWith; Loading Loading @@ -69,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 +2 −0 Original line number Diff line number Diff line Loading @@ -26,6 +26,7 @@ import com.android.launcher3.ui.AbstractLauncherUiTest; import com.android.launcher3.ui.TestViewHelpers; import com.android.launcher3.util.rule.ShellCommandRule; import org.junit.Ignore; import org.junit.Rule; import org.junit.Test; import org.junit.runner.RunWith; Loading @@ -41,6 +42,7 @@ public class AddWidgetTest extends AbstractLauncherUiTest { @Test @PortraitLandscape @Ignore public void testDragIcon() throws Throwable { clearHomescreen(); mDevice.pressHome(); Loading