Index: tst_TreatmentHeparineData/test.py =================================================================== diff -u -r80181d382e841f6e66c8f0ad85d1c78e6856cfde -r4becb22543b290e42c8663e4d9ad59323bdec355 --- tst_TreatmentHeparineData/test.py (.../test.py) (revision 80181d382e841f6e66c8f0ad85d1c78e6856cfde) +++ tst_TreatmentHeparineData/test.py (.../test.py) (revision 4becb22543b290e42c8663e4d9ad59323bdec355) @@ -25,9 +25,9 @@ def gotoScreenNtest_Contains_TreatmentHeparinData(): mouseClick(waitForObject(names.o_treatmentHome_startTreatment)) - test.compare(str(waitForObjectExists(names.o_treatmentStart_HeparinSection).buttonText), "HEPARIN DELIVERY") - test.compare(str(waitForObjectExists(names.o_treatmentStart_HeparinSection).title ), "HEPARIN") - test.compare( waitForObjectExists(names.o_treatmentStart_HeparinSection).visible , True) + test.compare(str(waitForObjectExists(utils.dict_update(names.o_treatmentStart_HeparinSection, "buttonText", "HEPARIN DELIVERY")).buttonText), "HEPARIN DELIVERY") + test.compare(str(waitForObjectExists(utils.dict_update(names.o_treatmentStart_HeparinSection, "title", "HEPARIN")).title), "HEPARIN") + test.compare( waitForObject(names.o_treatmentStart_HeparinSection).visible , True) def test_values(vDelivered):