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

Commit 4b61bcb1 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 3f4d5ed6
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -65,16 +65,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