pull/4485/head
yann300 10 months ago committed by GitHub
parent b4f3f413bb
commit f29b0c42be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  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) .url('http://127.0.0.1:8080/#gist=' + gistId)
.refreshPage() .refreshPage()
.waitForElementVisible('*[data-id="remixIdeIconPanel"]', 15000) .waitForElementVisible('*[data-id="remixIdeIconPanel"]', 15000)
.clickLaunchIcon('filePanel')
.waitForElementVisible(`div[data-path='default_workspace/gist-${gistId}/README.txt']`) .waitForElementVisible(`div[data-path='default_workspace/gist-${gistId}/README.txt']`)
.openFile(`gist-${gistId}/scripts/deploy_with_ethers.ts`) .openFile(`gist-${gistId}/scripts/deploy_with_ethers.ts`)
.getEditorValue((content) => { .getEditorValue((content) => {

Loading…
Cancel
Save