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

Commit 82482798 authored by fbaron's avatar fbaron
Browse files

Add screenrecord for simple reorder widgets test

Bug: 330019521
Test: TaplReorderWidgetsTest#simpleReorder
Flag: NONE
Change-Id: Ief042efa088246f964e0b35f1c1ae10a95c5a671
parent 6300f055
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -39,6 +39,7 @@ import com.android.launcher3.tapl.Widget;
import com.android.launcher3.tapl.WidgetResizeFrame;
import com.android.launcher3.ui.AbstractLauncherUiTest;
import com.android.launcher3.util.ModelTestExtensions;
import com.android.launcher3.util.rule.ScreenRecordRule;
import com.android.launcher3.util.rule.ShellCommandRule;

import org.junit.After;
@@ -236,6 +237,7 @@ public class TaplReorderWidgetsTest extends AbstractLauncherUiTest {
    }

    @Test
    @ScreenRecordRule.ScreenRecord // b/330019521
    public void simpleReorder() throws Exception {
        runTestCaseMap(getTestMap("ReorderWidgets/simple_reorder_case"),
                "push_reorder_case");