I would like to test for whether a lazycolumn (or ...
# compose
o
I would like to test for whether a lazycolumn (or any list) contains X items, not that X items are visible right now on the screen, but whether the list in general has this many items
e
Well, technically, the list does NOT have any items, the source of truth for the list (your data source or whatever drives the list composable) does 🤔. You should assert at that layer instead, imo
o
I see, yea correct