Skip to content
This repository was archived by the owner on Mar 1, 2023. It is now read-only.

Commit 71f7016

Browse files
author
Magnus Ernstsson
committed
Removed flaky part of UI test caused by RV animation
1 parent d38c138 commit 71f7016

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

testapp/src/androidTest/java/com/google/android/agera/testapp/NotesActivityTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ public void sanityTest() {
5252
onView(withId(R.id.edit)).perform(clearText(), typeText(THIRD_TEXT));
5353
onView(withText(R.string.edit)).inRoot(isDialog()).perform(click());
5454
onView(withText(SECOND_TEXT)).perform(longClick());
55-
onView(withText(THIRD_TEXT)).perform(longClick());
5655
onView(withId(R.id.clear)).perform(click());
5756
}
5857
}

0 commit comments

Comments
 (0)