add final runthrough of test

This commit is contained in:
siddharth2010 2018-07-13 00:49:23 +05:30 committed by Isaac Hutt
parent bd7a5f7196
commit 8b3703c1bf
2 changed files with 1030 additions and 0 deletions

View File

@ -126,6 +126,7 @@ public class LanguageActivityTest {
onView(withContentDescription("Choose a language")).perform(click());
// verify that the list of languages to select is present
onView(withId(R.id.activity_language_recycler_view)).check(withItemCount(greaterThan(0)));
ViewInteraction checkBox = onView(

File diff suppressed because it is too large Load Diff