mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-30 10:54:58 +01:00
adding helper to fetch text from resources
This commit is contained in:
parent
474e2aadbe
commit
2a66efb733
@ -54,6 +54,10 @@ object EspressoHelper {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
fun getString(@StringRes id: Int): String {
|
||||||
|
return EspressoHelper.getCurrentActivity()!!.resources.getString(id)
|
||||||
|
}
|
||||||
|
|
||||||
fun waitForView(viewMatcher: Matcher<View>, timeout: Long = 10_000, waitForDisplayed: Boolean = true): ViewAction {
|
fun waitForView(viewMatcher: Matcher<View>, timeout: Long = 10_000, waitForDisplayed: Boolean = true): ViewAction {
|
||||||
return object : ViewAction {
|
return object : ViewAction {
|
||||||
override fun getConstraints(): Matcher<View> {
|
override fun getConstraints(): Matcher<View> {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user