We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fun hasFooterInTextField(expectedText: String): ViewAssertion
fun hasFooterInTextField(expectedText:
String
): ViewAssertion
Checks if the TextField has a given text as footer.
Example usage:
onView(withId(R.id.the_textfield_id)).check(hasFooterInTextField("my footer message"))
expectedText - The text that is expected to be displayed as footer message.
expectedText