/**
  * Edit "List Of Interests" filed of User
  *
  * @param studentUserName
  * @throws Exception
  */
 @Test(
     dataProvider = "StudentName",
     groups = {"regressionSmoke", "users.pesAdminVerifyListOfInterestsFieldUpdation"})
 public void testPesAdminVerifyListOfInterestsFieldUpdation(String studentUserName)
     throws Exception {
   a.navigateToMyContacts();
   a.navigateToBrowseListOfUsersPage();
   a.verifyListOfInterestsFieldUpdation(studentUserName);
 }