How to assert that comment is added when changing workflow state?
Is it possible to assert that comment is added when changing workflow state? Obvious "assert comments.added.isNotEmpty: "Please add comment to your decision.";" doesn't work.
Please sign in to leave a comment.
Hello František,
Do you mean message isn't appears on state change?
Also please look at request http://youtrack.jetbrains.net/issue/JT-10337, is it what you need?
Yes, that's exactly what I need. Thanks.