Fix browser tests

pull/5370/head
yann300 5 years ago committed by GitHub
parent f4b40de655
commit f9ffba0cf8
  1. 3
      test-browser/tests/gist.js

@ -37,9 +37,10 @@ module.exports = {
.switchFile('browser/gists')
.switchFile(`browser/gists/${gistid}`)
.switchFile(`browser/gists/${gistid}/1_Storage.sol`)
.end()
.perform(done)
}
})
.end()
},
tearDown: sauce
}

Loading…
Cancel
Save