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

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

Merge "Wait until notification pop up is gone" into main

parents 0b69edfa 3d088d84
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -67,7 +67,10 @@ open class OpenAppFromNotificationWarmTest(flicker: LegacyFlickerTest) :
                wmHelper.StateSyncBuilder().withFullScreenApp(testApp).waitForAndVerify()
                testApp.postNotification(wmHelper)
                device.pressHome()
                wmHelper.StateSyncBuilder().withHomeActivityVisible().waitForAndVerify()
                wmHelper.StateSyncBuilder()
                    .withHomeActivityVisible()
                    .withWindowSurfaceDisappeared(ComponentNameMatcher.NOTIFICATION_SHADE)
                    .waitForAndVerify()
            }

            transitions {