From e4e4e753ffae989e4ed4b0af0bc0161c9d923478 Mon Sep 17 00:00:00 2001 From: ninabreznik Date: Thu, 15 Mar 2018 17:47:24 +0000 Subject: [PATCH] Update tests --- src/app/execution/txLogger.js | 2 +- src/app/panels/styles/terminal-styles.js | 4 ++-- test-browser/tests/compiling.js | 16 ++++++++-------- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/execution/txLogger.js b/src/app/execution/txLogger.js index a7c9f8fbd0..114ce1b73a 100644 --- a/src/app/execution/txLogger.js +++ b/src/app/execution/txLogger.js @@ -80,10 +80,10 @@ var css = csjs` } .buttons { display: flex; + margin-right: 10px; } .debug { ${styles.terminal.button_Log_Debug} - margin-left: 5px; width: 55px; min-width: 55px; min-height: 20px; diff --git a/src/app/panels/styles/terminal-styles.js b/src/app/panels/styles/terminal-styles.js index a16cba5c68..d0dda05a41 100644 --- a/src/app/panels/styles/terminal-styles.js +++ b/src/app/panels/styles/terminal-styles.js @@ -31,7 +31,7 @@ var css = csjs` } .clear { margin-left : 10px; - margin-right : 10px; + margin-right : 10px; width : 10px; cursor : pointer; color : ${styles.terminal.icon_Color_TogglePanel}; @@ -105,7 +105,7 @@ var css = csjs` margin-right : 0.5em; font-family : monospace; font-weight : bold; - font-size : large; + font-size : 14px; color : ${styles.appProperties.supportText_OppositeColor}; } .input { diff --git a/test-browser/tests/compiling.js b/test-browser/tests/compiling.js index 62c26559f9..b4f10e344a 100644 --- a/test-browser/tests/compiling.js +++ b/test-browser/tests/compiling.js @@ -57,10 +57,10 @@ function testSimpleContract (browser, callback) { .testFunction('g - transact (not payable)', '0xb1532162e2e31397dc1e07ed0a1cf08f728e9b4487c6f9ed79d2f39410c92781', `[vm]\nfrom:0xca3...a733c\nto:TestContract.g() 0x692...77b3a\nvalue:0 wei\ndata:0xe21...79b8e\nlogs:0\nhash:0xb15...92781`, null, `{ - "0": "uint256: 345", - "1": "string: comment_comment_", - "2": "bool: true", - "3": "uint256: 4" + "0": "uint256: 345", + "1": "string: comment_comment_", + "2": "bool: true", + "3": "uint256: 4" }`).click('i[class^="clearinstance"]').perform(() => { callback(null, browser) }) }) } @@ -74,10 +74,10 @@ function testReturnValues (browser, callback) { '0x79dc928d149d2ade02ab610a8ae290636222d034d4adce0bb08a68401e3d1f7f', `[vm]\nfrom:0xca3...a733c\nto:testReturnValues.retunValues1() 0x5e7...26e9f\nvalue:0 wei\ndata:0x9ed...59eb7\nlogs:0\nhash:0x79d...d1f7f`, null, `{ - "0": "bool: _b true", - "1": "uint256: _u 345", - "2": "int256: _i -345", - "3": "address: _a 0xca35b7d915458ef540ade6068dfe2f44e8fa733c" +"0": "bool: _b true", +"1": "uint256: _u 345", +"2": "int256: _i -345", +"3": "address: _a 0xca35b7d915458ef540ade6068dfe2f44e8fa733c" }`) .pause(500) .testFunction('retunValues2 - transact (not payable)',