From fd2fc06d6952137e58f4b4d07f2c4f701d024a2c Mon Sep 17 00:00:00 2001 From: fbaron Date: Mon, 8 Jul 2024 12:51:18 -0700 Subject: [PATCH] Add screenrecord to TaplThemeIconsTest#testShortcutIconWithTheme Flag: TEST_ONLY Test: TaplThemeIconsTest#testShortcutIconWithTheme Bug: 350557998 Change-Id: I38eb6558ece4cc23272a813d52ea677b8d9ad2cb --- .../com/android/launcher3/ui/workspace/TaplThemeIconsTest.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/src/com/android/launcher3/ui/workspace/TaplThemeIconsTest.java b/tests/src/com/android/launcher3/ui/workspace/TaplThemeIconsTest.java index 5dee3221c9..a1487441a7 100644 --- a/tests/src/com/android/launcher3/ui/workspace/TaplThemeIconsTest.java +++ b/tests/src/com/android/launcher3/ui/workspace/TaplThemeIconsTest.java @@ -40,6 +40,7 @@ import com.android.launcher3.tapl.HomeAppIcon; import com.android.launcher3.tapl.HomeAppIconMenuItem; import com.android.launcher3.ui.AbstractLauncherUiTest; import com.android.launcher3.util.Executors; +import com.android.launcher3.util.rule.ScreenRecordRule; import com.android.launcher3.util.rule.TestStabilityRule; import org.junit.Test; @@ -115,6 +116,7 @@ public class TaplThemeIconsTest extends AbstractLauncherUiTest { @Test @TestStabilityRule.Stability(flavors = LOCAL | PLATFORM_POSTSUBMIT) // b/350557998 + @ScreenRecordRule.ScreenRecord // b/350557998 public void testShortcutIconWithTheme() throws Exception { setThemeEnabled(true); initialize(this);