Commit 7727cfde authored by aniket-engg's avatar aniket-engg Committed by Aniket

gist tests fixed

parent a78482bd
......@@ -48,7 +48,7 @@ module.exports = {
.modalFooterCancelClick()
.executeScript(`remix.loadgist('${gistid}')`)
.perform((done) => { if (runtimeBrowser === 'chrome') { browser.openFile('browser/gists') } done() })
.openFile(`browser/gists/${gistid}/1_Storage.sol`)
.openFile(`browser/gists/${gistid}/README`)
.perform(done)
}
})
......
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