diff --git a/tests/FlickerTests/src/com/android/server/wm/flicker/quickswitch/QuickSwitchBetweenTwoAppsBackTest.kt b/tests/FlickerTests/src/com/android/server/wm/flicker/quickswitch/QuickSwitchBetweenTwoAppsBackTest.kt index 386c0cb4f5414..a9fb0f261465c 100644 --- a/tests/FlickerTests/src/com/android/server/wm/flicker/quickswitch/QuickSwitchBetweenTwoAppsBackTest.kt +++ b/tests/FlickerTests/src/com/android/server/wm/flicker/quickswitch/QuickSwitchBetweenTwoAppsBackTest.kt @@ -83,6 +83,7 @@ open class QuickSwitchBetweenTwoAppsBackTest( transitions { tapl.launchedAppState.quickSwitchToPreviousApp() wmHelper.StateSyncBuilder() + .withFullScreenApp(testApp1) .withNavOrTaskBarVisible() .withStatusBarVisible() .waitForAndVerify() diff --git a/tests/FlickerTests/src/com/android/server/wm/flicker/quickswitch/QuickSwitchBetweenTwoAppsForwardTest.kt b/tests/FlickerTests/src/com/android/server/wm/flicker/quickswitch/QuickSwitchBetweenTwoAppsForwardTest.kt index cefcb354ff5a0..3b602126399d9 100644 --- a/tests/FlickerTests/src/com/android/server/wm/flicker/quickswitch/QuickSwitchBetweenTwoAppsForwardTest.kt +++ b/tests/FlickerTests/src/com/android/server/wm/flicker/quickswitch/QuickSwitchBetweenTwoAppsForwardTest.kt @@ -79,6 +79,7 @@ open class QuickSwitchBetweenTwoAppsForwardTest( testApp2.launchViaIntent(wmHelper) tapl.launchedAppState.quickSwitchToPreviousApp() wmHelper.StateSyncBuilder() + .withFullScreenApp(testApp1) .withNavOrTaskBarVisible() .withStatusBarVisible() .waitForAndVerify() @@ -89,6 +90,7 @@ open class QuickSwitchBetweenTwoAppsForwardTest( transitions { tapl.launchedAppState.quickSwitchToPreviousAppSwipeLeft() wmHelper.StateSyncBuilder() + .withFullScreenApp(testApp2) .withNavOrTaskBarVisible() .withStatusBarVisible() .waitForAndVerify()