Пример #1
0
 public void PatientConfirmCreate()
 {
     SaveButton.ClickWait();
     softAssert.VerifyElementIsPresent(PatientEditButton);
     Constant.patientDataID = Browser.Driver.FindElement(By.ClassName("mainTabPrefix")).GetAttribute("data-entity-id");
 }