Merge "Stabilize quickswitch tests"
This commit is contained in:
committed by
Android (Google) Code Review
commit
209c8a6ade
@@ -83,6 +83,7 @@ open class QuickSwitchBetweenTwoAppsBackTest(
|
||||
transitions {
|
||||
tapl.launchedAppState.quickSwitchToPreviousApp()
|
||||
wmHelper.StateSyncBuilder()
|
||||
.withFullScreenApp(testApp1)
|
||||
.withNavOrTaskBarVisible()
|
||||
.withStatusBarVisible()
|
||||
.waitForAndVerify()
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user