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

Commit 3f58b471 authored by fbaron's avatar fbaron
Browse files

Add screenrecord to test with "Only System UI views are visible" message

Flag: none
Test: TaplTestsTrackpad#switchToOverview
Bug: 335674307
Change-Id: Icabc13814163deaecaa14dd12bbd41f62074b4d5
parent bb760dbb
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -30,6 +30,7 @@ import androidx.test.runner.AndroidJUnit4;
import com.android.launcher3.tapl.LauncherInstrumentation.TrackpadGestureType;
import com.android.launcher3.tapl.Workspace;
import com.android.launcher3.ui.PortraitLandscapeRunner.PortraitLandscape;
import com.android.launcher3.util.rule.ScreenRecordRule;
import com.android.quickstep.NavigationModeSwitchRule.NavigationModeSwitch;

import org.junit.After;
@@ -84,6 +85,7 @@ public class TaplTestsTrackpad extends AbstractQuickStepTest {
    @Test
    @PortraitLandscape
    @NavigationModeSwitch
    @ScreenRecordRule.ScreenRecord // b/335674307
    public void switchToOverview() throws Exception {
        assumeTrue(mLauncher.isTablet());