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

Commit b8a69a0b authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Remove flaky visibleLayersShownMoreThanOneConsecutiveEntry from IW...

Merge "Remove flaky visibleLayersShownMoreThanOneConsecutiveEntry from IW test" into udc-dev am: 411a4199

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



Change-Id: Iff8d930cf1d6b7636ebf3d4135ba49603c633858
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 10e38382 411a4199
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
@@ -73,7 +73,16 @@ open class CloseImeToHomeOnFinishActivityTest(flicker: FlickerTest) : BaseTest(f
    @Test
    @IwTest(focusArea = "ime")
    override fun cujCompleted() {
        super.cujCompleted()
        runAndIgnoreAssumptionViolation { entireScreenCovered() }
        runAndIgnoreAssumptionViolation { statusBarLayerIsVisibleAtStartAndEnd() }
        runAndIgnoreAssumptionViolation { statusBarLayerPositionAtStartAndEnd() }
        runAndIgnoreAssumptionViolation { statusBarWindowIsAlwaysVisible() }
        runAndIgnoreAssumptionViolation { visibleWindowsShownMoreThanOneConsecutiveEntry() }
        runAndIgnoreAssumptionViolation { taskBarLayerIsVisibleAtStartAndEnd() }
        runAndIgnoreAssumptionViolation { taskBarWindowIsAlwaysVisible() }
        runAndIgnoreAssumptionViolation { navBarLayerIsVisibleAtStartAndEnd() }
        runAndIgnoreAssumptionViolation { navBarWindowIsAlwaysVisible() }
        runAndIgnoreAssumptionViolation { navBarWindowIsVisibleAtStartAndEnd() }
        imeLayerBecomesInvisible()
        imeWindowBecomesInvisible()
    }