/**
  * Verify Settings page specific to user role
  *
  * @throws Exception
  */
 @Test(groups = {"regressionSmoke", "settings.pesAdminVerify"})
 public void testPesAdminVerifySettings() throws Exception {
   a.navigateToSettings();
   a.verifySettings();
 }