Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

E2E: Changed payment method names #1006

Merged
merged 1 commit into from
Dec 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -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()
Expand All @@ -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()
Expand Down Expand Up @@ -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/')
Expand Down
Loading