waitForViewCompletelyDisplayedWithText

@IviExperimental(reasons = [])
fun waitForViewCompletelyDisplayedWithText(viewMatcher: Matcher<View>, expectedText: String): ViewInteraction

Wait for a view to be completely displayed with the given expectedText.


@IviExperimental(reasons = [])
fun waitForViewCompletelyDisplayedWithText(viewMatcher: Matcher<View>, @StringRes expectedTextRes: Int): ViewInteraction

Wait for a view to be completely displayed with the given expectedTextRes.