Remove duplicate test
This commit is contained in:
parent
f36b45ba15
commit
79f45d6ca8
@ -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")))
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user