other merge-induced problems
This commit is contained in:
parent
5d975bb0aa
commit
aedd697759
|
@ -139,19 +139,6 @@ class MockedServerTest {
|
|||
// Check that settings activity was opened.
|
||||
onView(withText(R.string.signature_title)).check(matches(ViewMatchers.isDisplayed()))
|
||||
}
|
||||
@Test
|
||||
fun testDrawerSettingsButton() {
|
||||
// Open Drawer to click on navigation.
|
||||
onView(withId(R.id.drawer_layout))
|
||||
.check(matches(DrawerMatchers.isClosed(Gravity.LEFT))) // Left Drawer should be closed.
|
||||
.perform(DrawerActions.open()); // Open Drawer
|
||||
|
||||
// Start the screen of your activity.
|
||||
onView(withId(R.id.nav_view)).perform(NavigationViewActions.navigateTo(R.id.nav_settings))
|
||||
|
||||
// Check that settings activity was opened.
|
||||
onView(withText(R.string.signature_title)).check(matches(ViewMatchers.isDisplayed()))
|
||||
}
|
||||
|
||||
@Test
|
||||
fun swipingLeftStopsAtProfile() {
|
||||
|
|
Loading…
Reference in New Issue