Index: suite_leahi/tst_heparin/test.py =================================================================== diff -u -r4554e32860b9a12d2bc94bd15f1dab4e8a436a9a -rdb068fb5765c4b6da4cf59373bf7768977a7b7b9 --- suite_leahi/tst_heparin/test.py (.../test.py) (revision 4554e32860b9a12d2bc94bd15f1dab4e8a436a9a) +++ suite_leahi/tst_heparin/test.py (.../test.py) (revision db068fb5765c4b6da4cf59373bf7768977a7b7b9) @@ -105,6 +105,7 @@ mouseClick(waitForObject(names.o_confirmButton_ConfirmButton)) 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.set_value_based_on_target(names.o_PreTreatmentCreate_bpMeasurementIntervalControl_ValueAdjusterCustom,5.0) utility.select_different_dropdown(names.o_PreTreatmentCreate_bicarbonateConcentrateComboBox_BaseComboBox,config.BICARBONATE,0) Nextbutton = utility.setObjectText(obj =names.o_preTreatmentStack_Text, text =config.NEXT) mouseClick(waitForObject(Nextbutton)) @@ -140,6 +141,9 @@ vUFEstimatedTargetWeightRejectReason = 0, vUFVolumeRejectReason = 0 ) + + confirmButton = utility.setObjectText(obj = names.o_preTreatmentStack_Text, text = config.CONFIRM) + mouseClick(waitForObject(confirmButton)) test.endSection() def main():