From ae5fa9684a0de210595cf629a3dda1011b18ce2b Mon Sep 17 00:00:00 2001 From: Vitalij Mik Date: Tue, 21 May 2024 08:51:26 +0200 Subject: [PATCH] Revert "NTR: Fix ci pipeline" This reverts commit 7e4757697e30d73bc8ec2a57a079df92d54f01dd. --- .../support/actions/storefront/checkout/PaymentAction.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/Cypress/cypress/support/actions/storefront/checkout/PaymentAction.js b/tests/Cypress/cypress/support/actions/storefront/checkout/PaymentAction.js index 0c697ed28..6738ac710 100644 --- a/tests/Cypress/cypress/support/actions/storefront/checkout/PaymentAction.js +++ b/tests/Cypress/cypress/support/actions/storefront/checkout/PaymentAction.js @@ -54,7 +54,11 @@ 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();