Index: suite_leahi/tst_ultrafiltration/test.py =================================================================== diff -u -r4f9e56b35635368ce440e2cfffdaba7631b5d120 -r4554e32860b9a12d2bc94bd15f1dab4e8a436a9a --- suite_leahi/tst_ultrafiltration/test.py (.../test.py) (revision 4f9e56b35635368ce440e2cfffdaba7631b5d120) +++ suite_leahi/tst_ultrafiltration/test.py (.../test.py) (revision 4554e32860b9a12d2bc94bd15f1dab4e8a436a9a) @@ -153,12 +153,10 @@ new_uf_volume = waitForObject(names.o_newValues_TreatmentAdjustmentUltrafiltrationMetrics) new_uf_volume_text = utility.findObjectById(new_uf_volume, "_left").label - test.compare(new_uf_volume_text,config.NEW_UF_VOLUME ,"Text Value should be ->" +str(config.NEW_UF_VOLUME)) + test.compare(new_uf_volume_text,config.UF_VOLUME_REMOVED ,"Text Value should be ->" +str(config.UF_VOLUME_REMOVED)) new_uf_rate_text = utility.findObjectById(new_uf_volume, "_right").label - test.compare(new_uf_rate_text,config.NEW_UF_RATE ,"Text Value should be ->" +str(config.NEW_UF_RATE)) - new_uf_volume_value = utility.findObjectById(new_uf_volume, "_right").value - test.compare(new_uf_volume_value, "0.04","Text Value should be ->" +str("0.04")) - + test.compare(new_uf_rate_text,config.UF_VOLUME_GOAL ,"Text Value should be ->" +str(config.UF_VOLUME_GOAL)) + #click on the continue button mouseClick(waitForObject(names.o_confirmButton_TouchRect)) #perform the continue button