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

Commit ac88fb39 authored by Nataniel Borges's avatar Nataniel Borges Committed by Android (Google) Code Review
Browse files

Merge "Disable nav bar assertion until bug is fixed."

parents 81f04c80 681fcec7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -109,7 +109,7 @@ fun LayersAssertion.navBarLayerRotatesAndScales(
    }

    if (startingPos == endingPos) {
        all("navBarLayerRotatesAndScales", enabled, bugId = 167747321) {
        all("navBarLayerRotatesAndScales", enabled = false, bugId = 167747321) {
            this.hasVisibleRegion(FlickerTestBase.NAVIGATION_BAR_WINDOW_TITLE, startingPos)
        }
    }