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

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

Merge "Fix splashscreen layer identification" into udc-dev am: d6691f19

parents 8efd891a d6691f19
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -93,8 +93,7 @@ class OverrideTaskTransitionTest(val flicker: FlickerTest) {
                .then()
                // Animation starts, but the app may not be drawn yet which means the Splash
                // may be visible.
                .isInvisible(testApp, isOptional = true)
                .isVisible(ComponentNameMatcher.SPLASH_SCREEN, isOptional = true)
                .isSplashScreenVisibleFor(testApp, isOptional = true)
                .then()
                // App shows up with the custom animation starting at alpha=1.
                .isVisible(testApp)