From 701eef07ab55d68bfe9bf8f831af7c03197c4b1d Mon Sep 17 00:00:00 2001 From: fbaron Date: Fri, 31 May 2024 10:20:02 -0700 Subject: [PATCH] Add screenrecord for testDragAppIcon Bug: 343953783 Test: TaplDragTest#testDragAppIcon Flag: TEST_ONLY Change-Id: I598fd1c7e153c077de0d5babb0eadf09cc10fa1f --- tests/src/com/android/launcher3/dragging/TaplDragTest.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/src/com/android/launcher3/dragging/TaplDragTest.java b/tests/src/com/android/launcher3/dragging/TaplDragTest.java index 1c41ded1b9..d4cdf7ac6b 100644 --- a/tests/src/com/android/launcher3/dragging/TaplDragTest.java +++ b/tests/src/com/android/launcher3/dragging/TaplDragTest.java @@ -41,6 +41,7 @@ import com.android.launcher3.tapl.Workspace; import com.android.launcher3.ui.AbstractLauncherUiTest; import com.android.launcher3.ui.PortraitLandscapeRunner.PortraitLandscape; import com.android.launcher3.util.TestUtil; +import com.android.launcher3.util.rule.ScreenRecordRule; import org.junit.Test; @@ -194,6 +195,7 @@ public class TaplDragTest extends AbstractLauncherUiTest { @PlatinumTest(focusArea = "launcher") @Test @PortraitLandscape + @ScreenRecordRule.ScreenRecord // b/343953783 public void testDragAppIcon() { final HomeAllApps allApps = mLauncher.getWorkspace().switchToAllApps();