コード例 #1
0
 public void WhenIClickOkButtonOnTheErrorDialog()
 {
     if (!BP_DS_Labs_MapLabDictionaryErrorDialog.ClickOKButton())
     {
         ScenarioContext.Current["ActResult"] = "Failed";
     }
 }
コード例 #2
0
 public void ThenISeeAErrorDialogWithTitleAndErrorMessage(string title, string ErrorMsg)
 {
     if (!BP_DS_Labs_MapLabDictionaryErrorDialog.ISDialogExist(title, ErrorMsg))
     {
         ScenarioContext.Current["ActResult"] = "Failed";
     }
 }