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

Commit 22288c00 authored by Presubmit Automerger Backend's avatar Presubmit Automerger Backend
Browse files

[automerge] Waiting for snapshot layer gone for quick switch tests. 2p: 3402a493

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/17397263

Bug: 226684870
Change-Id: I05fcef3415a63caafc6e4c5d98ac80382b2ec12b
parents b07e7981 3402a493
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -97,7 +97,6 @@ open class QuickSwitchBetweenTwoAppsBackTest(private val testSpec: FlickerTestPa
            transitions {
                taplInstrumentation.launchedAppState.quickSwitchToPreviousApp()
                wmHelper.waitForFullScreenApp(testApp1.component)
                wmHelper.waitSnapshotGone()
                wmHelper.waitForAppTransitionIdle()
                wmHelper.waitForNavBarStatusBarVisible()
            }
+0 −1
Original line number Diff line number Diff line
@@ -101,7 +101,6 @@ open class QuickSwitchBetweenTwoAppsForwardTest(private val testSpec: FlickerTes
                taplInstrumentation.launchedAppState.quickSwitchToPreviousAppSwipeLeft()

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