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

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

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

parents f7b60b16 33c379b7
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -206,6 +206,10 @@ abstract class OpenAppTransition(protected val testSpec: FlickerTestParameter) {
    protected fun appWindowBecomesVisible_warmStart() {
    protected fun appWindowBecomesVisible_warmStart() {
        testSpec.assertWm {
        testSpec.assertWm {
            this.isAppWindowInvisible(testApp.component)
            this.isAppWindowInvisible(testApp.component)
                    .then()
                    .isAppWindowVisible(FlickerComponentName.SNAPSHOT, isOptional = true)
                    .then()
                    .isAppWindowVisible(FlickerComponentName.SPLASH_SCREEN, isOptional = true)
                    .then()
                    .then()
                    .isAppWindowVisible(testApp.component)
                    .isAppWindowVisible(testApp.component)
        }
        }