disable swarm tests

pull/1/head
yann300 5 years ago
parent a90260b13b
commit 881c8402ed
  1. 3
      test-browser/tests/publishContract.js

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

Loading…
Cancel
Save