Skip to content

Commit

Permalink
Added delay to deploy to mainnet test
Browse files Browse the repository at this point in the history
  • Loading branch information
ioedeveloper authored and yann300 committed Apr 17, 2020
1 parent 0c6e8f4 commit a3ab84f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test-browser/tests/runAndDeploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit a3ab84f

Please sign in to comment.