Hello :wave: A question about Testing Compose When...
# compose
o
Hello 👋 A question about Testing Compose When testing a
LazyColumn
with lots of items, the assertion of
onChildren().assertCountEquals()
counts only the displayed nodes. How can I test that the composable will actually show all
items
passed to the
LazyColumn
?
z
Hey, did you find an answer to your question? I'm also facing the same issue