/**
  * PesAdmin verify the login message page
  *
  * @throws Exception
  */
 @Test(groups = {"regressionSmoke", "2torAdministrativeBlock.contentVerify"})
 public void testPesAdminVerifyStudentSupportLoginMessagePage() throws Exception {
   a.navigateTo2torSiteAdministrator();
   a.navigateToLoginMessage();
   a.verifySiteAdminStudentSupportLoginMessagePage();
 }