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() done()
}) })
.modalFooterOKClick() .modalFooterOKClick()
.end()
}, },
'Publish on Swarm': function (browser) { 'Publish on Swarm': '' + function (browser) {
browser browser
.click('#publishOnSwarm') .click('#publishOnSwarm')
.getModalBody((value, done) => { .getModalBody((value, done) => {

Loading…
Cancel
Save