Index: tst_settings_information/test.py =================================================================== diff -u -rf219736284ccfc6e0bc34fb6b82c28122928dc2f -r6b6e4d07a0de37a3b1cb90ffcc0da7834ec35a57 --- tst_settings_information/test.py (.../test.py) (revision f219736284ccfc6e0bc34fb6b82c28122928dc2f) +++ tst_settings_information/test.py (.../test.py) (revision 6b6e4d07a0de37a3b1cb90ffcc0da7834ec35a57) @@ -364,9 +364,9 @@ @return: N/A """ utils.waitForGUI(0.2) - patient_id_input = waitForObjectExists(param) + parameter_input = waitForObjectExists(param) utils.waitForGUI(0.2) - while (patient_id_input.text != ""): #Loop for deleting the present values on ui + while (parameter_input.text != ""): #Loop for deleting the present values on ui type(waitForObject(param), "") utils.waitForGUI(0.1) type(waitForObject(param), "")