Skip to content

Commit

Permalink
removing cloudsync validation as it causes delay
Browse files Browse the repository at this point in the history
  • Loading branch information
Justas Vaitkus authored and Justas Vaitkus committed Nov 19, 2024
1 parent 9e0eb1c commit 7ae16b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/e2e/ps8/01_mollie.ps8.ModuleConfiguration.specs.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ it('C339305: Connecting test API successsfully', () => {
.then((text) => {
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(15000) // Waiting for validation to process until the end
// cy.iframe('[id^="uid_"]').find('button').click() // Cloudsync validation
// cy.wait(15000) // Waiting for validation to process until the end
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 7ae16b9

Please sign in to comment.