Commit 4a67cfd8 authored by LianaHus's avatar LianaHus

fixed the test

parent 1cc8ac9c
...@@ -11,8 +11,9 @@ module.exports = function (browser, callback, url, preloadPlugins = true) { ...@@ -11,8 +11,9 @@ module.exports = function (browser, callback, url, preloadPlugins = true) {
console.log('preloadPlugins: ', preloadPlugins) console.log('preloadPlugins: ', preloadPlugins)
initModules(browser, () => { initModules(browser, () => {
browser.clickLaunchIcon('solidity') browser.clickLaunchIcon('solidity')
.waitForElementPresent('[for="autoCompile"]') .waitForElementVisible('[for="autoCompile"]')
.click('[for="autoCompile"]') .click('[for="autoCompile"]')
.verify.elementPresent('[data-id="compilerContainerAutoCompile"]:checked')
}) })
} }
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment