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
When one of these assertions fail, we get an expected true to be false or expected false to be true without additional feedback about the actual result, not just the status.
Proposed solution
Compare results and provide detailed feedback about what the expected value was, and the actual type of result (and failure reason in case it is a failure)
The text was updated successfully, but these errors were encountered:
Problem
When one of these assertions fail, we get an
expected true to be false
orexpected false to be true
without additional feedback about the actual result, not just the status.Proposed solution
Compare results and provide detailed feedback about what the expected value was, and the actual type of result (and failure reason in case it is a failure)
The text was updated successfully, but these errors were encountered: