Ejemplo n.º 1
0
 public void WhenIClickOkButtonOnTheErrorDialog()
 {
     if (!BP_DS_Labs_MapLabDictionaryErrorDialog.ClickOKButton())
     {
         ScenarioContext.Current["ActResult"] = "Failed";
     }
 }
Ejemplo n.º 2
0
 public void ThenISeeAErrorDialogWithTitleAndErrorMessage(string title, string ErrorMsg)
 {
     if (!BP_DS_Labs_MapLabDictionaryErrorDialog.ISDialogExist(title, ErrorMsg))
     {
         ScenarioContext.Current["ActResult"] = "Failed";
     }
 }