Final verdict pass reason is incorrect
Maybe this is by design, maybe not. It seems that when a verdict is repeatedly set to pass, the final text displayed as the test result pass reason is the text that was given the first time verdict was set to pass, not the last.
Seems to me that the text should be updated each time it is set to pass, so that the final test result pass reason matches.
An example log is attached. If you search setverdict, you will see different text being set, but if you look near the end of the log, you will see the final test case verdict is set to the text of the first time verdict was set, not the last time.