Skip to content

Commit

Permalink
fix: shitty rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
PiX@work committed Apr 29, 2024
1 parent d564390 commit fb73ec0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cypress-tests/cypress/support/commands.js
Expand Up @@ -25,6 +25,7 @@
// Cypress.Commands.overwrite('visit', (originalFn, url, options) => { ... })

// commands.js or your custom support file
import * as Errors from "../fixtures/errors";
import * as RequestBodyUtils from "../utils/RequestBodyUtils";

function logRequestId(xRequestId) {
Expand Down Expand Up @@ -679,8 +680,6 @@ Cypress.Commands.add("handleRedirection", (globalState, expected_redirection) =>
cy.get('button[type="submit"]').click();
})
}


else {
// If connectorId is neither of adyen, trustpay, nmi, stripe, bankofamerica or cybersource, wait for 10 seconds
cy.wait(10000);
Expand Down

0 comments on commit fb73ec0

Please sign in to comment.