From 983e43c184b4b8e25fd173758a47316f0b1c4139 Mon Sep 17 00:00:00 2001 From: Carlos Roso Date: Mon, 11 Mar 2019 16:41:58 -0500 Subject: [PATCH] fix typo in scaffolded command.js --- cypress/support/commands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/support/commands.js b/cypress/support/commands.js index 87d87d2c2..119ab03f7 100644 --- a/cypress/support/commands.js +++ b/cypress/support/commands.js @@ -21,5 +21,5 @@ // Cypress.Commands.add('dismiss', { prevSubject: 'optional'}, (subject, options) => { ... }) // // -// -- This is will overwrite an existing command -- +// -- This will overwrite an existing command -- // Cypress.Commands.overwrite('visit', (originalFn, url, options) => { ... })