From 5c9225e6e403f94ccb288d6300d4536b3176acb2 Mon Sep 17 00:00:00 2001 From: helena <48861601+helenanull@users.noreply.github.com> Date: Tue, 2 Mar 2021 21:56:27 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2b739d9..fb5772f 100644 --- a/README.md +++ b/README.md @@ -11,5 +11,5 @@ npm install __Following best practices__ 0. KISS [keep it simple, stupid] -1. using shortcuts to test only one feature at a time -2. __not__ using page objects pattern but keeping selectors (only selectors) separately as they are not easily readable +2. Using shortcuts to test only one feature at a time +3. Tests are easily readable - __not__ using page objects pattern but keeping selectors (only selectors) separately as they are not easily readable