I want to check if the visibility and size of the
adFrame
changes after clicking thebuttonShow
onView(withId(buttonShow)).perform(click());
onView(withId(adFrame)).check(matches(isDisplayed()));
onView(withId(adFrame)).check(?);
I am looking for a solution of this ?.
Do we have an assertion that can test the size of the
adFrame
using the espresso for this Android Instrumentation test?
Aucun commentaire:
Enregistrer un commentaire