Index: tst_create_custom_treatment/test.py =================================================================== diff -u -r8790d2fae76ab658f2d61d21e91e5b0b12ec3878 -rb6887f320c7cda9c70b8f47cb44ebe6fc0c892f0 --- tst_create_custom_treatment/test.py (.../test.py) (revision 8790d2fae76ab658f2d61d21e91e5b0b12ec3878) +++ tst_create_custom_treatment/test.py (.../test.py) (revision b6887f320c7cda9c70b8f47cb44ebe6fc0c892f0) @@ -408,8 +408,6 @@ for saline_bolus in config.CREATE_TREATMENT_PARAMETER_RANGE[config.SALINE_BOLUS_VOLUME]: test_custom_treatment_slider(names.o_PreTreatmentCreate_salineBolusSlider_Slider, saline_bolus, config.CREATE_TREATMENT_SLIDER_VALUES["saline_bolus"], config.SALINE_BOLUS_TITLE) test.endSection() - - test.compare(waitForObject(names.o_PreTreatmentCreate_OPERATING_PARAMETERS_Text).text, config.OPERATING_PARAMETERS_TEXT, "Title text should be -> "+str(config.OPERATING_PARAMETERS_TEXT)) #scroll the screen to the title acid concentrate type parameter_object = set_parameter_type(text = config.ACID_CONCENTRATE_TITLE)