Disable Publish on Swarm Test

pull/1/head
ioedeveloper 5 years ago
parent c6e4d7f18f
commit c8a75f8473
  1. 2
      test-browser/tests/publishContract.js

@ -23,7 +23,7 @@ module.exports = {
})
.modalFooterOKClick()
},
'Publish on Swarm': function (browser) {
'Publish on Swarm': '' + function (browser) {
browser
.click('#publishOnSwarm')
.getModalBody((value, done) => {

Loading…
Cancel
Save