Esempio n. 1
0
 public void WhenISelectFromFolderMenu(string folderToSelectInsideStudyPage)
 {
     if (!BP_wf_ActionUtil.SelectFolderInDomainsMainPage(folderToSelectInsideStudyPage))
     {
         ScenarioContext.Current["ActResult"] = "Failed";
     }
 }
Esempio n. 2
0
 public void WhenISelectFromDataLabsStandardReportsPage(string folderToSelectInsideDLStandardReportPage)
 {
     if (!BP_wf_ActionUtil.SelectFolderInDomainsMainPage(folderToSelectInsideDLStandardReportPage))
     {
         ScenarioContext.Current["ActResult"] = "Failed";
     }
 }
Esempio n. 3
0
 public void WhenISelectTheStudyFromDomainsMainPage(string StudyName)
 {
     if (!BP_wf_ActionUtil.SelectFolderInDomainsMainPage(StudyName))
     {
         ScenarioContext.Current["ActResult"] = "Failed";
     }
 }