fix nightwatch test

pull/1/head
yann300 8 years ago committed by GitHub
parent bc4b63a3b7
commit f4d46e6168
  1. 2
      test-browser/tests/compiling.js

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

Loading…
Cancel
Save