Index: tst_pre_treatment_priming/test.py =================================================================== diff -u -rfd1d376554fc2c396d99e84975c2c8c0deab09c3 -r413641e6ddad8b6dbedf22b9d2f40fa319dd1bc2 --- tst_pre_treatment_priming/test.py (.../test.py) (revision fd1d376554fc2c396d99e84975c2c8c0deab09c3) +++ tst_pre_treatment_priming/test.py (.../test.py) (revision 413641e6ddad8b6dbedf22b9d2f40fa319dd1bc2) @@ -182,7 +182,7 @@ Method to verify the indicator next to each check list steps @param indicator - (str) expected indicator - @param steps - Expected steps + @param steps - (str) Expected steps """ test.startSection("Verify indicator is displayed for {}".format(steps)) if indicator != None: @@ -205,6 +205,7 @@ Method to verify the completion message is displayed @param completed - (bool) True/False + @param msg - (str) completion message """ test.startSection("verify the {} is displayed".format(msg)) check_indicator = object.children(findObject(names.o_self_test_dry_progress_circle)) @@ -256,12 +257,20 @@ utils.tstStart(__file__) startApplication(AUT_NAME) + test.startSection("Verifying 'Self Dry Test' screen") navigate_self_test_dry_screen() verify_the_countdown(BEGIN_PRIME_TITLE) verify_dry_states() + test.endSection() + test.startSection("Verifying 'Priming' screen") navigate_to_priming_screen() verify_the_countdown(PRIMING_TITLE) verify_priming_states() verify_priming_recirculate_states() + test.endSection() + + utils.tstDone() + + \ No newline at end of file