Scroll to view before clicking

This commit is contained in:
2016-03-14 20:48:39 -04:00
parent ded8800017
commit b20fd44cbc

View File

@@ -155,10 +155,10 @@ public class MainTest
.perform(click());
onView(withId(R.id.scoreView))
.perform(swipeRight());
.perform(scrollTo(), swipeRight());
onView(withId(R.id.punchcardView))
.perform(scrollTo());
.perform(scrollTo(), swipeRight());
}
@Test