You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 29, 2024. It is now read-only.
fix(restart): preserve waitForAngularEnabled on restart and add promise chaining (#4047)
I noticed I missed `waitForAngularEnabled` in
#4037. This commit fixed that.
While I was at it I fixed a minor error where the promises implicitly created by
setting `rootEl` and `ignoreSynchronization` weren't getting chained properly.
Also fixed minor (so minor I think it was impossible to trigger) where
browser.plugins_ could be undefined.
0 commit comments