Merge remote-tracking branch 'origin/Tests' into Tests

This commit is contained in:
Robin Koedood
2021-01-05 13:32:50 +01:00
5 changed files with 154 additions and 1 deletions

View File

@@ -28,7 +28,6 @@ public class LocationFragmentTest {
mActivityTestRule.getActivity().getSupportFragmentManager().beginTransaction().replace(R.id.mainActivity, new LocationFragment()).commit();
onView(withId(R.id.location_back_button)).perform(click());
onView(withId(R.id.homeFragment)).check(matches(isDisplayed()));
}
@Test