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
Don't report expected and actual properties of expectations results
These have never been reliable due to serializability issues, appear
to have never been used, and are deprecated in jasmine-core. Removing
them entirely fixes an un-catchable error when Selenium tries to
serialize detatched DOM nodes, and generally ends the game of
serialization error whack-a-mole.
Fixes#67.
0 commit comments