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 running async tests there are logs like the flowwing:
>>>>>> It: loginUser handled bad login error>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Location: AuthManager.spec._(75)
<<<< END It: loginUser handled bad login error (PASS) <<<<<<<<<<<<<<<<<<<<<<<<<<
However this test was started but not completed. As a result this will aways log PASS as the default state returned is a pass. We should update the logging to better reflect the state of the tests. Also when async it might be useful to include how long it took to complete that particular it group.
The text was updated successfully, but these errors were encountered:
When running async tests there are logs like the flowwing:
However this test was started but not completed. As a result this will aways log
PASS
as the default state returned is a pass. We should update the logging to better reflect the state of the tests. Also when async it might be useful to include how long it took to complete that particularit
group.The text was updated successfully, but these errors were encountered: