|
|
|
@ -51,7 +51,7 @@ module.exports = { |
|
|
|
|
.click('*[data-id="terminalClearConsole"]') // clear the terminal
|
|
|
|
|
.clickLaunchIcon('udapp') |
|
|
|
|
.click('*[data-id="settingsWeb3Mode"]') |
|
|
|
|
.modalFooterOKClick() |
|
|
|
|
.modalFooterOKClick('udappNotify') |
|
|
|
|
.executeScript('web3.eth.getAccounts()') |
|
|
|
|
.waitForElementContainsText('*[data-id="terminalJournal"]', '["', 60000) // we check if an array is present, don't need to check for the content
|
|
|
|
|
.waitForElementContainsText('*[data-id="terminalJournal"]', '"]', 60000) |
|
|
|
|