|
|
|
@ -80,7 +80,11 @@ module.exports = { |
|
|
|
|
.clickLaunchIcon('udapp') |
|
|
|
|
.click('*[data-id="settingsWeb3Mode"]') |
|
|
|
|
.waitForElementPresent('[data-id="udappNotify-modal-footer-ok-react"]') |
|
|
|
|
.click('[data-id="udappNotify-modal-footer-ok-react"]') |
|
|
|
|
.execute(function () { |
|
|
|
|
const modal = document.querySelector('[data-id="udappNotify-modal-footer-ok-react"]') as any |
|
|
|
|
|
|
|
|
|
modal.click() |
|
|
|
|
}) |
|
|
|
|
.clickLaunchIcon('solidity') |
|
|
|
|
.clickLaunchIcon('udapp') |
|
|
|
|
.pause(2000) |
|
|
|
|