KakaoCup / Compose

Nice and simple DSL for Espresso Compose UI testing in Kotlin
https://kakaocup.github.io/Compose/
Apache License 2.0
139 stars 13 forks source link

Test several lazy columns in a row #96

Open ShaatLa opened 1 month ago

ShaatLa commented 1 month ago

Hello, thank you for the lib, very useful, but I cannot figure out how to test a UI that have several lazy columns in a row.

In my case I have a date picker which contains of several identical lazy columns with different content (each column separated by red line) Android Studio@2x

Is there any way to test each column separately?