Index: tst_create_custom_treatment/test.py =================================================================== diff -u -rbbc36663e7cf96a077ff895b949c132f00ef897e -r8790d2fae76ab658f2d61d21e91e5b0b12ec3878 --- tst_create_custom_treatment/test.py (.../test.py) (revision bbc36663e7cf96a077ff895b949c132f00ef897e) +++ tst_create_custom_treatment/test.py (.../test.py) (revision 8790d2fae76ab658f2d61d21e91e5b0b12ec3878) @@ -546,7 +546,7 @@ #set custom values for parameters test_custom_treatment_slider(names.o_PreTreatmentCreate_heparinStopTimeSlider_Slider, config.CREATE_CUSTOM_TREATMENT[config.HEPARIN_STOP_TIME], config.CREATE_TREATMENT_SLIDER_VALUES["heparin_stop_time"], config.HEPARIN_STOP_TIME) - test_custom_treatment_slider(names.o_PreTreatmentCreate_salineBolusSlider_Slider, config.CREATE_CUSTOM_TREATMENT[config.SALINE_BOLUS], config.CREATE_TREATMENT_SLIDER_VALUES["saline_bolus"], config.SALINE_BOLUS) + test_custom_treatment_slider(names.o_PreTreatmentCreate_salineBolusSlider_Slider, config.CREATE_CUSTOM_TREATMENT[config.SALINE_BOLUS_VOLUME], config.CREATE_TREATMENT_SLIDER_VALUES["saline_bolus"], config.SALINE_BOLUS_VOLUME) #scroll the screen to the title acid concentrate type parameter_object = set_parameter_type(text = config.ACID_CONCENTRATE_TITLE)