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

Commit b67eef02 authored by Pablo Gamito's avatar Pablo Gamito Committed by Android (Google) Code Review
Browse files

Merge "Avoid assumption failures in Flicker Ironwood tests"

parents c99df452 adebebc6
Loading
Loading
Loading
Loading
+8 −4
Original line number Diff line number Diff line
@@ -174,14 +174,18 @@ constructor(

    open fun cujCompleted() {
        entireScreenCovered()
        navBarLayerIsVisibleAtStartAndEnd()
        navBarWindowIsAlwaysVisible()
        taskBarLayerIsVisibleAtStartAndEnd()
        taskBarWindowIsAlwaysVisible()
        statusBarLayerIsVisibleAtStartAndEnd()
        statusBarLayerPositionAtStartAndEnd()
        statusBarWindowIsAlwaysVisible()
        visibleLayersShownMoreThanOneConsecutiveEntry()
        visibleWindowsShownMoreThanOneConsecutiveEntry()

        if (flicker.scenario.isTablet) {
            taskBarLayerIsVisibleAtStartAndEnd()
            taskBarWindowIsAlwaysVisible()
        } else {
            navBarLayerIsVisibleAtStartAndEnd()
            navBarWindowIsAlwaysVisible()
        }
    }
}