Index: suite_leahi/shared/scripts/configuration/utility.py =================================================================== diff -u -r75e3ab588237239452761d2ec90e8b3aec6a916b -r1a3dc7aeb6c2998c4480a9c58c522c293c1389f5 --- suite_leahi/shared/scripts/configuration/utility.py (.../utility.py) (revision 75e3ab588237239452761d2ec90e8b3aec6a916b) +++ suite_leahi/shared/scripts/configuration/utility.py (.../utility.py) (revision 1a3dc7aeb6c2998c4480a9c58c522c293c1389f5) @@ -145,7 +145,7 @@ set_value_based_on_target(names.o_PreTreatmentCreate_salineBolusVolumeControl_ValueAdjuster, 200) select_different_dropdown(names.o_PreTreatment_vitalsCombobox_BaseCombobox,config.VITALS,1) select_different_dropdown(names.o_PreTreatmentCreate_bicarbonateConcentrateComboBox_BaseComboBox,config.BICARBONATE,0) - Validatebutton = setObjectText(names.o_preTreatmentStack_Text, config.VALIDATE) + Validatebutton = setObjectText(obj = names.o_preTreatmentStack_Text, text =config.VALIDATE) squish.mouseClick(squish.waitForObject(Validatebutton)) td.td_Treatment_Parameters_Validation( vAccepted = 1, vBloodFlowRateRejectReason = 0, @@ -169,7 +169,7 @@ vHeparinBolusVolumeRejectReason = 0 ) - confirmButton = setObjectText(names.o_preTreatmentStack_Text,config.CONFIRM ) + confirmButton = setObjectText(obj = names.o_preTreatmentStack_Text,text = config.CONFIRM ) squish.mouseClick(squish.waitForObject(confirmButton)) test.endSection()