getSenderPage().getFooter().myPendingInvitations() == 1);
InspectInvitationsPage.OneMessage message = getSenderPage().getFooter().inspectMyInvitations()
.getMessageWhere("Subject", "Admin has invited you to join localhost This is a subject line.");
InvitationActionConfirmationElement confirm = message.cancel();
Assert.assertEquals("leave a message in case the invitee(s) try to register.",
confirm.getLabel().toLowerCase());
confirm.setMemo("Sorry, wrong email address.");
Assert.assertEquals("Invitation successfully rescinded.", confirm.confirm());
// Now switch to guest.
getUtil().forceGuestUser();
String commonPart = "\nAdministrator left you this message when rescinding the invitation.\n"