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.