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

Commit 37152b8a authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 6406367 from b20995ba to rvc-release

Change-Id: Ib7159b0d35f5e2c55d6fcfafabe49b02b414c78e
parents 62032bb2 b20995ba
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@ import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertTrue;

import android.content.Intent;
import android.os.Build;

import androidx.test.filters.LargeTest;
import androidx.test.runner.AndroidJUnit4;
@@ -233,6 +234,9 @@ public class TaplTestsQuickstep extends AbstractQuickStepTest {
    @Test
    @PortraitLandscape
    public void testAllAppsFromHome() throws Exception {
        // b/150958400
        if (Build.MODEL.contains("Cuttlefish")) return;

        // Test opening all apps
        assertNotNull("switchToAllApps() returned null",
                mLauncher.getWorkspace().switchToAllApps());