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

Commit cac70801 authored by Nikita Dubrovsky's avatar Nikita Dubrovsky
Browse files

Update the set of cursor drag tests that run in presubmits

Bug: 152948704
Test: Ran test locally and presubmits
  atest FrameworksCoreTests:EditorCursorDragTest
Change-Id: Ice1b3bf49cf556353f6b7c0b14fde0ebad3cc83e
parent 377e486c
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -69,7 +69,6 @@ import java.util.concurrent.atomic.AtomicLong;


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


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


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