Skip to content

Commit

Permalink
translation fix
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 2516668 commit c45acc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/ps8/05_mollie.ps8.PaymentTestsPaymentsAPI.js
Original file line number Diff line number Diff line change
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('Bank Transfer').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 c45acc3

Please sign in to comment.