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

Commit 335d5366 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Update the set of cursor drag tests that run in presubmits" into...

Merge "Update the set of cursor drag tests that run in presubmits" into rvc-dev am: 82dc6147 am: 543a7147 am: 282a6b52 am: 23d58237

Change-Id: I6b4b109167b2d3d0c0d8e396b0772537057f4ca1
parents 452f6181 23d58237
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -69,7 +69,6 @@ import java.util.concurrent.atomic.AtomicLong;

@RunWith(AndroidJUnit4.class)
@MediumTest
@Presubmit
public class EditorCursorDragTest {
    private static final String LOG_TAG = EditorCursorDragTest.class.getSimpleName();

@@ -97,6 +96,7 @@ public class EditorCursorDragTest {
        mMotionEvents.clear();
    }

    @Presubmit
    @Test
    public void testCursorDrag_horizontal_whenTextViewContentsFitOnScreen() throws Throwable {
        String text = "Hello world!";