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

Commit 10bdef8c authored by Wei Sheng Shih's avatar Wei Sheng Shih Committed by Android (Google) Code Review
Browse files

Merge changes from topic "wait_snapshot_gone" into tm-mainline-prod

* changes:
  [automerge] Waiting for snapshot layer gone for quick switch tests. 2p: 3402a493
  Waiting for snapshot layer gone for quick switch tests.
parents 4ea5ed2f 22288c00
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -97,7 +97,6 @@ open class QuickSwitchBetweenTwoAppsBackTest(private val testSpec: FlickerTestPa
            transitions {
            transitions {
                taplInstrumentation.launchedAppState.quickSwitchToPreviousApp()
                taplInstrumentation.launchedAppState.quickSwitchToPreviousApp()
                wmHelper.waitForFullScreenApp(testApp1.component)
                wmHelper.waitForFullScreenApp(testApp1.component)
                wmHelper.waitSnapshotGone()
                wmHelper.waitForAppTransitionIdle()
                wmHelper.waitForAppTransitionIdle()
                wmHelper.waitForNavBarStatusBarVisible()
                wmHelper.waitForNavBarStatusBarVisible()
            }
            }
+0 −1
Original line number Original line Diff line number Diff line
@@ -101,7 +101,6 @@ open class QuickSwitchBetweenTwoAppsForwardTest(private val testSpec: FlickerTes
                taplInstrumentation.launchedAppState.quickSwitchToPreviousAppSwipeLeft()
                taplInstrumentation.launchedAppState.quickSwitchToPreviousAppSwipeLeft()


                wmHelper.waitForFullScreenApp(testApp2.component)
                wmHelper.waitForFullScreenApp(testApp2.component)
                wmHelper.waitSnapshotGone()
                wmHelper.waitForAppTransitionIdle()
                wmHelper.waitForAppTransitionIdle()
                wmHelper.waitForNavBarStatusBarVisible()
                wmHelper.waitForNavBarStatusBarVisible()
            }
            }