diff --git a/cypress/support/commands.js b/cypress/support/commands.js index 6fe9da687..adb509d63 100755 --- a/cypress/support/commands.js +++ b/cypress/support/commands.js @@ -59,7 +59,7 @@ Cypress.Commands.add("ConfOrdersAPI1784", () => { }) Cypress.Commands.add("ConfPaymentsAPI1784", () => { - const paymentMethods = ["giropay", "eps", "przelewy24", "kbc", "belfius", "bancontact", "creditcard", "ideal", "banktransfer", "paypal", "applepay", "twint", "blik", "bancomatpay", "alma"]; + const paymentMethods = ["eps", "przelewy24", "kbc", "belfius", "bancontact", "creditcard", "ideal", "banktransfer", "paypal", "applepay", "twint", "blik", "bancomatpay", "alma"]; // Iterate through the paymentMethods array using forEach paymentMethods.forEach(method => {