Barista icon indicating copy to clipboard operation
Barista copied to clipboard

make `assertRecyclerViewItemCount` accept logical condition instead of exact number

Open MahmoudMabrok opened this issue 2 years ago • 0 comments

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

MahmoudMabrok avatar May 14 '22 17:05 MahmoudMabrok