Index: suite_leahi/tst_heparin/test.py =================================================================== diff -u -r1a3dc7aeb6c2998c4480a9c58c522c293c1389f5 -rb6aa1adafbc0b279e012c904ecde7774fb0000ea --- suite_leahi/tst_heparin/test.py (.../test.py) (revision 1a3dc7aeb6c2998c4480a9c58c522c293c1389f5) +++ suite_leahi/tst_heparin/test.py (.../test.py) (revision b6aa1adafbc0b279e012c904ecde7774fb0000ea) @@ -90,7 +90,7 @@ utility.set_value_based_on_target(names.o_PreTreatmentCreate_salineBolusVolumeControl_ValueAdjuster, 100) utility.select_different_dropdown(names.o_PreTreatmentCreate_acidConcentrateComboBox_BaseComboBox,config.ACID_CONCENTRATE,2) utility.select_different_dropdown(names.o_PreTreatmentCreate_dialyzerTypeComboBox_BaseComboBox,config.DIALYZER_TYPE,2) - utility.select_different_dropdown(names.o_PreTreatment_vitalsCombobox_BaseCombobox,config.VITALS,1) + utility.set_value_based_on_target(names.o_PreTreatmentCreate_bpMeasurementIntervalControl_ValueAdjusterCustom,5.0) utility.select_different_dropdown(names.o_PreTreatmentCreate_bicarbonateConcentrateComboBox_BaseComboBox,config.BICARBONATE,0) Validatebutton = utility.setObjectText(obj = names.o_preTreatmentStack_Text, text =config.VALIDATE) mouseClick(waitForObject(Validatebutton)) @@ -116,8 +116,8 @@ vHeparinBolusVolumeRejectReason = 0 ) - confirmButton = utility.setObjectText(obj = names.o_preTreatmentStack_Text, text = config.CONFIRM) - mouseClick(waitForObject(confirmButton)) + confirm = waitForObjectExists(names.o_preTreatmentStack_confirmButton_ConfirmButton, 3000) + mouseClick(confirm) test.endSection() def main():