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

Commit db3f34f9 authored by Lucas Dupin's avatar Lucas Dupin
Browse files

Revert "Ignore broken launcher tests"

This reverts commit 03c5a462.

Reason for revert: Fixed tests
Bug: 180016597

Change-Id: I45390f157c6c3a379d686e8802648aa948071b72
parent 03c5a462
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -42,7 +42,6 @@ import com.android.quickstep.views.RecentsView;

import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;

@@ -216,7 +215,6 @@ public class TaplTestsQuickstep extends AbstractQuickStepTest {
        return background;
    }

    @Ignore
    @Test
    @PortraitLandscape
    public void testAllAppsFromHome() throws Exception {
+0 −3
Original line number Diff line number Diff line
@@ -110,7 +110,6 @@ public class TaplTestsLauncher3 extends AbstractLauncherUiTest {
                .launch(mDevice.getLauncherPackageName());
    }

    @Ignore
    @Test
    public void testPressHomeOnAllAppsContextMenu() throws Exception {
        final AllApps allApps = mLauncher.getWorkspace().switchToAllApps();
@@ -235,7 +234,6 @@ public class TaplTestsLauncher3 extends AbstractLauncherUiTest {
        }
    }

    @Ignore
    @Test
    @PortraitLandscape
    public void testAppIconLaunchFromAllAppsFromHome() throws Exception {
@@ -246,7 +244,6 @@ public class TaplTestsLauncher3 extends AbstractLauncherUiTest {
        runIconLaunchFromAllAppsTest(this, allApps);
    }

    @Ignore
    @Test
    @PortraitLandscape
    public void testWidgets() throws Exception {