rooibos
rooibos copied to clipboard
Logs related to async test groups log as sync
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.