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

Commit 6b135444 authored by Hui Kang's avatar Hui Kang Committed by Automerger Merge Worker
Browse files
parents a81e601a 4864344d
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -30,7 +30,6 @@ import static org.junit.Assume.assumeTrue;
import android.content.Intent;
import android.graphics.Point;
import android.os.SystemClock;
import android.platform.test.annotations.IwTest;
import android.platform.test.annotations.PlatinumTest;
import android.util.Log;

@@ -240,7 +239,6 @@ public class TaplTestsLauncher3 extends AbstractLauncherUiTest {
    }

    @PlatinumTest(focusArea = "launcher")
    @IwTest(focusArea = "launcher")
    @Test
    @ScreenRecord // b/202433017
    public void testWorkspace() throws Exception {
@@ -375,7 +373,6 @@ public class TaplTestsLauncher3 extends AbstractLauncherUiTest {
    }

    @PlatinumTest(focusArea = "launcher")
    @IwTest(focusArea = "launcher")
    @Test
    @PortraitLandscape
    @ScreenRecord // b/256898879
+0 −2
Original line number Diff line number Diff line
@@ -20,7 +20,6 @@ import static com.android.launcher3.ui.TaplTestsLauncher3.getAppPackageName;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertTrue;

import android.platform.test.annotations.IwTest;
import android.platform.test.annotations.PlatinumTest;

import androidx.test.ext.junit.runners.AndroidJUnit4;
@@ -52,7 +51,6 @@ public class AddWidgetTest extends AbstractLauncherUiTest {
    public ShellCommandRule mGrantWidgetRule = ShellCommandRule.grantWidgetBind();

    @PlatinumTest(focusArea = "launcher")
    @IwTest(focusArea="launcher")
    @Test
    @PortraitLandscape
    public void testDragIcon() throws Throwable {