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

Commit 98f5eb05 authored by An An Yu's avatar An An Yu
Browse files

Remove background visibility check now that's in testbase.

Test: atest
Bug: 238043427

Change-Id: I13b59f36d5c21f9860d3965d47ceea5bb3f40ed0
Merged-In: I13b59f36d5c21f9860d3965d47ceea5bb3f40ed0
parent 7d41ec1e
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