Re-enabling testShortcutIconWithTheme
> Updating shortcut id incache the icon cache was the culprit Bug: 260722220 Test: Verified locally Change-Id: I0e6bc9b06d1b99e33cb9b1a248647d54bf47dea4
This commit is contained in:
@@ -38,7 +38,6 @@ import com.android.launcher3.ui.TaplTestsLauncher3;
|
||||
import com.android.launcher3.util.Executors;
|
||||
import com.android.launcher3.util.rule.ScreenRecordRule.ScreenRecord;
|
||||
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
import java.util.ArrayDeque;
|
||||
@@ -52,7 +51,7 @@ import java.util.Queue;
|
||||
@LargeTest
|
||||
public class ThemeIconsTest extends AbstractLauncherUiTest {
|
||||
|
||||
private static final String APP_NAME = "ThemeIconTestActivity";
|
||||
private static final String APP_NAME = "IconThemedActivity";
|
||||
private static final String SHORTCUT_APP_NAME = "LauncherTestApp";
|
||||
private static final String SHORTCUT_NAME = "Shortcut 1";
|
||||
|
||||
@@ -111,7 +110,6 @@ public class ThemeIconsTest extends AbstractLauncherUiTest {
|
||||
}
|
||||
}
|
||||
|
||||
@Ignore
|
||||
@Test
|
||||
@ScreenRecord // b/260722220
|
||||
public void testShortcutIconWithTheme() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user