gist tests fixed

pull/5370/head
aniket-engg 4 years ago committed by Aniket
parent af85ba1ef3
commit 48f1db2a08
  1. 2
      apps/remix-ide-e2e/src/tests/gist.test.ts

@ -48,6 +48,8 @@ module.exports = {
.modalFooterCancelClick()
.executeScript(`remix.loadgist('${gistid}')`)
.perform((done) => { if (runtimeBrowser === 'chrome') { browser.openFile('browser/gists') } done() })
.waitForElementVisible(`li[key="browser/gists/${gistid}"]`)
.click(`li[key="browser/gists/${gistid}"]`)
.openFile(`browser/gists/${gistid}/README`)
.perform(done)
}

Loading…
Cancel
Save