Skip to content

Commit

Permalink
Merge pull request #1008 from mollie/INTERNAL/E2E-adjustments
Browse files Browse the repository at this point in the history
E2E adjustments: Payment method translations
  • Loading branch information
justelis22 authored Dec 12, 2024
2 parents ece94e7 + 2516668 commit 56fdcec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cypress/e2e/ps8/03_mollie.ps8.PaymentTestsOrdersAPI.js
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ it('C339374: 37 Belfius Order Shipping, Refunding [Orders API]', () => {
it('C339375: 38 Bank Transfer Checkouting [Orders API]', () => {
cy.navigatingToThePaymentPS8()
//Payment method choosing
cy.contains('Überweisung').click({force:true})
cy.contains('Bank transfer').click({force:true})
cy.get('.condition-label > .js-terms').click({force:true})
cy.contains('Place order').click()
cy.get('[value="paid"]').click()
Expand Down
8 changes: 4 additions & 4 deletions cypress/e2e/ps8/05_mollie.ps8.PaymentTestsPaymentsAPI.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ it('C339382: 47 iDEAL Order BO Refunding, Partial Refunding [Payments API]', ()
it('C339383: 48 Credit Card Checkouting [Payments API]', () => {
cy.navigatingToThePaymentPS8()
//Payment method choosing
cy.contains('Karte').click({force:true})
cy.contains('Card').click({force:true})
//Credit card inputing
cy.CreditCardFillingIframe()
cy.get('.condition-label > .js-terms').click({force:true})
Expand Down Expand Up @@ -90,7 +90,7 @@ it.skip('C339385: 50 Credit Card Guest Checkouting [Payments API]', () => { // p
cy.get(':nth-child(13) > .col-md-6 > .form-control').type('+370 000',{delay:0}).as('telephone')
cy.get('.form-footer > .continue').click()
cy.get('#js-delivery > .continue').click()
cy.contains('Karte').click({force:true})
cy.contains('Card').click({force:true})
//Credit card inputing
cy.CreditCardFillingIframe()
cy.get('.condition-label > .js-terms').click({force:true})
Expand Down Expand Up @@ -128,7 +128,7 @@ it.skip('C339386: 51 Credit Card Guest Checkouting with not 3DS secure card [Pay
cy.get(':nth-child(13) > .col-md-6 > .form-control').type('+370 000',{delay:0}).as('telephone')
cy.get('.form-footer > .continue').click()
cy.get('#js-delivery > .continue').click()
cy.contains('Karte').click({force:true})
cy.contains('Card').click({force:true})
//Credit card inputing
cy.NotSecureCreditCardFillingIframe()
cy.get('.condition-label > .js-terms').click({force:true})
Expand Down Expand Up @@ -211,7 +211,7 @@ it('C339400: 65 Belfius BO Refunding, Partial Refunding [Payments API]', () => {
it('C339401: 66 Bank Transfer Checkouting [Payments API]', () => {
cy.navigatingToThePaymentPS8()
//Payment method choosing
cy.contains('Überweisung').click({force:true})
cy.contains('Bank Transfer').click({force:true})
cy.get('.condition-label > .js-terms').click({force:true})
cy.contains('Place order').click()
cy.get('[value="paid"]').click()
Expand Down

0 comments on commit 56fdcec

Please sign in to comment.