/**
  * PesAdmin verify the video tutorial
  *
  * @throws Exception
  */
 @Test(groups = {"regressionSmoke", "2torAdministrativeBlock.contentVerify"})
 public void testPesAdminVerifySiteAdminVideoTutorialsPage() throws Exception {
   a.navigateTo2torSiteAdministrator();
   a.navigateToVideoTutorials();
   a.verifySiteAdminStudentSupportVideoTutorialsPage();
 }