Skip to content

Commit

Permalink
NTR: Remove Klarna Sofort banking
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalij Mik committed Oct 1, 2024
1 parent 438e48e commit 6ef69bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ context("Checkout Failure Tests", () => {

// select giro pay and mark it as "paid"
mollieSandbox.initSandboxCookie();
molliePaymentList.selectSOFORT();
molliePaymentList.selectBankTransfer();
molliePaymentStatus.selectPaid();

cy.url().should('include', '/checkout/finish');
Expand Down Expand Up @@ -102,7 +102,7 @@ context("Checkout Failure Tests", () => {

// select giro pay and mark it as "paid"
mollieSandbox.initSandboxCookie();
molliePaymentList.selectSOFORT();
molliePaymentList.selectBankTransfer();
molliePaymentStatus.selectPaid();

cy.url().should('include', '/checkout/finish');
Expand Down Expand Up @@ -173,7 +173,7 @@ context("Checkout Failure Tests", () => {
}


paymentAction.switchPaymentMethod('SOFORT');
paymentAction.switchPaymentMethod('Banktransfer');

checkout.placeOrderOnEdit();

Expand Down Expand Up @@ -206,7 +206,7 @@ context("Checkout Failure Tests", () => {
cy.contains('We received your order, but the payment was aborted');
}

paymentAction.switchPaymentMethod('SOFORT');
paymentAction.switchPaymentMethod('Banktransfer');

checkout.placeOrderOnEdit();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ const payments = [
{caseId: 'C4115', key: 'klarnapaylater', name: 'Pay later', sanity: false},
{caseId: 'C4117', key: 'klarnasliceit', name: 'Slice it', sanity: false},
{caseId: 'C4118', key: 'ideal', name: 'iDEAL', sanity: false},
{caseId: 'C4116', key: 'sofort', name: 'SOFORT', sanity: false},
{caseId: 'C4120', key: 'eps', name: 'eps', sanity: false},
{caseId: 'C4123', key: 'mistercash', name: 'Bancontact', sanity: false},
{caseId: 'C4125', key: 'przelewy24', name: 'Przelewy24', sanity: false},
Expand Down

0 comments on commit 6ef69bd

Please sign in to comment.