|
|
|
@ -38,7 +38,7 @@ function runTests (browser) { |
|
|
|
|
function testSimpleContract (browser, callback) { |
|
|
|
|
contractHelper.testContracts(browser, 'Untitled.sol', sources[0]['browser/Untitled.sol'], ['TestContract'], function () { |
|
|
|
|
browser.click('.runView') |
|
|
|
|
.click('#runTabView div[class^="create"]') |
|
|
|
|
.click('#runTabView button[class^="instanceButton"]') |
|
|
|
|
.pause(500) |
|
|
|
|
.click('#runTabView .instance div[class^="title"]') |
|
|
|
|
.click('#runTabView .instance div[class^="title"]') |
|
|
|
@ -68,7 +68,7 @@ function testSimpleContract (browser, callback) { |
|
|
|
|
function testReturnValues (browser, callback) { |
|
|
|
|
contractHelper.testContracts(browser, 'returnValues.sol', sources[1]['browser/returnValues.sol'], ['testReturnValues'], function () { |
|
|
|
|
browser.click('.runView') |
|
|
|
|
.click('#runTabView div[class^="create"]') |
|
|
|
|
.click('#runTabView button[class^="instanceButton"]') |
|
|
|
|
.pause(500) |
|
|
|
|
.testFunction('retunValues1 - transact (not payable)', |
|
|
|
|
'0x79dc928d149d2ade02ab610a8ae290636222d034d4adce0bb08a68401e3d1f7f', |
|
|
|
@ -106,7 +106,7 @@ function testReturnValues (browser, callback) { |
|
|
|
|
function testInputValues (browser, callback) { |
|
|
|
|
contractHelper.testContracts(browser, 'inputValues.sol', sources[2]['browser/inputValues.sol'], ['test'], function () { |
|
|
|
|
browser.click('.runView') |
|
|
|
|
.click('#runTabView div[class^="create"]') |
|
|
|
|
.click('#runTabView button[class^="instanceButton"]') |
|
|
|
|
.pause(500) |
|
|
|
|
.testFunction('inputValue1 - transact (not payable)', |
|
|
|
|
'0x917a873d27d105213eaf5461e14780387ccceb66fed574f8432d1963917832ae', |
|
|
|
|