From 41fcfc1f723b4d3c9e08c38d5c0c944c8db5052b Mon Sep 17 00:00:00 2001 From: dakinola Date: Tue, 23 Apr 2024 12:27:24 +0000 Subject: [PATCH] Force calculator to launch in fullscreen for quickswitch tests Follow on to ag/27050655 to fix last flaking test suite, while investigating proper fix Bug: 333446588 Bug: 333446588 Flag: None Test: atest NexusLauncherTests:com.android.quickstep.TaplTestsKeyboardQuickSwitch Test: forrest build with CL (https://android-build.corp.google.com/builds/abtd/run/L47500030003265061) Change-Id: I28df139779af49b7bc8da567cfe67e5d43b224e9 --- .../src/com/android/quickstep/TaplTestsKeyboardQuickSwitch.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickstep/tests/src/com/android/quickstep/TaplTestsKeyboardQuickSwitch.java b/quickstep/tests/src/com/android/quickstep/TaplTestsKeyboardQuickSwitch.java index 43ebb1752a..7ab72f28e2 100644 --- a/quickstep/tests/src/com/android/quickstep/TaplTestsKeyboardQuickSwitch.java +++ b/quickstep/tests/src/com/android/quickstep/TaplTestsKeyboardQuickSwitch.java @@ -65,7 +65,7 @@ public class TaplTestsKeyboardQuickSwitch extends AbstractQuickStepTest { public void setUp() throws Exception { Assume.assumeTrue(mLauncher.isTablet()); super.setUp(); - startAppFast(CALCULATOR_APP_PACKAGE); + startAppFastInFullscreen(CALCULATOR_APP_PACKAGE); startTestActivity(2); }