Commit f4d46e61 authored by yann300's avatar yann300 Committed by GitHub

fix nightwatch test

parent bc4b63a3
......@@ -30,7 +30,7 @@ function runTests (browser) {
contractHelper.testContracts(browser, sources.sources.Untitled, ['Untitled:TestContract'], function () {
browser.click('.create .constructor .call')
.waitForElementPresent('.instance .call[title="f"]')
if (browser.options.browserName === 'internet explorer') {
if (browser.options.desiredCapabilities.browserName === 'internet explorer') {
browser.end()
return
}
......
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