mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-01-29 18:09:21 +01:00
Fixed preferences tests
This commit is contained in:
parent
933790b0d3
commit
272abb9d19
@ -113,7 +113,7 @@ public class EspressoTestUtils {
|
||||
}
|
||||
|
||||
public static void clickPreference(@StringRes int title) {
|
||||
onView(withId(R.id.list)).perform(
|
||||
onView(withId(R.id.recycler_view)).perform(
|
||||
RecyclerViewActions.actionOnItem(hasDescendant(withText(title)),
|
||||
click()));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user