Remove duplicate test

This commit is contained in:
Matthieu 2020-03-07 23:51:26 +01:00
parent f36b45ba15
commit 79f45d6ca8

View File

@ -25,9 +25,4 @@ class ProfileTest {
onView(withId(R.id.followers)).check(matches(withText("Followers"))) onView(withId(R.id.followers)).check(matches(withText("Followers")))
} }
@Test }
fun testAccountNameTextView() {
onView(withId(R.id.button)).perform(click())
onView(withId(R.id.following)).check(matches(withText("Following")))
}
}