Unverified Commit 2e4f1285 authored by yann300's avatar yann300 Committed by GitHub

Fix browser tests

parent f871045a
...@@ -37,9 +37,10 @@ module.exports = { ...@@ -37,9 +37,10 @@ module.exports = {
.switchFile('browser/gists') .switchFile('browser/gists')
.switchFile(`browser/gists/${gistid}`) .switchFile(`browser/gists/${gistid}`)
.switchFile(`browser/gists/${gistid}/1_Storage.sol`) .switchFile(`browser/gists/${gistid}/1_Storage.sol`)
.end() .perform(done)
} }
}) })
.end()
}, },
tearDown: sauce tearDown: sauce
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment