From f0cd6903ba0b901ffbb109b1e593480d94711c81 Mon Sep 17 00:00:00 2001 From: helena <48861601+helenanull@users.noreply.github.com> Date: Mon, 15 Mar 2021 23:26:58 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4f7dcc2..e388daf 100644 --- a/README.md +++ b/README.md @@ -43,9 +43,9 @@ Selectors are located in `cypress/selectors` folder [only difference from cypres ## :grey_question: Q&A 1. Why mobile view is in config and not in test (like cy.viewport())? -- we can't change userAgent in the middle of the test: -https://github.com/cypress-io/cypress/issues/2100 -So it seems more correct to launch the tests with the correct config (--env device=mob/web) + - we can't change userAgent in the middle of the test: + https://github.com/cypress-io/cypress/issues/2100 + So it seems more correct to launch the tests with the correct config (--env device=mob/web) ## :link: Links