From 33e868ece3cb4c91c922970b9e06db77b7eeaa43 Mon Sep 17 00:00:00 2001 From: helena <48861601+helenanull@users.noreply.github.com> Date: Thu, 4 Mar 2021 22:06:43 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d48953c..ea4ae2c 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Configuration files: Custom commands (shortcuts) are located in `cypress/support` folder (`.cmd.js` suffix) Selectors are located in `cypress/selectors` folder [only difference from cypress default project structure] -- __not__ using page objects pattern but keeping selectors (only selectors) separately as they are not easily readable +- __not__ using page objects pattern but keeping selectors (only selectors) separately as they are not easily readable and sometimes we need to share selectors between tests, like header my account button in login test # Q&A 1. Why mobile view is in config and not in test (like cy.viewport())?