What is the most straight forward way to dismiss t...
# compose
z
What is the most straight forward way to dismiss the soft keyboard in a compose test?
That is, beyond just using
Espresso.pressBack()
as that is causing errors in my CI’s automated UI tests