fix checkstyle LineLength
This commit is contained in:
parent
4f1855c8a1
commit
90d4821e99
@ -204,7 +204,8 @@ public class MainActivityEspressoTest {
|
|||||||
allOf(withText(R.string.main_menu__swap_nearby), isDisplayed()));
|
allOf(withText(R.string.main_menu__swap_nearby), isDisplayed()));
|
||||||
nearbyBottonNavButton.perform(click());
|
nearbyBottonNavButton.perform(click());
|
||||||
ViewInteraction findPeopleButton = onView(
|
ViewInteraction findPeopleButton = onView(
|
||||||
allOf(withId(R.id.find_people_button), withText(R.string.nearby_splash__find_people_button), isDisplayed()));
|
allOf(withId(R.id.find_people_button), withText(R.string.nearby_splash__find_people_button),
|
||||||
|
isDisplayed()));
|
||||||
findPeopleButton.perform(click());
|
findPeopleButton.perform(click());
|
||||||
onView(withText(R.string.swap_send_fdroid)).check(matches(isDisplayed()));
|
onView(withText(R.string.swap_send_fdroid)).check(matches(isDisplayed()));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user