-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
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
e2e tests are not starting #60
Comments
It was already done in 567520f#diff-354f30a63fb0907d4ad57269548329e3R22-R26 for CI so we should probably follow the similar approach in local env (until any new and more proper solution came up). |
Well, there is good news and bad news. Good - there is a new Protractor patch ( |
Seems like a patch version so it shouldn't have any significant API changes 🤔 But maybe there is something wrong with our tests too. I recall when working on fixing the similar issue on our CI, new |
Are you reporting a feature request or a bug?
Bug
Provide detailed reproduction steps (if any)
ng e2e
Expected result
e2e tests on Protractor are running.
Actual result
Error about wrong browser version appears. Seems like
chromedriver
should be updated.Other details
1.0.0-beta.2
The text was updated successfully, but these errors were encountered: