Update recorder.test.ts

pull/5370/head
bunsenstraat 3 years ago committed by GitHub
parent 0df2564455
commit 23bdc5946e
  1. 2
      apps/remix-ide-e2e/src/tests/recorder.test.ts

@ -64,7 +64,7 @@ module.exports = {
})
},
'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.
browser
.click('*[data-id="deployAndRunClearInstances"]')

Loading…
Cancel
Save