From 622a0c0ddae9f4c113e34e586589b837b7e6eede Mon Sep 17 00:00:00 2001 From: Sara Tavares <29093946+stavares843@users.noreply.github.com> Date: Tue, 2 Aug 2022 00:15:15 +0100 Subject: [PATCH] Update README.md (#460) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 611e9cfd..0756ab01 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ -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) @@ -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);