Barista
Barista copied to clipboard
make `assertRecyclerViewItemCount` accept logical condition instead of exact number
Description what you'd like to happen:
cuurently we have assertRecyclerViewItemCount(id , num)
, what about have ability to be like
assertRecyclerViewItemCount(id , num > 5 or )
and logical check