Scroll to view before clicking
This commit is contained in:
parent
ded8800017
commit
b20fd44cbc
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user