Esempio n. 1
0
 public void WhenIUncheckCheckboxAllowOneUserBothTheEntriesInStudyEditPreferencesPaperEntryPage()
 {
     if (!BP_Study_EditPreferences_PaperEntryUtilities.UncheckAllowOneUserBothTheEntriesCheckbox())
     {
         ScenarioContext.Current["ActResult"] = "Failed";
     }
 }
Esempio n. 2
0
 public void WhenIClickSaveButtonInStudyEditPreferencesPaperEntryPage()
 {
     if (!BP_Study_EditPreferences_PaperEntryUtilities.ClickSaveButton())
     {
         ScenarioContext.Current["ActResult"] = "Failed";
     }
 }
Esempio n. 3
0
 public void WhenICheckCheckboxEnablePaperDataEntryInStudyEditPreferencesPaperEntryPage()
 {
     if (!BP_Study_EditPreferences_PaperEntryUtilities.CheckEnablePaperDataEntryCheckbox())
     {
         ScenarioContext.Current["ActResult"] = "Failed";
     }
 }