nothing happens after .url() calling
问题 I have the following nightwatch test: module.exports = { 'Set Initial Dataset' : function (browser) { browser .url('http://localhost/nightwatch/load-initial-dataset') .end() } } When I execute it the browser is opened and the url is loaded, but when the loading is ended it doesn't close the browser to begin the next test. The test worked 1 month ago... I updated nightwatch to the nigthwatch latest version (v0.9.8), downloaded selenium-server-standalone-3.0.1.jar , chromedriver 2.25 and Chrome