|
|
|
@ -40,6 +40,7 @@ function testSimpleContract (browser, callback) { |
|
|
|
|
browser.click('.runView') |
|
|
|
|
.click('#runTabView button[class^="instanceButton"]') |
|
|
|
|
.pause(500) |
|
|
|
|
.click('.instance:nth-of-type(2)') |
|
|
|
|
.click('#runTabView .instance div[class^="title"]') |
|
|
|
|
.click('#runTabView .instance div[class^="title"]') |
|
|
|
|
.testFunction('f - transact (not payable)', |
|
|
|
@ -70,6 +71,7 @@ function testReturnValues (browser, callback) { |
|
|
|
|
browser.click('.runView') |
|
|
|
|
.click('#runTabView button[class^="instanceButton"]') |
|
|
|
|
.pause(500) |
|
|
|
|
.click('.instance:nth-of-type(2)') |
|
|
|
|
.testFunction('retunValues1 - transact (not payable)', |
|
|
|
|
'0x79dc928d149d2ade02ab610a8ae290636222d034d4adce0bb08a68401e3d1f7f', |
|
|
|
|
`[vm]\nfrom:0xca3...a733c\nto:testReturnValues.retunValues1() 0x5e7...26e9f\nvalue:0 wei\ndata:0x9ed...59eb7\nlogs:0\nhash:0x79d...d1f7f`, |
|
|
|
@ -108,6 +110,7 @@ function testInputValues (browser, callback) { |
|
|
|
|
browser.click('.runView') |
|
|
|
|
.click('#runTabView button[class^="instanceButton"]') |
|
|
|
|
.pause(500) |
|
|
|
|
.click('.instance:nth-of-type(2)') |
|
|
|
|
.testFunction('inputValue1 - transact (not payable)', |
|
|
|
|
'0x917a873d27d105213eaf5461e14780387ccceb66fed574f8432d1963917832ae', |
|
|
|
|
`[vm]\nfrom:0xca3...a733c\nto:test.inputValue1(uint256,int256,string) 0x8c1...401f5\nvalue:0 wei\ndata:0xd69...00000\nlogs:0\nhash:0x917...832ae`, |
|
|
|
|