pull/4485/head
yann300 10 months ago committed by GitHub
parent cdfb6aa595
commit baea5fb30b
  1. 1
      apps/remix-ide-e2e/src/tests/gist.test.ts

@ -152,6 +152,7 @@ module.exports = {
browser
.url('http://127.0.0.1:8080/#' + gistId)
.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