diff --git a/app/src/androidTest/java/org/fdroid/fdroid/MainActivityEspressoTest.java b/app/src/androidTest/java/org/fdroid/fdroid/MainActivityEspressoTest.java index 7cfc98ea0..3e23f3ed6 100644 --- a/app/src/androidTest/java/org/fdroid/fdroid/MainActivityEspressoTest.java +++ b/app/src/androidTest/java/org/fdroid/fdroid/MainActivityEspressoTest.java @@ -204,7 +204,8 @@ public class MainActivityEspressoTest { allOf(withText(R.string.main_menu__swap_nearby), isDisplayed())); nearbyBottonNavButton.perform(click()); 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()); onView(withText(R.string.swap_send_fdroid)).check(matches(isDisplayed())); }