Index: tst_main_treatment_vitals/test.py =================================================================== diff -u -r01a02857cd3d31d5b36a3fff133b73b94290a68e -r7623683e9b81742b85007ce3734613dfdb3018ae --- tst_main_treatment_vitals/test.py (.../test.py) (revision 01a02857cd3d31d5b36a3fff133b73b94290a68e) +++ tst_main_treatment_vitals/test.py (.../test.py) (revision 7623683e9b81742b85007ce3734613dfdb3018ae) @@ -274,7 +274,7 @@ test.log("Clicking confirm button") confirm_button = waitForObjectExists(names.o_vitals_confrim_btn) test.compare(confirm_button.enabled, True, "Valid Blood Pressure and Heart is entered therefore confirm button is enabled") - saved_time = get_current_date_and_time() + saved_time = get_current_date_and_time(date_format='%Y/%b/%d - %H:%M') mouseClick(confirm_button) verify_last_read_time(saved_time) elif save is False: