Index: tst_settings_date_and_time/test.py =================================================================== diff -u -rcc8afc4a6f8cafd58fe7b902d8bfb6b1f1040225 -r3935abf92b7c75b8da62040ba4a2e9654a3952e7 --- tst_settings_date_and_time/test.py (.../test.py) (revision cc8afc4a6f8cafd58fe7b902d8bfb6b1f1040225) +++ tst_settings_date_and_time/test.py (.../test.py) (revision 3935abf92b7c75b8da62040ba4a2e9654a3952e7) @@ -237,6 +237,11 @@ test.endSection() def verify_confirm_btn(valid_parameter_passed): + """ + Method to verify the status of confirm + button and click on confirm button + @param valid_paramter_passed - (bool) True/False whether hour/minute/day/month/year is valid + """ if valid_parameter_passed is config.VALID: if object.exists(date_time_screen_text_obj(text=config.CONFIRM_TEXT)): confirm_btn = waitForObjectExists(date_time_screen_text_obj(text=config.CONFIRM_TEXT))