Skip to content

Commit

Permalink
Rename ScrollViewsExtension to ScrollViewsAction
Browse files Browse the repository at this point in the history
  • Loading branch information
yongce committed Aug 3, 2020
1 parent e761da9 commit 685b23e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import org.hamcrest.CoreMatchers.allOf
import org.hamcrest.CoreMatchers.anyOf
import org.hamcrest.Matcher

class ScrollViewsExtension(scrollTo: ViewAction = ViewActions.scrollTo()) : ViewAction by scrollTo {
class ScrollViewsAction(scrollTo: ViewAction = ViewActions.scrollTo()) : ViewAction by scrollTo {
override fun getConstraints(): Matcher<View> {
return allOf(
withEffectiveVisibility(ViewMatchers.Visibility.VISIBLE),
Expand Down

0 comments on commit 685b23e

Please sign in to comment.