Skip to content

Commit

Permalink
changed payment method names
Browse files Browse the repository at this point in the history
  • Loading branch information
Justas Vaitkus authored and Justas Vaitkus committed Dec 12, 2024
1 parent 51a4f7c commit 46d2aec
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -103,7 +103,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('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

0 comments on commit 46d2aec

Please sign in to comment.