From a397f3784fa610d1d06163f6f516b282b0fcf020 Mon Sep 17 00:00:00 2001 From: Tony Wickham Date: Mon, 25 Jul 2022 17:11:55 -0700 Subject: [PATCH] Add @ScreenRecord to testSwitchToOverview Test: N/A Bug: 238461765 Change-Id: I0ff65e2ca7c5026d46e0e218a94a11cafe3f9648 --- .../tests/src/com/android/quickstep/TaplTestsQuickstep.java | 1 + 1 file changed, 1 insertion(+) diff --git a/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java b/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java index 4bf247c75d..3007594ffe 100644 --- a/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java +++ b/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java @@ -198,6 +198,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());