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

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

Merge "Open IME tests should run only in 0 degrees" into sc-dev

parents 32ab3f75 96c04955
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -168,7 +168,8 @@ class OpenImeWindowTest(private val testSpec: FlickerTestParameter) {
        @JvmStatic
        fun getParams(): Collection<FlickerTestParameter> {
            return FlickerTestParameterFactory.getInstance()
                .getConfigNonRotationTests(repetitions = 5)
                .getConfigNonRotationTests(repetitions = 5,
                    supportedRotations = listOf(Surface.ROTATION_0))
        }
    }
}