Index: tst_main_treatment_vitals/test.py =================================================================== diff -u -r56bad3fffaba793a32c3d8989288c9a8a818ec5e -r6ca4df173f6d947a5715418ea1f0d5823bf67c63 --- tst_main_treatment_vitals/test.py (.../test.py) (revision 56bad3fffaba793a32c3d8989288c9a8a818ec5e) +++ tst_main_treatment_vitals/test.py (.../test.py) (revision 6ca4df173f6d947a5715418ea1f0d5823bf67c63) @@ -117,7 +117,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") @@ -344,7 +344,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')