vendredi 29 juin 2018

Is there a way to test the size (height and width) of the view using espresso for android Instrumentation test?

I want to check if the visibility and size of the adFrame changes after clicking the buttonShow

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