Skip to content

Commit

Permalink
Update 03_mollie.ps8.PaymentTestsOrdersAPI.js
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonasB88 committed Dec 18, 2023
1 parent 1b69521 commit 7f9249f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cypress/e2e/ps8/03_mollie.ps8.PaymentTestsOrdersAPI.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ it('C339354: 17 Credit Card Checkouting [Orders API]', () => {
cy.get('[class="alert alert-success"]').should('be.visible')
cy.navigatingToThePaymentPS8()
//Payment method choosing
cy.contains('Card').click({force:true})
cy.contains('Karte').click({force:true})
//Credit card inputing
cy.CreditCardFillingIframe()
cy.get('.condition-label > .js-terms').click({force:true})
Expand All @@ -129,7 +129,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('Card').click({force:true})
cy.contains('Karte').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/')
Expand Down Expand Up @@ -299,7 +299,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('Bank transfer').click({force:true})
cy.contains('Überweisung').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 7f9249f

Please sign in to comment.