Index: tst_main_treatment_vitals/test.py =================================================================== diff -u -r5f5593823450e3121088e44009fecb7046c5c45d -r01a02857cd3d31d5b36a3fff133b73b94290a68e --- tst_main_treatment_vitals/test.py (.../test.py) (revision 5f5593823450e3121088e44009fecb7046c5c45d) +++ tst_main_treatment_vitals/test.py (.../test.py) (revision 01a02857cd3d31d5b36a3fff133b73b94290a68e) @@ -104,7 +104,7 @@ @param saved_time: (str) time of saving blood pressure and heart rate """ test.startSection("Verify the last read of blood pressure and heart rate") - expected_last_read = "Interval: 30min , Last Read: {}".format(saved_time) + expected_last_read = "Interval: off , Last Read: {}".format(saved_time) last_read = waitForObject(vitals_reading_obj(expected_last_read)) last_read = str(last_read.text) test.compare(last_read, expected_last_read, "Last read time should be {}".format(last_read))