Less dependent on a server

This commit is contained in:
Matthieu 2020-03-07 19:36:07 +01:00
parent 6fd40417be
commit ae4cba818e
1 changed files with 1 additions and 2 deletions

View File

@ -28,7 +28,6 @@ class ProfileTest {
@Test
fun testAccountNameTextView() {
onView(withId(R.id.button)).perform(click())
sleep((1000 * 5))
onView(withId(R.id.accountName)).check(matches(not(withText("No Username"))))
onView(withId(R.id.following)).check(matches(not(withText("Following"))))
}
}