Android Smartphone by freestocks.org is licensed under CC0
Using Espresso to Test Opening Links
On Android, we can use autolink to let users open links that are displayed in a text view. How can we write a test to make sure this functionality isn’t removed though? openLinkWithText is the key.