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) => { ... })