Skip to content

Commit

Permalink
Update README.md (#460)
Browse files Browse the repository at this point in the history
  • Loading branch information
stavares843 authored Aug 1, 2022
1 parent 5e9ac43 commit 622a0c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<img src="art/barista-logo.svg" width="30%"/>

Barista makes developing UI test faster, easier and more predictable. Built on top of Espresso, it provides a simple and discoverable API, removing most of the boilerplate and verbosity of common Espresso tasks. You and your Android team will write tests with no effort.
Barista makes developing UI tests faster, easier, and more predictable. Built on top of Espresso, it provides a simple and discoverable API, removing most of the boilerplate and verbosity of common Espresso tasks. You and your Android team will write tests with no effort.

- [Download](#download)
- [API Overview](#api-overview)
Expand Down Expand Up @@ -295,7 +295,7 @@ assertAssistiveText(R.id.textinputlayout, R.string.helper_text);
assertAssistiveText(R.id.textinputlayout, "Helper text");
```

#### Check if text on screen contains given text
#### Check if the text on screen contains the given text
```java
assertContains("text");
assertContains(R.string.text);
Expand Down

0 comments on commit 622a0c0

Please sign in to comment.