From 7169a2597f45ecae027643dce474ddc107871841 Mon Sep 17 00:00:00 2001 From: helena <48861601+helenanull@users.noreply.github.com> Date: Wed, 3 Mar 2021 22:09:03 +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 a1a44e1..d7a6783 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Configuration files: 1. cypress.json 2. plugins/index.js -Custom commands (shortcuts) are located in support folder (`.cmd.js` suffix) +Custom commands (shortcuts) are located in `cypress/support` folder (`.cmd.js` suffix) Why mobile view is in config and not in test (like cy.viewport())? - we can't change userAgent in the middle of the test: