Closed martin-lenweiter closed 3 years ago
Overall it's good! I like the use of the tooltip! But please use string resources, it will make our life easier in the future.
Yes of course, sorry I forgot about this.
tried this but it times out. nevermind, keep as is
testRule.scenario.onActivity {
assertDisplayed(
ViewMatchers.hasErrorText(
it.getText(R.string.learning_settings_tooltip_presentation).toString()
)
)
}
Only presentation mode is available for now, as representation needs PR #50 to be merged first.