|
|
|
@ -32,7 +32,7 @@ module.exports = { |
|
|
|
|
function runTests (browser) { |
|
|
|
|
browser |
|
|
|
|
.waitForElementVisible('.newFile', 10000) |
|
|
|
|
contractHelper.testContracts(browser, sources.sources.Untitled, ['TooMuchGas', 'test1', 'test2'], function () { |
|
|
|
|
contractHelper.testContracts(browser, sources.sources.Untitled, ['Untitled:TooMuchGas', 'Untitled:test1', 'Untitled:test2'], function () { |
|
|
|
|
browser |
|
|
|
|
.click('.staticanalysisView') |
|
|
|
|
.click('#staticanalysisView button') |
|
|
|
|