Skip to content

Commit

Permalink
adding required TWINT/Blik files for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonasB88 committed Mar 12, 2024
1 parent 86ea56f commit 3f21d55
Show file tree
Hide file tree
Showing 5 changed files with 3,700 additions and 170 deletions.
7 changes: 5 additions & 2 deletions cypress/e2e/ps1785/03_mollie.ps1785.PaymentTestsOrdersAPI.js
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,8 @@ it('C1860461: Pay with Klarna UK Order Shipping, Refunding [Orders API]', () =>
})
// TODO - some reported possible bugs in the workflow, but still continuing on completing the tests...
it.only('Blik Checkouting [Orders API]', () => {
cy.visit('/nl/')
cy.visit('/en/order-history')
// switching the currency
cy.pause()
cy.contains('Reorder').click()
cy.contains('UK').click({force:true})
Expand All @@ -357,7 +358,9 @@ it.only('Blik Order Shipping, Refunding [Orders API]', () => {
cy.OrderShippingRefundingOrdersAPI()
})
it('TWINT Checkouting [Orders API]', () => {
cy.visit('/ch/order-history')
cy.visit('/en/order-history')
// switching the currency
cy.pause()
cy.contains('Reorder').click()
cy.contains('UK').click({force:true})
//Billing country LT, DE etc.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,9 @@ it.skip('C1860463: Pay with Klarna UK Order BO Refunding, Partial Refunding [Pay
})
// TODO - some reported possible bugs in the workflow, but still continuing on completing the tests...
it.only('Blik Checkouting [Payments API]', () => {
cy.visit('/pl/order-history')
cy.contains('Reorder').click()
cy.visit('/en/order-history')
// switching the currency
cy.pause()
cy.contains('UK').click({force:true})
//Billing country LT, DE etc.
cy.get('.clearfix > .btn').click()
Expand All @@ -289,7 +290,9 @@ it.only('Blik Order Shipping, Refunding [Payments API]', () => {
cy.OrderRefundingPartialPaymentsAPI()
})
it('TWINT Checkouting [Payments API]', () => {
cy.visit('/ch/order-history')
cy.visit('/en/order-history')
// switching the currency
cy.pause()
cy.contains('Reorder').click()
cy.contains('UK').click({force:true})
//Billing country LT, DE etc.
Expand Down
1 change: 0 additions & 1 deletion docker-compose.1785.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ services:
environment:
PS_INSTALL_AUTO: 1
PS_ENABLE_SSL: 1
PS_ALL_LANGUAGES: 1
DB_PASSWD: $DB_PASSWD
DB_NAME: prestashop
DB_SERVER: mysql
Expand Down
1 change: 0 additions & 1 deletion docker-compose.8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ services:
environment:
PS_INSTALL_AUTO: 1
PS_ENABLE_SSL: 1
PS_ALL_LANGUAGES: 1
DB_PASSWD: $DB_PASSWD
DB_NAME: prestashop
DB_SERVER: mysql
Expand Down
Loading

0 comments on commit 3f21d55

Please sign in to comment.