예제 #1
0
 public void WhenIClickUpdateContinueButtonOnTheLabTestMappingErrorDialog()
 {
     if (!BP_DS_Labs_MapLabDictionay_Update_RRChekboxWarningDialog.ClickContinueButton())
     {
         ScenarioContext.Current["ActResult"] = "Failed";
     }
 }
예제 #2
0
 public void ThenISeeLabTestMappingUpdateErrorDialogWithTitleAndErrorMessage(string Title, string ErrorMsg)
 {
     if (!BP_DS_Labs_MapLabDictionay_Update_RRChekboxWarningDialog.ISDialogExist(Title, ErrorMsg))
     {
         ScenarioContext.Current["ActResult"] = "Failed";
     }
 }