jsdrupal / drupal-admin-ui

This is an admin UI for Drupal, built with JavaScript & React. ⬅️✌️➡️
Other
236 stars 91 forks source link

Call end() on nightwatch tests #209

Closed slipo closed 6 years ago

slipo commented 6 years ago

Per http://nightwatchjs.org/guide

Remember always to call the .end() method when you want to close your test, in order for the Selenium session to be properly closed.

Menu nightwatch test isn't calling this.

dawehner commented 6 years ago

Thank you!