Merge pull request #2698 from ethereum/quick-fix

Added delay to async/await test
pull/1/head
yann300 5 years ago committed by GitHub
commit 75d81bf4c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      test-browser/tests/terminal.js

@ -68,6 +68,7 @@ module.exports = {
browser
.addFile('asyncAwaitWithFileManagerAccess.js', { content: asyncAwaitWithFileManagerAccess })
.switchFile('browser/asyncAwaitWithFileManagerAccess.js')
.pause(5000)
.executeScript(`remix.execute('browser/asyncAwaitWithFileManagerAccess.js')`)
.journalLastChildIncludes('contract Ballot {')
.end()

Loading…
Cancel
Save