fix e2e tests

pull/5370/head
yann300 5 years ago
parent 7e4c81d1c1
commit efdee453dc
  1. 14
      test-browser/tests/recorder.js

@ -69,7 +69,7 @@ var sources = [{'browser/testRecorder.sol': {content: `contract testRecorder {
var records = `{ var records = `{
"accounts": { "accounts": {
"account{0}": "0xCA35b7d915458EF540aDe6068dFe2F44E8fa733c" "account{3}": "0xCA35b7d915458EF540aDe6068dFe2F44E8fa733c"
}, },
"linkReferences": { "linkReferences": {
"testLib": "created{1512830014773}" "testLib": "created{1512830014773}"
@ -86,7 +86,7 @@ var records = `{
"linkReferences": {}, "linkReferences": {},
"inputs": "()", "inputs": "()",
"type": "constructor", "type": "constructor",
"from": "account{0}" "from": "account{3}"
} }
}, },
{ {
@ -112,7 +112,7 @@ var records = `{
"name": "", "name": "",
"type": "constructor", "type": "constructor",
"inputs": "(uint256)", "inputs": "(uint256)",
"from": "account{0}" "from": "account{3}"
} }
}, },
{ {
@ -128,7 +128,7 @@ var records = `{
"name": "set", "name": "set",
"inputs": "(uint256,address)", "inputs": "(uint256,address)",
"type": "function", "type": "function",
"from": "account{0}" "from": "account{3}"
} }
} }
], ],
@ -227,7 +227,7 @@ var records = `{
var scenario = { var scenario = {
'accounts': { 'accounts': {
'account{0}': '0xCA35b7d915458EF540aDe6068dFe2F44E8fa733c' 'account{3}': '0xCA35b7d915458EF540aDe6068dFe2F44E8fa733c'
}, },
'linkReferences': {}, 'linkReferences': {},
'transactions': [ 'transactions': [
@ -245,7 +245,7 @@ var scenario = {
'name': '', 'name': '',
'type': 'constructor', 'type': 'constructor',
'inputs': '(uint256)', 'inputs': '(uint256)',
'from': 'account{0}' 'from': 'account{3}'
} }
}, },
{ {
@ -260,7 +260,7 @@ var scenario = {
'name': 'set', 'name': 'set',
'inputs': '(uint256)', 'inputs': '(uint256)',
'type': 'function', 'type': 'function',
'from': 'account{0}' 'from': 'account{3}'
} }
} }
], ],

Loading…
Cancel
Save