|
|
|
@ -29,6 +29,8 @@ export default function (browser: NightwatchBrowser, callback: VoidFunction, url |
|
|
|
|
.enableClipBoard() |
|
|
|
|
.waitForElementVisible('*[data-id="hTScamAlertButton"]') |
|
|
|
|
.click('*[data-id="hTScamAlertButton"]') |
|
|
|
|
.waitForElementVisible('*[data-id="aiStatusButton"]') |
|
|
|
|
.click('*[data-id="aiStatusButton"]') |
|
|
|
|
.perform((done) => { |
|
|
|
|
browser.execute(function () { // hide tooltips
|
|
|
|
|
function addStyle(styleString) { |
|
|
|
@ -78,7 +80,6 @@ export default function (browser: NightwatchBrowser, callback: VoidFunction, url |
|
|
|
|
|
|
|
|
|
function initModules(browser: NightwatchBrowser, callback: VoidFunction) { |
|
|
|
|
browser |
|
|
|
|
.pause() |
|
|
|
|
.click('[data-id="verticalIconsKindpluginManager"]') |
|
|
|
|
.scrollAndClick('[data-id="pluginManagerComponentActivateButtonsolidityStaticAnalysis"]') |
|
|
|
|
.scrollAndClick('[data-id="pluginManagerComponentActivateButtondebugger"]') |
|
|
|
|