HelpPage helpPage = contactAdminFormPage
.inputSubject("hello admin")
.inputMessage("I love Zanata")
.send();
assertThat(helpPage.expectNotification("Your message has been sent " +
"to the administrator"))
.isTrue()
.as("An email sent notification shows");
List<WiserMessage> messages = emailRule.getMessages();