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
The fact that assert behaves like expect and that it is not throwing / short-circuiting very much breaks least surprise for new comers. So I think it ought to be changed.
It should retain a an equivalent set of variants to expect, but all its variants should throw in the case of a failed assertion.