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

Commit f8e2f0f3 authored by Wei Sheng Shih's avatar Wei Sheng Shih Committed by Android (Google) Code Review
Browse files

Merge "Align the background color component name from shell and flicker test."

parents baeed5a4 40f4ec91
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -121,7 +121,7 @@ class TaskTransitionTest(flicker: LegacyFlickerTest) : BaseTest(flicker) {
    @FlakyTest(bugId = 265007895)
    @Test
    fun transitionHasColorBackground() {
        val backgroundColorLayer = ComponentNameMatcher("", "Animation Background")
        val backgroundColorLayer = ComponentNameMatcher("", "animation-background")
        val displayBounds = WindowUtils.getDisplayBounds(flicker.scenario.startRotation)
        flicker.assertLayers {
            this.invoke("LAUNCH_NEW_TASK_ACTIVITY coversExactly displayBounds") {