Commit 64d23d05 authored by ninabreznik's avatar ninabreznik Committed by yann300

Update tests

parent 761aa503
...@@ -80,10 +80,10 @@ var css = csjs` ...@@ -80,10 +80,10 @@ var css = csjs`
} }
.buttons { .buttons {
display: flex; display: flex;
margin-right: 10px;
} }
.debug { .debug {
${styles.terminal.button_Log_Debug} ${styles.terminal.button_Log_Debug}
margin-left: 5px;
width: 55px; width: 55px;
min-width: 55px; min-width: 55px;
min-height: 20px; min-height: 20px;
......
...@@ -105,7 +105,7 @@ var css = csjs` ...@@ -105,7 +105,7 @@ var css = csjs`
margin-right : 0.5em; margin-right : 0.5em;
font-family : monospace; font-family : monospace;
font-weight : bold; font-weight : bold;
font-size : large; font-size : 14px;
color : ${styles.appProperties.supportText_OppositeColor}; color : ${styles.appProperties.supportText_OppositeColor};
} }
.input { .input {
......
...@@ -74,10 +74,10 @@ function testReturnValues (browser, callback) { ...@@ -74,10 +74,10 @@ function testReturnValues (browser, callback) {
'0x79dc928d149d2ade02ab610a8ae290636222d034d4adce0bb08a68401e3d1f7f', '0x79dc928d149d2ade02ab610a8ae290636222d034d4adce0bb08a68401e3d1f7f',
`[vm]\nfrom:0xca3...a733c\nto:testReturnValues.retunValues1() 0x5e7...26e9f\nvalue:0 wei\ndata:0x9ed...59eb7\nlogs:0\nhash:0x79d...d1f7f`, `[vm]\nfrom:0xca3...a733c\nto:testReturnValues.retunValues1() 0x5e7...26e9f\nvalue:0 wei\ndata:0x9ed...59eb7\nlogs:0\nhash:0x79d...d1f7f`,
null, `{ null, `{
"0": "bool: _b true", "0": "bool: _b true",
"1": "uint256: _u 345", "1": "uint256: _u 345",
"2": "int256: _i -345", "2": "int256: _i -345",
"3": "address: _a 0xca35b7d915458ef540ade6068dfe2f44e8fa733c" "3": "address: _a 0xca35b7d915458ef540ade6068dfe2f44e8fa733c"
}`) }`)
.pause(500) .pause(500)
.testFunction('retunValues2 - transact (not payable)', .testFunction('retunValues2 - transact (not payable)',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment