|
|
@ -85,6 +85,7 @@ module.exports = { |
|
|
|
.clickLaunchIcon('udapp') |
|
|
|
.clickLaunchIcon('udapp') |
|
|
|
.click('*[data-id="settingsWeb3Mode"]') |
|
|
|
.click('*[data-id="settingsWeb3Mode"]') |
|
|
|
.modalFooterOKClick() |
|
|
|
.modalFooterOKClick() |
|
|
|
|
|
|
|
.pause(5000) |
|
|
|
.execute(function () { |
|
|
|
.execute(function () { |
|
|
|
const env: any = document.getElementById('selectExEnvOptions') |
|
|
|
const env: any = document.getElementById('selectExEnvOptions') |
|
|
|
return env.value |
|
|
|
return env.value |
|
|
|