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 = `{
"accounts": {
"account{0}": "0xCA35b7d915458EF540aDe6068dFe2F44E8fa733c"
"account{3}": "0xCA35b7d915458EF540aDe6068dFe2F44E8fa733c"
},
"linkReferences": {
"testLib": "created{1512830014773}"
@ -86,7 +86,7 @@ var records = `{
"linkReferences": {},
"inputs": "()",
"type": "constructor",
"from": "account{0}"
"from": "account{3}"
}
},
{
@ -112,7 +112,7 @@ var records = `{
"name": "",
"type": "constructor",
"inputs": "(uint256)",
"from": "account{0}"
"from": "account{3}"
}
},
{
@ -128,7 +128,7 @@ var records = `{
"name": "set",
"inputs": "(uint256,address)",
"type": "function",
"from": "account{0}"
"from": "account{3}"
}
}
],
@ -227,7 +227,7 @@ var records = `{
var scenario = {
'accounts': {
'account{0}': '0xCA35b7d915458EF540aDe6068dFe2F44E8fa733c'
'account{3}': '0xCA35b7d915458EF540aDe6068dFe2F44E8fa733c'
},
'linkReferences': {},
'transactions': [
@ -245,7 +245,7 @@ var scenario = {
'name': '',
'type': 'constructor',
'inputs': '(uint256)',
'from': 'account{0}'
'from': 'account{3}'
}
},
{
@ -260,7 +260,7 @@ var scenario = {
'name': 'set',
'inputs': '(uint256)',
'type': 'function',
'from': 'account{0}'
'from': 'account{3}'
}
}
],

Loading…
Cancel
Save