pull/4485/head
yann300 10 months ago committed by GitHub
parent 69a01700f0
commit 941ed34b04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      apps/remix-ide-e2e/src/tests/gist.test.ts

@ -153,7 +153,7 @@ 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)
.waitForElementVisible(`div[data-path='code-sample/gist-${gistId}/README.txt']`) .waitForElementVisible(`div[data-path='code-sample/gist-${gistId}/README.txt']`, 30000)
.openFile(`gist-${gistId}/scripts/deploy_with_ethers.ts`) .openFile(`gist-${gistId}/scripts/deploy_with_ethers.ts`)
.getEditorValue((content) => { .getEditorValue((content) => {
browser.assert.ok(content !== '') browser.assert.ok(content !== '')

Loading…
Cancel
Save