|
|
@ -9,7 +9,7 @@ declare global { |
|
|
|
module.exports = { |
|
|
|
module.exports = { |
|
|
|
'@disabled': true, |
|
|
|
'@disabled': true, |
|
|
|
before: function (browser: NightwatchBrowser, done: VoidFunction) { |
|
|
|
before: function (browser: NightwatchBrowser, done: VoidFunction) { |
|
|
|
init(browser, done, 'http://localhost:8080') |
|
|
|
init(browser, done, 'http://127.0.0.1:8080') |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
'Should connect to vyper plugin #group1': function (browser: NightwatchBrowser) { |
|
|
|
'Should connect to vyper plugin #group1': function (browser: NightwatchBrowser) { |
|
|
|