From 47bd50b8c51f9ae9e97a200fb4729e2410a550fd Mon Sep 17 00:00:00 2001 From: Jennifer Shehane Date: Wed, 13 Mar 2019 13:05:58 +0630 Subject: [PATCH] fix typo in commands.js comments --- 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) => { ... })