Skip to content

Make sure message exists before we test that the function removes the message

Eric Eastwood requested to merge 2744-make-sure-messages-exist-before into develop

Make sure message exists before we test that the function removes the message

Part of #2744

We are aiming to avoid a false-positive where the test fixtures are misconfigured so that it never creates a message, and then we try to make sure the message was deleted but it actually just never existed.

Merge request reports