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

Commit 701eef07 authored by fbaron's avatar fbaron
Browse files

Add screenrecord for testDragAppIcon

Bug: 343953783
Test: TaplDragTest#testDragAppIcon
Flag: TEST_ONLY
Change-Id: I598fd1c7e153c077de0d5babb0eadf09cc10fa1f
parent 59fd8cbf
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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<Launcher> {
    @PlatinumTest(focusArea = "launcher")
    @Test
    @PortraitLandscape
    @ScreenRecordRule.ScreenRecord // b/343953783
    public void testDragAppIcon() {

        final HomeAllApps allApps = mLauncher.getWorkspace().switchToAllApps();