forked from Louvorg/ReaderForSelfoss-multiplatform
fix: Fixed source deletion test.
This commit is contained in:
@ -71,6 +71,8 @@ class SourcesActivityTest {
|
||||
fun deleteTheCreatedSource() {
|
||||
onView(withText(sourceName)).check(matches(isDisplayed()))
|
||||
onView(withId(R.id.deleteBtn)).perform(click())
|
||||
onView(withText(R.string.confirm_delete_title)).check(matches(isDisplayed()))
|
||||
onView(withId(android.R.id.button1)).perform(click())
|
||||
onView(withText(sourceName)).check(doesNotExist())
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user