Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 209c8a6a authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Stabilize quickswitch tests"

parents 2917b2fc 1c5e0589
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -83,6 +83,7 @@ open class QuickSwitchBetweenTwoAppsBackTest(
        transitions {
            tapl.launchedAppState.quickSwitchToPreviousApp()
            wmHelper.StateSyncBuilder()
                .withFullScreenApp(testApp1)
                .withNavOrTaskBarVisible()
                .withStatusBarVisible()
                .waitForAndVerify()
+2 −0
Original line number Diff line number Diff line
@@ -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()