From b67e0703cc804c8eaef9bed2d0478a86db74f56c Mon Sep 17 00:00:00 2001 From: gabek Date: Sat, 5 Nov 2022 03:04:51 +0000 Subject: [PATCH] Prettified Code! --- test/automated/browser/cypress/support/commands.js | 2 +- test/automated/browser/cypress/support/e2e.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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')