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

Commit 03ade514 authored by Nataniel Borges's avatar Nataniel Borges
Browse files

Check entire screen covered for all states during flicker transition

Test: atest WMShellFlickerTestsPip
Bug: 349966512
Change-Id: I326fc4ea8a89dd18f46f792d5fb7ba8174adb613
parent 35880ea7
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -117,12 +117,10 @@ class EnterPipToOtherOrientation(flicker: LegacyFlickerTest) : PipTransition(fli

    /**
     * Checks that all parts of the screen are covered at the start and end of the transition
     *
     * TODO b/197726599 Prevents all states from being checked
     */
    @Presubmit
    @Test
    fun entireScreenCoveredAtStartAndEnd() = flicker.entireScreenCovered(allStates = false)
    fun entireScreenCoveredAtStartAndEnd() = flicker.entireScreenCovered()

    /** Checks [pipApp] window remains visible and on top throughout the transition */
    @Presubmit