Index: suite_leahi/tst_patient_vitals/test.py =================================================================== diff -u -r0cdd38332d8817480e55fc202f9b01e311e97c43 -rf0f3fc8e69813e78182948c8ae496275083c7e28 --- suite_leahi/tst_patient_vitals/test.py (.../test.py) (revision 0cdd38332d8817480e55fc202f9b01e311e97c43) +++ suite_leahi/tst_patient_vitals/test.py (.../test.py) (revision f0f3fc8e69813e78182948c8ae496275083c7e28) @@ -215,9 +215,7 @@ vitalsrequest = False # mouseClick(waitForObject(names.o_treatmentHome_editButton_IconButton)) test.startSection("Verify popup is opened automatically after time interval") - mouseClick(waitForObject(names.o_vitalsButton_VitalsButton)) - # mouseClick(names.o_measureVitalsButton_TouchRect) - + mouseClick(waitForObject(names.o_vitalsButton_VitalsButton)) td.td_vitals( systolic = 70, diastolic = 50, heartRate = 120 ) @@ -273,7 +271,7 @@ # handler for messages from UI to FW -def handle_patient_vitals_request( message, timestamp = 0.0): +def handle_patient_vitals_request( message): """ Called when the user requests to firmware from UI @return: None