Skip to content

Commit

Permalink
improving test
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonasB88 committed May 6, 2024
1 parent f59c46b commit 52e233a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress/e2e/ps8/01_mollie.ps8.ModuleConfiguration.specs.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ it('C339305: Connecting test API successsfully', () => {
cy.log(text) // Showing and asserting the text that loaded, to ensure the BO is loaded, not crashed with PHP fatals etc.
})
cy.iframe('[id^="uid_"]').find('button').click() // Cloudsync validation
cy.wait(10000)
cy.get('#MOLLIE_ACCOUNT_SWITCH_on').click({force:true})
cy.get('#MOLLIE_API_KEY_TEST').type((Cypress.env('MOLLIE_TEST_API_KEY')),{delay: 0, log: false})
cy.get('#module_form_submit_btn').click()
Expand Down

0 comments on commit 52e233a

Please sign in to comment.