Example #1
0
 public void WhenIClickSaveButtonInChangePasswordPage()
 {
     if (!BP_ChangePasswordUtilities.ClickSaveButton())
     {
         ScenarioContext.Current["ActResult"] = "Failed";
     }
 }