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

Enhancement - Add support for checking the length of a lazy list #67

Closed EvgenyMeltsaykin closed 1 month ago

EvgenyMeltsaykin commented 9 months ago

The current version does not have the ability to check the length of a lazy list

EvgenyMeltsaykin commented 9 months ago

Made a pull request