diff --git a/tests/Cypress/cypress/support/actions/storefront/checkout/PaymentAction.js b/tests/Cypress/cypress/support/actions/storefront/checkout/PaymentAction.js index 1df7353b7..f43405292 100644 --- a/tests/Cypress/cypress/support/actions/storefront/checkout/PaymentAction.js +++ b/tests/Cypress/cypress/support/actions/storefront/checkout/PaymentAction.js @@ -54,11 +54,7 @@ export default class PaymentAction { // to see all payment methods this.showAllPaymentMethods(); this.selectPaymentMethod(paymentName); - - // we have to select an iDEAL issuer now (required) - if (paymentName === 'iDEAL') { - this.selectIDealIssuer('bunq'); - } + if (paymentName === 'POS Terminal') { this.selectPosTerminal();