Skip to content

Commit 4a67cfd

Browse files
committed
fixed the test
1 parent 1cc8ac9 commit 4a67cfd

File tree

1 file changed

+2
-1
lines changed
  • apps/remix-ide/test-browser/helpers

1 file changed

+2
-1
lines changed

apps/remix-ide/test-browser/helpers/init.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ module.exports = function (browser, callback, url, preloadPlugins = true) {
1111
console.log('preloadPlugins: ', preloadPlugins)
1212
initModules(browser, () => {
1313
browser.clickLaunchIcon('solidity')
14-
.waitForElementPresent('[for="autoCompile"]')
14+
.waitForElementVisible('[for="autoCompile"]')
1515
.click('[for="autoCompile"]')
16+
.verify.elementPresent('[data-id="compilerContainerAutoCompile"]:checked')
1617
})
1718
}
1819
})

0 commit comments

Comments
 (0)