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

Commit 2c313a31 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents d5283aff 64d5145d
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) {
        all("navBarLayerRotatesAndScales", enabled, bugId = 167747321) {
            this.hasVisibleRegion(FlickerTestBase.NAVIGATION_BAR_WINDOW_TITLE, startingPos)
        }
    }