Adding screen record for a flake
Test: presubmit Bug: 195673272 Change-Id: I3ea99f68872554d688b30bf87f595fef1538a7cb
This commit is contained in:
parent
2d9741b832
commit
99479a9925
|
@ -37,6 +37,7 @@ import com.android.launcher3.tapl.Overview;
|
||||||
import com.android.launcher3.tapl.OverviewActions;
|
import com.android.launcher3.tapl.OverviewActions;
|
||||||
import com.android.launcher3.tapl.OverviewTask;
|
import com.android.launcher3.tapl.OverviewTask;
|
||||||
import com.android.launcher3.ui.TaplTestsLauncher3;
|
import com.android.launcher3.ui.TaplTestsLauncher3;
|
||||||
|
import com.android.launcher3.util.rule.ScreenRecordRule.ScreenRecord;
|
||||||
import com.android.quickstep.NavigationModeSwitchRule.NavigationModeSwitch;
|
import com.android.quickstep.NavigationModeSwitchRule.NavigationModeSwitch;
|
||||||
import com.android.quickstep.views.RecentsView;
|
import com.android.quickstep.views.RecentsView;
|
||||||
|
|
||||||
|
@ -157,6 +158,7 @@ public class TaplTestsQuickstep extends AbstractQuickStepTest {
|
||||||
@Test
|
@Test
|
||||||
@NavigationModeSwitch
|
@NavigationModeSwitch
|
||||||
@PortraitLandscape
|
@PortraitLandscape
|
||||||
|
@ScreenRecord // b/195673272
|
||||||
public void testOverviewActions() throws Exception {
|
public void testOverviewActions() throws Exception {
|
||||||
// Experimenting for b/165029151:
|
// Experimenting for b/165029151:
|
||||||
final Overview overview = mLauncher.pressHome().switchToOverview();
|
final Overview overview = mLauncher.pressHome().switchToOverview();
|
||||||
|
|
Loading…
Reference in New Issue