|
|
@ -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() |
|
|
|