|
|
|
@ -14,7 +14,9 @@ module.exports = { |
|
|
|
|
|
|
|
|
|
'Test Recorder': function (browser: NightwatchBrowser) { |
|
|
|
|
let addressRef |
|
|
|
|
browser.addFile('scenario.json', { content: records }) |
|
|
|
|
browser |
|
|
|
|
.pause(50000) |
|
|
|
|
.addFile('scenario.json', { content: records }) |
|
|
|
|
.pause(5000) |
|
|
|
|
.clickLaunchIcon('udapp') |
|
|
|
|
.selectAccount('0xCA35b7d915458EF540aDe6068dFe2F44E8fa733c') // this account will be used for this test suite
|
|
|
|
|