summaryrefslogtreecommitdiffstats
path: root/docs/html/training/testing/ui-testing/espresso-testing.jd
diff options
context:
space:
mode:
Diffstat (limited to 'docs/html/training/testing/ui-testing/espresso-testing.jd')
-rw-r--r--docs/html/training/testing/ui-testing/espresso-testing.jd4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/training/testing/ui-testing/espresso-testing.jd b/docs/html/training/testing/ui-testing/espresso-testing.jd
index e5e37f7..85f4ba4 100644
--- a/docs/html/training/testing/ui-testing/espresso-testing.jd
+++ b/docs/html/training/testing/ui-testing/espresso-testing.jd
@@ -60,8 +60,8 @@ trainingnavtop=true
</div>
<p>
- UI tests that involve user interactions
- within a single app help to ensure that users do not
+ Testing user interactions
+ within a single app helps to ensure that users do not
encounter unexpected results or have a poor experience when interacting with your app.
You should get into the habit of creating user interface (UI) tests if you need to verify
that the UI of your app is functioning correctly.