Commit b5715459 authored by ioedeveloper's avatar ioedeveloper

Added delay to async/await test

parent 4c0c7e70
...@@ -68,6 +68,7 @@ module.exports = { ...@@ -68,6 +68,7 @@ module.exports = {
browser browser
.addFile('asyncAwaitWithFileManagerAccess.js', { content: asyncAwaitWithFileManagerAccess }) .addFile('asyncAwaitWithFileManagerAccess.js', { content: asyncAwaitWithFileManagerAccess })
.switchFile('browser/asyncAwaitWithFileManagerAccess.js') .switchFile('browser/asyncAwaitWithFileManagerAccess.js')
.pause(5000)
.executeScript(`remix.execute('browser/asyncAwaitWithFileManagerAccess.js')`) .executeScript(`remix.execute('browser/asyncAwaitWithFileManagerAccess.js')`)
.journalLastChildIncludes('contract Ballot {') .journalLastChildIncludes('contract Ballot {')
.end() .end()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment