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

Commit 36dd839c authored by An An Yu's avatar An An Yu Committed by Automerger Merge Worker
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 am: 9e005c73

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/24012027



Change-Id: I00c1c5e9c0c0bf1c3feea82e72bc3b0bd9383f5c
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 6abf7ba9 9e005c73
Loading
Loading
Loading
Loading
+0 −10
Original line number 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. */
    @Presubmit
    @Test