This commit is contained in:
Matthieu 2020-03-24 23:46:18 +01:00
parent f4662609b8
commit dc20fb31ee
1 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ class SettingsTest {
}
@Test
/*@Test
fun testDrawerSettingsButton() {
// Open Drawer to click on navigation.
onView(withId(R.id.drawer_layout))
@ -47,6 +47,6 @@ class SettingsTest {
// Check that settings activity was opened.
onView(withText(R.string.signature_title)).check(matches(isDisplayed()))
}
}*/
}