From 793f203fa437bdf778609578b2f863e91e1485bd Mon Sep 17 00:00:00 2001 From: sidsiddiqi <2281928+sidsiddiqi@users.noreply.github.com> Date: Sun, 5 Jan 2020 17:02:56 -0500 Subject: [PATCH] Update on_test_automation.en.md A very small yet obvious grammatical fix to a sentence on this page. --- docs_source_files/content/introduction/on_test_automation.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs_source_files/content/introduction/on_test_automation.en.md b/docs_source_files/content/introduction/on_test_automation.en.md index fe18ece9c4b4..413ee2909687 100644 --- a/docs_source_files/content/introduction/on_test_automation.en.md +++ b/docs_source_files/content/introduction/on_test_automation.en.md @@ -36,7 +36,7 @@ and using the web browser only when you have absolutely no alternative, you can have many tests with minimal flake. A distinct advantage of Selenium tests -are their inherent ability to test all components of the application, +is their inherent ability to test all components of the application, from backend to frontend, from a user's perspective. So in other words, whilst functional tests may be expensive to run, they also encompass large business-critical portions at one time.