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 1e831d5 commit 510ed3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ it('C339385: 50 Credit Card Guest Checkouting [Payments API]', () => {
cy.get('[class="button form__button"]').click()
cy.get('#content-hook_order_confirmation > .card-block').should('be.visible')
})
it.only('C339386: 51 Credit Card Guest Checkouting with not 3DS secure card [Payments API]', () => {
it('C339386: 51 Credit Card Guest Checkouting with not 3DS secure card [Payments API]', () => {
cy.clearCookies()
//Payments API item
cy.visit('/en/', { headers: {"Accept-Encoding": "gzip, deflate"}})
Expand Down

0 comments on commit 510ed3c

Please sign in to comment.