KakaoCup / Kakao

Nice and simple DSL for Espresso in Kotlin
https://kakaocup.github.io/Kakao/
Apache License 2.0
324 stars 28 forks source link

Fix passing of formatted string vararg #117

Closed undroid-dew closed 6 months ago

undroid-dew commented 7 months ago

We should pass vararg with an asterisk, otherwise we will get object reference instead of text junit.framework.AssertionFailedError: 'an instance of android.widget.TextView and view.getText() with or without transformation to match: is "My formatted string [Ljava.lang.Object;@358345d"' doesn't match the selected view.