Skip to content

Commit

Permalink
Update 04_mollie.ps1785.EnablingPaymentsPaymentsAPI.specs.js
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonasB88 committed Oct 9, 2023
1 parent 015e5b4 commit df9a6eb
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ describe('PS1785 Enabling Payments', () => {
cy.viewport(1920,1080)
login('MollieBOFOLoggingIn')
})
it('C339377: 42 [SWITCH TO PAYMENTS API] Enabling All payments in Module BO [Payments API]', () => {
cy.visit('/admin1/')
cy.OpeningModuleDashboardURL()
cy.ConfPaymentsAPI1784()
cy.get('[type="submit"]').first().click({force:true})
cy.get('[class="alert alert-success"]').should('be.visible')
it('C339377: 42 [SWITCH TO PAYMENTS API] Enabling All payments in Module BO [Payments API]', () => {
cy.visit('/admin1/')
cy.OpeningModuleDashboardURL()
cy.ConfPaymentsAPI1784()
cy.get('[type="submit"]').first().click({force:true})
cy.get('[class="alert alert-success"]').should('be.visible')
})
})

0 comments on commit df9a6eb

Please sign in to comment.