DashboardBasePage dashboard =
new LoginWorkFlow().signIn("translator", "translator");
ContactAdminFormPage contactAdminFormPage =
dashboard.goToHelp().clickContactAdmin();
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();