Merge "Add @ScreenRecord to testSwitchToOverview" into tm-qpr-dev

This commit is contained in:
Tony Wickham
2022-07-27 14:59:12 +00:00
committed by Android (Google) Code Review

View File

@@ -212,6 +212,7 @@ public class TaplTestsQuickstep extends AbstractQuickStepTest {
@Test
@NavigationModeSwitch
@PortraitLandscape
@ScreenRecord // b/238461765
public void testSwitchToOverview() throws Exception {
assertNotNull("Workspace.switchToOverview() returned null",
mLauncher.goHome().switchToOverview());