|
|
@ -26,6 +26,7 @@ module.exports = { |
|
|
|
function runTests (browser, testData) { |
|
|
|
function runTests (browser, testData) { |
|
|
|
browser |
|
|
|
browser |
|
|
|
.waitForElementVisible('.newFile', 10000) |
|
|
|
.waitForElementVisible('.newFile', 10000) |
|
|
|
|
|
|
|
.click('.envView') |
|
|
|
contractHelper.testContracts(browser, sources.sources.Untitled, ['Untitled:Ballot'], function () { |
|
|
|
contractHelper.testContracts(browser, sources.sources.Untitled, ['Untitled:Ballot'], function () { |
|
|
|
browser.end() |
|
|
|
browser.end() |
|
|
|
}) |
|
|
|
}) |
|
|
|