Skip to content

Commit

Permalink
fix nightwatch test
Browse files Browse the repository at this point in the history
  • Loading branch information
yann300 authored May 3, 2017
1 parent bc4b63a commit f4d46e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-browser/tests/compiling.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit f4d46e6

Please sign in to comment.