diff --git a/cypress-tests/cypress/e2e/PaymentUtils/utils.js b/cypress-tests/cypress/e2e/PaymentUtils/Utils.js similarity index 100% rename from cypress-tests/cypress/e2e/PaymentUtils/utils.js rename to cypress-tests/cypress/e2e/PaymentUtils/Utils.js diff --git a/cypress-tests/cypress/e2e/PayoutUtils/utils.js b/cypress-tests/cypress/e2e/PayoutUtils/Utils.js similarity index 100% rename from cypress-tests/cypress/e2e/PayoutUtils/utils.js rename to cypress-tests/cypress/e2e/PayoutUtils/Utils.js diff --git a/cypress-tests/cypress/e2e/RoutingUtils/utils.js b/cypress-tests/cypress/e2e/RoutingUtils/Utils.js similarity index 100% rename from cypress-tests/cypress/e2e/RoutingUtils/utils.js rename to cypress-tests/cypress/e2e/RoutingUtils/Utils.js diff --git a/cypress-tests/cypress/support/commands.js b/cypress-tests/cypress/support/commands.js index 0ef4243f067..3a903be1e7a 100644 --- a/cypress-tests/cypress/support/commands.js +++ b/cypress-tests/cypress/support/commands.js @@ -25,7 +25,7 @@ // Cypress.Commands.overwrite('visit', (originalFn, url, options) => { ... }) // commands.js or your custom support file -import { defaultErrorHandler, getValueByKey } from "../e2e/PaymentUtils/utils"; +import { defaultErrorHandler, getValueByKey } from "../e2e/PaymentUtils/Utils"; import * as RequestBodyUtils from "../utils/RequestBodyUtils"; import { handleRedirection } from "./redirectionHandler";