textInputLayoutHasError

Check if text input layout associated with viewId has errorMessage as the error.


fun RobotAssertions.textInputLayoutHasError(@IdRes viewId: Int, @StringRes errorMessageResId: Int)

Check if text input layout associated with viewId has string associated with errorMessageResId as the error.