Skip to content

Commit

Permalink
Update 05_mollie.ps1785.PaymentTestsPaymentsAPI.js
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonasB88 committed Oct 23, 2023
1 parent 510ed3c commit 15215e8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ it('C339399: 64 Belfius Checkouting [Payments API]', () => {
it('C339400: 65 Belfius BO Refunding, Partial Refunding [Payments API]', () => {
cy.OrderRefundingPartialPaymentsAPI()
});
it.skip('C339401: 66 Bank Transfer Checkouting [Payments API]', () => { // skipping temporary, bug
it('C339401: 66 Bank Transfer Checkouting [Payments API]', () => {
cy.visit('/en/index.php?controller=history')
cy.get('a').click()
//
Expand All @@ -514,9 +514,9 @@ it.skip('C339401: 66 Bank Transfer Checkouting [Payments API]', () => { // skipp
cy.reload();
cy.get('[value="paid"]').click()
cy.get('[class="button form__button"]').click()
cy.get('#content-hook_order_confirmation > .card-block').should('be.visible')
cy.contains('Welcome back').should('be.visible')
});
it.skip('C339402: 67 Bank Transfer BO Refunding, Partial Refunding [Payments API]', () => { // skipping temporary, bug
it('C339402: 67 Bank Transfer BO Refunding, Partial Refunding [Payments API]', () => {
cy.OrderRefundingPartialPaymentsAPI()
});
})

0 comments on commit 15215e8

Please sign in to comment.