diff --git a/test/automated/browser/cypress/support/commands.js b/test/automated/browser/cypress/support/commands.js index 66ea16ef0..119ab03f7 100644 --- a/test/automated/browser/cypress/support/commands.js +++ b/test/automated/browser/cypress/support/commands.js @@ -22,4 +22,4 @@ // // // -- This will overwrite an existing command -- -// Cypress.Commands.overwrite('visit', (originalFn, url, options) => { ... }) \ No newline at end of file +// Cypress.Commands.overwrite('visit', (originalFn, url, options) => { ... }) diff --git a/test/automated/browser/cypress/support/e2e.js b/test/automated/browser/cypress/support/e2e.js index 0e7290a13..5df9c0186 100644 --- a/test/automated/browser/cypress/support/e2e.js +++ b/test/automated/browser/cypress/support/e2e.js @@ -14,7 +14,7 @@ // *********************************************************** // Import commands.js using ES2015 syntax: -import './commands' +import './commands'; // Alternatively you can use CommonJS syntax: -// require('./commands') \ No newline at end of file +// require('./commands')