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

Commit 9e005c73 authored by An An Yu's avatar An An Yu Committed by Android (Google) Code Review
Browse files

Merge "Remove background visibility check now that's in testbase. Test: atest...

Merge "Remove background visibility check now that's in testbase. Test: atest Bug: 238043427" into udc-qpr-dev
parents 3dfd9e6c 4b61bcb1
Loading
Loading
Loading
Loading
+0 −10
Original line number Original line Diff line number Diff line
@@ -66,16 +66,6 @@ class OpenTrampolineActivityTest(flicker: LegacyFlickerTest) : ActivityEmbedding
        }
        }
    }
    }


    /** Assert the background animation layer is never visible during bounds change transition. */
    @Presubmit
    @Test
    fun backgroundLayerNeverVisible() {
        val backgroundColorLayer = ComponentNameMatcher("", "Animation Background")
        flicker.assertLayers {
            isInvisible(backgroundColorLayer)
        }
    }

    /** Trampoline activity should finish itself before the end of this test. */
    /** Trampoline activity should finish itself before the end of this test. */
    @Presubmit
    @Presubmit
    @Test
    @Test