pull/5370/head
yann300 1 year ago committed by GitHub
parent 9ebb03caf1
commit 191ae26a2b
  1. 1
      apps/remix-ide-e2e/src/tests/gist.test.ts

@ -153,7 +153,6 @@ module.exports = {
.url('http://127.0.0.1:8080/#gist=' + gistId)
.refreshPage()
.waitForElementVisible('*[data-id="remixIdeIconPanel"]', 15000)
.clickLaunchIcon('filePanel')
.waitForElementVisible(`div[data-path='default_workspace/gist-${gistId}/README.txt']`)
.openFile(`gist-${gistId}/scripts/deploy_with_ethers.ts`)
.getEditorValue((content) => {

Loading…
Cancel
Save