|
|
|
@ -78,7 +78,7 @@ module.exports = { |
|
|
|
|
browser |
|
|
|
|
.openFile('Untitled.sol') |
|
|
|
|
.clickLaunchIcon('udapp') |
|
|
|
|
.click('*[data-id="settingsWeb3Mode"]')
|
|
|
|
|
.click('*[data-id="settingsWeb3Mode"]') |
|
|
|
|
.waitForElementPresent('[data-id="envNotification-modal-footer-ok-react"]') |
|
|
|
|
.execute(function () { |
|
|
|
|
const modal = document.querySelector('[data-id="envNotification-modal-footer-ok-react"]') as any |
|
|
|
|