Beispiel #1
0
 public static void WhenIClosetheManageOrganizationAndLogOutFromTheApplication()
 {
     try
     {
         GenericTestStep.StepToClosetheManageOrganizationAndLogOutFromTheApplication();
     }
     catch (Exception e)
     {
         GenericHelper.Logs(e.ToString(), "FAILED");
         throw new Exception(e.ToString());
     }
 }