parent
62a43de74f
commit
0a876d55e5
@ -0,0 +1,17 @@ |
||||
'use strict' |
||||
var init = require('../helpers/init') |
||||
var sauce = require('./sauce') |
||||
|
||||
module.exports = { |
||||
before: function (browser, done) { |
||||
init(browser, done, 'http://127.0.0.1:8080?plugins=solidity,udapp', false) |
||||
}, |
||||
'CheckSolidityActivatedAndUDapp': function (browser) { |
||||
browser |
||||
.waitForElementVisible('#icon-panel', 10000) |
||||
.clickLaunchIcon('solidity') |
||||
.clickLaunchIcon('udapp') |
||||
.end() |
||||
}, |
||||
tearDown: sauce |
||||
} |
Loading…
Reference in new issue