Index: suite_leahi/tst_ultrafiltration/test.py =================================================================== diff -u -rcc11c8f30b8a4fe476e22ae98b21d17aab1ad4ad -r39597fe790d26b63a8c64275b314d348d3baca0c --- suite_leahi/tst_ultrafiltration/test.py (.../test.py) (revision cc11c8f30b8a4fe476e22ae98b21d17aab1ad4ad) +++ suite_leahi/tst_ultrafiltration/test.py (.../test.py) (revision 39597fe790d26b63a8c64275b314d348d3baca0c) @@ -139,7 +139,7 @@ test.startSection("Check the values in the Ultrafiltration Volume Popup") mouseClick(waitForObject(names.o_editButton_ultrafiltration_IconButton)) #check the tittle in edit popup - title = waitForObjectExists(utility.set_Object_Text(obj=names.o_title_Text,text = ULTRAFILTRATION_VOLUME)) + title = waitForObjectExists(utility.setObjectText(obj=names.o_title_Text,text = ULTRAFILTRATION_VOLUME)) test.compare(title.text, ULTRAFILTRATION_VOLUME, "Title text should be -> "+ str(ULTRAFILTRATION_VOLUME)) #check the value in the edit popup uf_volume_removed_text = waitForObjectExists(names.o_ufVolumeRemovedItem_ValueItem).label