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

Commit 01658bf4 authored by Pablo Gamito's avatar Pablo Gamito
Browse files

Remove Flicker test repetitions

Test: atest FlickerTests WMShellFlickerTests

Bug: 243638757
Change-Id: Ic2eec90f00960bd427db5a0ebabc7977c26ae3e4
parent 615f07c5
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()
        }
    }
}