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