Merge "Force calculator to launch in fullscreen for quickswitch tests" into main

This commit is contained in:
Daniel Akinola
2024-04-23 22:33:50 +00:00
committed by Android (Google) Code Review

View File

@@ -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);
}