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

Commit 75843749 authored by Alex Chau's avatar Alex Chau
Browse files

Add ScreenRecord for a flaky test

Bug: 202433017
Test: none
Change-Id: If4bc72e5eae39ce641521b2edbf3ba630968c561
parent c13700b6
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -39,6 +39,7 @@ import com.android.launcher3.tapl.FolderIcon;
import com.android.launcher3.tapl.Widgets;
import com.android.launcher3.tapl.Workspace;
import com.android.launcher3.util.TestUtil;
import com.android.launcher3.util.rule.ScreenRecordRule.ScreenRecord;
import com.android.launcher3.widget.picker.WidgetsFullSheet;
import com.android.launcher3.widget.picker.WidgetsRecyclerView;

@@ -176,6 +177,7 @@ public class TaplTestsLauncher3 extends AbstractLauncherUiTest {
    }

    @Test
    @ScreenRecord // b/202433017
    public void testWorkspace() throws Exception {
        final Workspace workspace = mLauncher.getWorkspace();