We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e761da9 commit 685b23eCopy full SHA for 685b23e
testLib/src/main/java/me/ycdev/android/lib/test/ui/ScrollViewsExtension.kt renamed to testLib/src/main/java/me/ycdev/android/lib/test/ui/ScrollViewsAction.kt
@@ -14,7 +14,7 @@ import org.hamcrest.CoreMatchers.allOf
14
import org.hamcrest.CoreMatchers.anyOf
15
import org.hamcrest.Matcher
16
17
-class ScrollViewsExtension(scrollTo: ViewAction = ViewActions.scrollTo()) : ViewAction by scrollTo {
+class ScrollViewsAction(scrollTo: ViewAction = ViewActions.scrollTo()) : ViewAction by scrollTo {
18
override fun getConstraints(): Matcher<View> {
19
return allOf(
20
withEffectiveVisibility(ViewMatchers.Visibility.VISIBLE),
0 commit comments