Remove duplicate test

This commit is contained in:
Matthieu 2020-03-07 23:51:26 +01:00
parent f36b45ba15
commit 79f45d6ca8
1 changed files with 1 additions and 6 deletions

View File

@ -25,9 +25,4 @@ class ProfileTest {
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")))
}
}
}