Added delay to deploy to mainnet test

pull/1/head
ioedeveloper 5 years ago committed by yann300
parent 0c6e8f4da8
commit a3ab84f7ff
  1. 1
      test-browser/tests/runAndDeploy.js

@ -146,6 +146,7 @@ module.exports = {
.clickLaunchIcon('udapp')
.waitForElementPresent('*[data-id="Deploy - transact (not payable)"]')
.click('*[data-id="Deploy - transact (not payable)"]')
.pause(2000)
.waitForElementPresent('*[data-id="modalDialogContainer"]')
.assert.containsText('*[data-id="modalDialogModalBody"]', 'You are creating a transaction on the main network. Click confirm if you are sure to continue.')
.modalFooterCancelClick()

Loading…
Cancel
Save