Hello, everyone! :blush: Has anyone else having w...
# compose
e
Hello, everyone! 😊 Has anyone else having with
performClick()
functions in Instrumented Tests after updating to Compose 1.0.0-beta01? After the update it is not clicking at all in any views. Thanks in advance!
If I add a sleep/breakpoint on it and click it by myself, it works. 🤔 Maybe something is wrong with the
click()
gesture?