Added delay for transaction approval on Ropsten test net.

pull/1/head
ioedeveloper 5 years ago committed by yann300
parent 6ebec95a4e
commit 0c6e8f4da8
  1. 4
      test-browser/tests/runAndDeploy.js
  2. 2
      test-browser/tests/terminal.js

@ -101,7 +101,7 @@ module.exports = {
.waitForElementPresent('.page-container__footer-button:nth-of-type(2)')
.click('.page-container__footer-button:nth-of-type(2)')
.waitForElementPresent('.transaction-status--submitted')
.pause(35000)
.pause(60000)
.switchBrowserTab(0)
},
@ -117,7 +117,7 @@ module.exports = {
.waitForElementPresent('.page-container__footer-button:nth-of-type(2)')
.click('.page-container__footer-button:nth-of-type(2)')
.waitForElementPresent('.transaction-status--submitted')
.pause(35000)
.pause(60000)
.switchBrowserTab(0)
},

@ -70,7 +70,7 @@ module.exports = {
.switchFile('browser/asyncAwaitWithFileManagerAccess.js')
.pause(5000)
.executeScript(`remix.execute('browser/asyncAwaitWithFileManagerAccess.js')`)
.pause(2000)
.pause(6000)
.journalLastChildIncludes('contract Ballot {')
.end()
},

Loading…
Cancel
Save