/**
  * PesAdmin verify the student support settings
  *
  * @throws Exception
  */
 @Test(groups = {"regressionSmoke", "2torAdministrativeBlock.contentVerify"})
 public void testPesAdminVerifySiteAdminStudentSupportSection() throws Exception {
   a.navigateTo2torSiteAdministrator();
   a.verifySiteAdminStudentSupportSection();
 }