|
|
@ -20,7 +20,7 @@ module.exports = { |
|
|
|
browser |
|
|
|
browser |
|
|
|
.addFile('Untitled.sol', sources[0]['Untitled.sol']) |
|
|
|
.addFile('Untitled.sol', sources[0]['Untitled.sol']) |
|
|
|
}, |
|
|
|
}, |
|
|
|
'Deploy Ballot #group1 #flaky': function (browser: NightwatchBrowser) { |
|
|
|
'Deploy Ballot #group1': function (browser: NightwatchBrowser) { |
|
|
|
browser |
|
|
|
browser |
|
|
|
.waitForElementVisible('*[data-id="remixIdeIconPanel"]', 10000) |
|
|
|
.waitForElementVisible('*[data-id="remixIdeIconPanel"]', 10000) |
|
|
|
.clickLaunchIcon('solidity2') |
|
|
|
.clickLaunchIcon('solidity2') |
|
|
|