Skip to content

Commit

Permalink
Revert "NTR: fix pipeline"
Browse files Browse the repository at this point in the history
This reverts commit 0cbb630.
  • Loading branch information
Vitalij Mik committed May 21, 2024
1 parent 253b494 commit 2cd06d7
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import PaymentMethodsScreenAction from "cypress-mollie/src/actions/screens/Payme
import KBCScreen from "cypress-mollie/src/actions/screens/KBCScreen";
import GiftCardsScreenAction from "cypress-mollie/src/actions/screens/GiftCardsScreen";
import CreditCardScreen from "cypress-mollie/src/actions/screens/CreditCardScreen";
import IDealScreen from "cypress-mollie/src/actions/screens/IDealScreen";


const devices = new Devices();
Expand All @@ -29,7 +28,6 @@ const paymentAction = new PaymentAction();
const mollieSandbox = new MollieSandbox();
const molliePayment = new PaymentScreenAction();
const mollieKBC = new KBCScreen();
const idealScreen = new IDealScreen();
const mollieVoucher = new VoucherScreenAction();
const mollieGiftCards = new GiftCardsScreenAction();
const molliePaymentMethods = new PaymentMethodsScreenAction();
Expand Down Expand Up @@ -138,9 +136,7 @@ context("Checkout Tests", () => {
molliePayment.selectPaid();
molliePaymentMethods.selectPaypal();
molliePayment.selectPaid();
} else if(payment.key === 'ideal'){
idealScreen.selectING();
molliePayment.selectPaid();

} else if (payment.key === 'giftcard') {

mollieGiftCards.selectBeautyCards();
Expand Down

0 comments on commit 2cd06d7

Please sign in to comment.