activate e2e tests

pull/5370/head
yann300 4 years ago
parent a47e89ee54
commit d9b4b76316
  1. 3
      apps/remix-ide-e2e/src/tests/recorder.test.ts

@ -57,10 +57,9 @@ module.exports = {
browser.assert.equal(JSON.stringify(parsed.transactions[1].record.type), JSON.stringify(scenario.transactions[1].record.type))
browser.assert.equal(JSON.stringify(parsed.transactions[1].record.from), JSON.stringify(scenario.transactions[1].record.from))
})
.end()
},
'Record more than one contract': '' + function (browser: NightwatchBrowser) {
'Record more than one contract': function (browser: NightwatchBrowser) {
// deploy 2 contracts (2 different ABIs), save the record, reexecute and test one of the function.
let addressRef
browser

Loading…
Cancel
Save