Index: tst_main_treatment_vitals/test.py =================================================================== diff -u -r65b2d48f2644addc4edfa1800282c4a6324cae23 -r0ff57e2fc0e614eab98b8e9ce9b73a48419fc34b --- tst_main_treatment_vitals/test.py (.../test.py) (revision 65b2d48f2644addc4edfa1800282c4a6324cae23) +++ tst_main_treatment_vitals/test.py (.../test.py) (revision 0ff57e2fc0e614eab98b8e9ce9b73a48419fc34b) @@ -116,7 +116,7 @@ and verify 'Vitals' pop is opened """ test.startSection("Opening 'Vitals' pop up") - vitals_touch_area = object.parent(waitForObject(names.o_vitals_title)) + vitals_touch_area = object.parent(waitForObject(names.o_vitals_toucharea)) start_time = time.time() mouseClick(vitals_touch_area) test.log("Verifying the 'Vitals' pop up is displayed") @@ -343,7 +343,7 @@ if save: test.log("Clicking confirm button") - confirm_button = waitForObjectExists(names.o_vitals_confrim_btn) + confirm_button = waitForObjectExists(names.o_treatmentStack_vitals_confirmButton_TouchRect) test.compare(confirm_button.enabled, True, "Valid Blood Pressure and Heart is entered therefore confirm button is enabled") saved_time = utility.get_current_date_and_time(date_format='%m/%d/%Y %H:%M:%S')