|
|
@ -11,7 +11,7 @@ const sources = [ |
|
|
|
module.exports = { |
|
|
|
module.exports = { |
|
|
|
'@disabled': true, |
|
|
|
'@disabled': true, |
|
|
|
before: function (browser: NightwatchBrowser, done: VoidFunction) { |
|
|
|
before: function (browser: NightwatchBrowser, done: VoidFunction) { |
|
|
|
init(browser, done) |
|
|
|
init(browser, done, null, false) |
|
|
|
}, |
|
|
|
}, |
|
|
|
'@sources': function () { |
|
|
|
'@sources': function () { |
|
|
|
return sources |
|
|
|
return sources |
|
|
|