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
tests are relying on SELENIUM_PROMISE_MANAGER to handle async control flow and keep our tests non-ugly, but it's being deprecated.
we're on node 8+ with native async/await, so we can turn it off and switch tests to using async/await and keep them pretty ;)
N/A
The text was updated successfully, but these errors were encountered:
cool beans. unless someone grabs it before me i'll take this next time i'm in context :)
Sorry, something went wrong.
Merge pull request #425 from captaincaius/protractor-selenium-promise…
59cbabb
…-manager-disable async/await e2e and disable selenium promise manager (closes #399)
3dabf4f
No branches or pull requests
I'm submitting a...
Current behavior
tests are relying on SELENIUM_PROMISE_MANAGER to handle async control flow and keep our tests non-ugly, but it's being deprecated.
Expected behavior
we're on node 8+ with native async/await, so we can turn it off and switch tests to using async/await and keep them pretty ;)
Minimal reproduction of the problem with instructions
N/A
The text was updated successfully, but these errors were encountered: