commit | a397f3784fa610d1d06163f6f516b282b0fcf020 | [log] [tgz] |
---|---|---|
author | Tony Wickham <twickham@google.com> | Mon Jul 25 17:11:55 2022 -0700 |
committer | Tony Wickham <twickham@google.com> | Mon Jul 25 17:11:55 2022 -0700 |
tree | aa15b033567acdc1fabb8978c9d1264a57483d46 | |
parent | 2b3bd3039b137740ce3b379d296a224e00c823c8 [diff] |
Add @ScreenRecord to testSwitchToOverview Test: N/A Bug: 238461765 Change-Id: I0ff65e2ca7c5026d46e0e218a94a11cafe3f9648
diff --git a/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java b/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java index 4bf247c..3007594 100644 --- a/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java +++ b/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java
@@ -198,6 +198,7 @@ @Test @NavigationModeSwitch @PortraitLandscape + @ScreenRecord // b/238461765 public void testSwitchToOverview() throws Exception { assertNotNull("Workspace.switchToOverview() returned null", mLauncher.goHome().switchToOverview());