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

Commit 0f4f466d authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Check entire screen covered for all states during flicker transition" into main

parents 575b39b4 03ade514
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