I am trying to assert a text is NOT in the view.
//ViewInteraction appCompatTextView10 = onView(
allOf(withText("Politics"), not(isDisplayed())));
appCompatTextView10.perform(click());//
is not working.
onView(allOf(withId(R.id.title), not(withText("Politics"))));
is not working either.
any help ? is doesnotexists() deprecated ? I am not able to use it.
Aucun commentaire:
Enregistrer un commentaire