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

Commit 33c379b7 authored by Nataniel Borges's avatar Nataniel Borges Committed by Android (Google) Code Review
Browse files

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

parents 47725cbf 9af30897
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)
        }