|
|
@ -11,7 +11,7 @@ export default function (browser: NightwatchBrowser, callback: VoidFunction, url |
|
|
|
if (preloadPlugins) { |
|
|
|
if (preloadPlugins) { |
|
|
|
initModules(browser, () => { |
|
|
|
initModules(browser, () => { |
|
|
|
browser.clickLaunchIcon('solidity') |
|
|
|
browser.clickLaunchIcon('solidity') |
|
|
|
.waitForElementVisible('[for="autoCompile"]') |
|
|
|
.waitForElementVisible('[for="autoCompile"]') |
|
|
|
.click('[for="autoCompile"]') |
|
|
|
.click('[for="autoCompile"]') |
|
|
|
.verify.elementPresent('[data-id="compilerContainerAutoCompile"]:checked') |
|
|
|
.verify.elementPresent('[data-id="compilerContainerAutoCompile"]:checked') |
|
|
|
}) |
|
|
|
}) |
|
|
|