angular / protractor

E2E test framework for Angular apps
http://www.protractortest.org
MIT License
8.75k stars 2.31k forks source link

Issue with ExpectedConditions working with forked browser instances #5535

Open sebaKwiat opened 3 years ago

sebaKwiat commented 3 years ago

Hi folks, It looks like this issue is re-occuring again: https://github.com/angular/protractor/issues/3761.

simply do an expected condition on forked browser instance you will see is not working (unhandled promise rejection) if you do the same on none forked instance it is all fine.

Versions: Protractor Version: 7.0.0 node v14.17.0 latest chrome