|
|
|
@ -12,7 +12,7 @@ module.exports = { |
|
|
|
|
before: function (browser: NightwatchBrowser, done: VoidFunction) { |
|
|
|
|
init(browser, done, 'http://127.0.0.1:8080', false) |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
/* |
|
|
|
|
'Should enable settings': function (browser: NightwatchBrowser) { |
|
|
|
|
browser |
|
|
|
|
.clickLaunchIcon('settings') |
|
|
|
@ -20,6 +20,7 @@ module.exports = { |
|
|
|
|
.click('[data-id="settingsShowGasLabel"]') |
|
|
|
|
.click('[data-id="displayErrorsLabel"]') |
|
|
|
|
}, |
|
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
'Should add test and base files #group1': function (browser: NightwatchBrowser) { |
|
|
|
|
browser.addFile(examples.testContract.name, examples.testContract) |
|
|
|
|