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

Commit a22759ed authored by Nataniel Borges's avatar Nataniel Borges Committed by Automerger Merge Worker
Browse files

Merge "Fix appVisible assertion on OpenAppFromNotificationWarm" into tm-dev...

Merge "Fix appVisible assertion on OpenAppFromNotificationWarm" into tm-dev am: 33c379b7 am: dc4d11bd

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



Change-Id: I1f245af8918cce5346a5dda23776f076578d24f8
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents f034b75d dc4d11bd
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -206,6 +206,10 @@ abstract class OpenAppTransition(protected val testSpec: FlickerTestParameter) {
    protected fun appWindowBecomesVisible_warmStart() {
        testSpec.assertWm {
            this.isAppWindowInvisible(testApp.component)
                    .then()
                    .isAppWindowVisible(FlickerComponentName.SNAPSHOT, isOptional = true)
                    .then()
                    .isAppWindowVisible(FlickerComponentName.SPLASH_SCREEN, isOptional = true)
                    .then()
                    .isAppWindowVisible(testApp.component)
        }