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

Commit 047812a9 authored by vadimt's avatar vadimt
Browse files

Remove test testPressRecentAppsLauncherAndGetOverview

It tests UiDevice.pressRecentApps(), which we don't use, so we don't
need to test it.

Bug: 131115533
Change-Id: I3a1b31f3b8368e3c848c888a5a27577faa940832
parent 9f3cf1aa
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -25,7 +25,6 @@ import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertTrue;

import android.content.Intent;
import android.os.RemoteException;

import androidx.test.filters.LargeTest;
import androidx.test.runner.AndroidJUnit4;
@@ -83,17 +82,6 @@ public class TaplTestsQuickstep extends AbstractQuickStepTest {
                isInBackground(launcher)));
    }

    @Test
    @PortraitLandscape
    @Ignore // Enable after b/131115533
    public void testPressRecentAppsLauncherAndGetOverview() throws RemoteException {
        mDevice.pressRecentApps();
        waitForState("Launcher internal state didn't switch to Overview",
                () -> LauncherState.OVERVIEW);

        assertNotNull("getOverview() returned null", mLauncher.getOverview());
    }

    @Test
    @NavigationModeSwitch
    @PortraitLandscape