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

Commit d4f49a79 authored by Alex Chau's avatar Alex Chau
Browse files

Remove unused @ScreenRecord

Fix: 202433017
Fix: 202985412
Test: presubmit
Change-Id: I6ad6cbac0a2f509fb6191a3341a13b678d407168
parent 29428d40
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -27,7 +27,6 @@ import com.android.launcher3.Launcher;
import com.android.launcher3.LauncherState;
import com.android.launcher3.ui.AbstractLauncherUiTest;
import com.android.launcher3.util.LauncherBindableItemsContainer.ItemOperator;
import com.android.launcher3.util.rule.ScreenRecordRule.ScreenRecord;

import org.junit.After;
import org.junit.Test;
@@ -74,7 +73,6 @@ public class PromiseIconUiTest extends AbstractLauncherUiTest {
    }

    @Test
    @ScreenRecord // b/202985412
    public void testPromiseIcon_addedFromEligibleSession() throws Throwable {
        final String appLabel = "Test Promise App " + UUID.randomUUID().toString();
        final ItemOperator findPromiseApp = (info, view) ->
@@ -97,7 +95,6 @@ public class PromiseIconUiTest extends AbstractLauncherUiTest {
    }

    @Test
    @ScreenRecord // b/202985412
    public void testPromiseIcon_notAddedFromIneligibleSession() throws Throwable {
        final String appLabel = "Test Promise App " + UUID.randomUUID().toString();
        final ItemOperator findPromiseApp = (info, view) ->
+0 −1
Original line number Diff line number Diff line
@@ -261,7 +261,6 @@ public class TaplTestsLauncher3 extends AbstractLauncherUiTest {

    @PlatinumTest(focusArea = "launcher")
    @Test
    @ScreenRecord // b/202433017
    public void testWorkspace() throws Exception {
        // Set workspace  that includes the chrome Activity app icon on the hotseat.
        LauncherLayoutBuilder builder = new LauncherLayoutBuilder()