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

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

Merge "Remove Flicker test repetitions"

parents 12b1c383 01658bf4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -27,7 +27,6 @@ class LaunchBubbleHelper(instrumentation: Instrumentation) : BaseAppHelper(
) {

    companion object {
        const val TEST_REPETITIONS = 1
        const val TIMEOUT_MS = 3_000L
    }
}
+0 −1
Original line number Diff line number Diff line
@@ -42,7 +42,6 @@ class SplitScreenHelper(
) : BaseAppHelper(instrumentation, activityLabel, componentInfo) {

    companion object {
        const val TEST_REPETITIONS = 1
        const val TIMEOUT_MS = 3_000L
        const val DRAG_DURATION_MS = 1_000L
        const val NOTIFICATION_SCROLLER = "notification_stack_scroller"
+1 −2
Original line number Diff line number Diff line
@@ -170,8 +170,7 @@ class EnterSplitScreenFromOverview(testSpec: FlickerTestParameter) : SplitScreen
        @Parameterized.Parameters(name = "{0}")
        @JvmStatic
        fun getParams(): List<FlickerTestParameter> {
            return FlickerTestParameterFactory.getInstance().getConfigNonRotationTests(
                repetitions = SplitScreenHelper.TEST_REPETITIONS)
            return FlickerTestParameterFactory.getInstance().getConfigNonRotationTests()
        }
    }
}