Beispiel #1
0
 public void IsearchTheOrganization(string levelName)
 {
     try
     {
         GenericTestStep.StepToSearchTheOrganization(levelName);
     }
     catch (Exception e)
     {
         GenericHelper.Logs(e.ToString(), "FAILED");
         ThenIClickedOnTheLogoutLinkToGetLoggedOutFromTheApplication();
         throw new Exception(e.ToString());
     }
 }