getUtil().forceGuestUser();
InvitationGuestActionsPage guestPage =
InvitationGuestActionsPage.gotoPage(htmlMessage, InvitationGuestActionsPage.Action.REPORT);
guestPage.setMemo("It's the email lottery, they have taken over your server!");
guestPage.confirm();
Assert.assertTrue("Failed to report spam",
guestPage.getMessage().contains("Your report has been logged and the situation"));
// Prove that a reported message cannot be accepted (which would clear the "reported" status)
guestPage = InvitationGuestActionsPage.gotoPage(htmlMessage, InvitationGuestActionsPage.Action.ACCEPT);