We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
Hi @ww18 , As you did not provide any description I guess you used the following code from the README.md:
this.After(function(callback) { this.quit(callback); });
If so please, add another function parameter before callback like this:
this.After(function(scenario, callback) { this.quit(callback); });
It works for me. Did it help for you?
Sorry, something went wrong.
This sill won't close the browser if an error occurred. For instance, sometimes the After step times out.
Same problem after timeout.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: