Skip to content

Commit

Permalink
Introduce the custom matchers version of scrollTo to the readme (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
rocboronat authored May 28, 2021
1 parent ab90abc commit f473ee2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ clickDialogNegativeButton();
scrollTo(R.id.far_away_widget);
scrollTo(R.string.text);
scrollTo("A widget with this text");
scrollTo(withTagValue(is("tagName"))) // using custom matchers
swipeViewPagerForward();
swipeViewPagerBack();
```
Expand Down

0 comments on commit f473ee2

Please sign in to comment.