Replies: 1 comment 1 reply
-
hey @ebi-j I suppose that purpose of that method is just printing something in your logs to make it clearer or something, nothing would be returned when calling that method, also await or not won't make any different, I guess. https://github.com/codeceptjs/CodeceptJS/pull/3484/files |
Beta Was this translation helpful? Give feedback.
1 reply
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
There is one thing I don't really understand.
I.say(...)
returns aPromise<any>
, however, in all the code examples that I can find, there is never ever anawait
in front of it. May I ask why? Is it a correct / recommended practise not toawait
I.say(...)
? Does it impact test results?Beta Was this translation helpful? Give feedback.
All reactions