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

Commit 034711b6 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." into main

parents 7cf76278 98f5eb05
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -62,14 +62,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. */
    @Presubmit
    @Test