Index: tst_recirculate/test.py =================================================================== diff -u -r454470a94a58be24a6fcec1263ee4af64f51a2d5 -ra49e29aede763022e99a44f48857e20351ff127b --- tst_recirculate/test.py (.../test.py) (revision 454470a94a58be24a6fcec1263ee4af64f51a2d5) +++ tst_recirculate/test.py (.../test.py) (revision a49e29aede763022e99a44f48857e20351ff127b) @@ -27,7 +27,7 @@ hd_simulator = HDSimulator() SCREEN_OBJ1 = names.o_EndTreatmentRecirculateStack_EndTreatmentBase_EndTreatmentBase -count_down_value = 121 +count_down_value = 121 #change it to capitals timer_default_value = 1 num_of_instructions = 3 @@ -46,7 +46,7 @@ hd_simulator.cmd_send_treatment_recirculate_data(timeout_total = num, timeout_count_down = num) min = utility.convert_seconds_into_min_and_sec(num, time_format="%M") sec = utility.convert_seconds_into_min_and_sec(num, time_format="%S") - test.compare(str(waitForObject(names.o_EndTreatmentBase_TimeText_minute_Text).text),str(sec),"Verifying seconds appearing on UI") + test.compare(str(waitForObject(names.o_EndTreatmentBase_TimeText_minute_Text).text),str(sec),"Verifying seconds appearing on UI")# log need to be changed test.compare(str(waitForObject(names.o_EndTreatmentBase_TimeText_hour_Text).text),str(min),"Verifying minutes appearing on UI") test.endSection() test.compare(str(waitForObject(names.o_recirculate_text).text),config.RECIRCULATE_TEXT, "Recirculate text must be {}".format(config.RECIRCULATE_TEXT)) @@ -74,7 +74,7 @@ hd_simulator.cmd_send_treatment_recirculate_data(timeout_total = num, timeout_count_down = num) min = utility.convert_seconds_into_min_and_sec(num, time_format="%M") sec = utility.convert_seconds_into_min_and_sec(num, time_format="%S") - test.compare(str(waitForObject(names.o_EndTreatmentBase_TimeText_minute_Text).text),str(sec),"Verifying seconds appearing on UI") + test.compare(str(waitForObject(names.o_EndTreatmentBase_TimeText_minute_Text).text),str(sec),"Verifying seconds appearing on UI")#og need to be changed test.compare(str(waitForObject(names.o_EndTreatmentBase_TimeText_hour_Text).text),str(min),"Verifying minutes appearing on UI") test.endSection() test.compare(str(waitForObject(names.o_EndTreatmentBase_Reconnect_Text).text),config.RECONNECT_TEXT, "Reconnect text must be {}".format(config.RECONNECT_TEXT))