From 7e4757697e30d73bc8ec2a57a079df92d54f01dd Mon Sep 17 00:00:00 2001 From: Vitalij Mik Date: Fri, 10 May 2024 11:55:56 +0200 Subject: [PATCH] NTR: Fix ci pipeline --- .../support/actions/storefront/checkout/PaymentAction.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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();