make `assertRecyclerViewItemCount` accept logical condition instead of exact number
MahmoudMabrok opened this issue · 0 comments
MahmoudMabrok commented
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