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

Commit 50dee171 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Assert motion action in A11yInputFilterInputTest" into main

parents 5a2d70af 2d8db41a
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -161,7 +161,12 @@ class AccessibilityInputFilterInputTest {
            withSource(STYLUS_SOURCE)
        )
    private val joystickDeviceId = 3
    private val fromJoystick = allOf(withDeviceId(joystickDeviceId), withSource(SOURCE_JOYSTICK))
    private val fromJoystick =
        allOf(
            withDeviceId(joystickDeviceId),
            withSource(SOURCE_JOYSTICK),
            withMotionAction(ACTION_MOVE)
        )

    @Before
    fun setUp() {