diff --git a/_data/home_categories.yml b/_data/home_categories.yml index 4ac28e6..3f630af 100644 --- a/_data/home_categories.yml +++ b/_data/home_categories.yml @@ -6,12 +6,12 @@ - permalink: /general/ui-testing/ title: UI testing - desc: General topics connected with UI testing + desc: General topics connected with UI testing. icon: file-text - permalink: /general/naming/ title: Naming - desc: Naming conventions for test cases + desc: Naming conventions for test cases. icon: bold # - permalink: /general/dsl/ @@ -21,7 +21,7 @@ - permalink: /general/good-practices/ title: Good Practices - desc: Good practices which can be applied to UI testing + desc: Good practices which can be applied to UI testing. icon: star # - title: Platforms diff --git a/_posts/2020-09-19-separate-your-tests-from-the-test-automation-framework.md b/_posts/2020-09-19-separate-your-tests-from-the-test-automation-framework.md index c02a03b..62873ee 100644 --- a/_posts/2020-09-19-separate-your-tests-from-the-test-automation-framework.md +++ b/_posts/2020-09-19-separate-your-tests-from-the-test-automation-framework.md @@ -1,6 +1,6 @@ --- title: 'Separate your tests from the test automation framework' -description: 'We will explore reasons for separating test cases from the test automation framework' +description: 'We will explore reasons for separating test cases from the test automation framework.' categories: [general, good-practices] author: alex_zhukovich ---