Beispiel #1
0
 public void WhenIHaveLoggedIntoTheCourseSpaceAsTeachingAssistant()
 {
     try
     {
         GenericTestStep.StepToBrowsedUrlForPegasusUser("CsSmsStudent");
         GenericTestStep.StepToLoggedIntoTheCourseSpaceAsTeachingAssistant();
         GenericTestStep.StepToCloseStudentHelpTextWindow();
     }
     catch (Exception e)
     {
         GenericHelper.Logs(e.ToString(), "FAILED");
         throw new Exception(e.ToString());
     }
 }