/**
  * PesAdmin verify the Student support message page
  *
  * @throws Exception
  */
 @Test(groups = {"regressionSmoke", "2torAdministrativeBlock.contentVerify"})
 public void testPesAdminVerifySiteAdminStudentSupportMessagePage() throws Exception {
   a.navigateTo2torSiteAdministrator();
   a.navigateToStudentSupportMessage();
   a.verifySiteAdminStudentSupportMessagePage();
 }