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

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

Merge "Fix splashscreen layer identification" into udc-dev

parents 299d7929 8ad32a5a
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)