/**
  * PesAdmin verify User Sticky Notes Page
  *
  * @throws Exception
  */
 @Test(groups = {"regressionSmoke", "2torAdministrativeBlock.contentVerify"})
 public void testPesAdminVerifyStudentSupportUserStickyNotesPage() throws Exception {
   a.navigateTo2torSiteAdministrator();
   a.navigateToUserStickyNotes();
 }