From 5662d1cbc81106e257c8a033a6971f3b9713b708 Mon Sep 17 00:00:00 2001 From: Alex Zhukovich Date: Sun, 20 Sep 2020 21:04:43 +0200 Subject: [PATCH] Fix description for categories and posts --- _data/home_categories.yml | 6 +++--- ...eparate-your-tests-from-the-test-automation-framework.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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 ---