fixed comment error (#38724)

This commit is contained in:
MarceloDamian
2020-05-04 04:05:06 -04:00
committed by GitHub
parent e23b4e1abf
commit b42671ec41

View File

@ -29,5 +29,5 @@
// ); // );
// //
// //
// -- This is will overwrite an existing command -- // -- This will overwrite an existing command --
// Cypress.Commands.overwrite('visit', (originalFn, url, options) => {}); // Cypress.Commands.overwrite('visit', (originalFn, url, options) => {});