From b42671ec4154d3a7526ebb700dfb080212f13638 Mon Sep 17 00:00:00 2001 From: MarceloDamian <60354250+MarceloDamian@users.noreply.github.com> Date: Mon, 4 May 2020 04:05:06 -0400 Subject: [PATCH] fixed comment error (#38724) --- 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 6cc992233b..ba3a9d811f 100644 --- a/cypress/support/commands.js +++ b/cypress/support/commands.js @@ -29,5 +29,5 @@ // ); // // -// -- This is will overwrite an existing command -- +// -- This will overwrite an existing command -- // Cypress.Commands.overwrite('visit', (originalFn, url, options) => {});