Closed Dumluregn closed 4 years ago
It was already done in https://github.com/ckeditor/ckeditor4-angular/commit/567520fca3b7ddced186f50267bb9b71920fdec7#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 (5.4.3
instead of 5.4.2
, which allows using newer Chrome versions without hassle. Bad news is that those tests are failing now, so I will fix them before creating PR.
Well, there is good news and bad news. Good - there is a new Protractor patch (
5.4.3
instead of5.4.2
, which allows using newer Chrome versions without hassle. Bad news is that those tests are failing now, so I will fix them before creating PR.
Seems like a patch version so it shouldn't have any significant API changes :thinking: But maybe there is something wrong with our tests too. I recall when working on fixing the similar issue on our CI, new chromedriver
caused some tests to fail indded (so it might be the issue with the newer Chrome version used by the newer protractor
version).
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