From 51a4f7c348356aec6e0f2dcc364ecb54ea0ce25f Mon Sep 17 00:00:00 2001 From: Justas Vaitkus Date: Thu, 12 Dec 2024 10:39:30 +0200 Subject: [PATCH] changed payment method names --- cypress/e2e/ps8/03_mollie.ps8.PaymentTestsOrdersAPI.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cypress/e2e/ps8/03_mollie.ps8.PaymentTestsOrdersAPI.js b/cypress/e2e/ps8/03_mollie.ps8.PaymentTestsOrdersAPI.js index c6964ffa2..71c740078 100755 --- a/cypress/e2e/ps8/03_mollie.ps8.PaymentTestsOrdersAPI.js +++ b/cypress/e2e/ps8/03_mollie.ps8.PaymentTestsOrdersAPI.js @@ -58,7 +58,7 @@ it('C339347: 10 iDEAL Order BO Shipping, Refunding [Orders API]', () => { it('C339348: 11 Klarna Slice It Checkouting [Orders API]', () => { cy.navigatingToThePaymentPS8() //Payment method choosing - cy.contains('Ratenkauf.').click({force:true}) + cy.contains('Slice it.').click({force:true}) cy.get('.condition-label > .js-terms').click({force:true}) cy.contains('Place order').click() cy.get('[value="authorized"]').click() @@ -71,7 +71,7 @@ it('C339349: 12 Klarna Slice It Order BO Shipping, Refunding [Orders API]', () = it('C339350: 13 Klarna Pay Later Checkouting [Orders API]', () => { cy.navigatingToThePaymentPS8() //Payment method choosing - cy.contains('Rechnung.').click({force:true}) + cy.contains('Pay later.').click({force:true}) cy.get('.condition-label > .js-terms').click({force:true}) cy.contains('Place order').click() cy.get('[value="authorized"]').click() @@ -115,7 +115,7 @@ it('C339354: 17 Credit Card Checkouting [Orders API]', () => { it('C339355: 18 Check if customerId is passed during the 2nd payment using Single Click Payment [Orders API]', () => { cy.navigatingToThePaymentPS8() //Payment method choosing - cy.contains('Karte').click({force:true}) + cy.contains('Card').click({force:true}) cy.get('.condition-label > .js-terms').click({force:true}) cy.get('.ps-shown-by-js > .btn').click({force: true}) cy.visit('/admin1/')