Index: shared/scripts/configuration/utility.py =================================================================== diff -u -r230a9b2228e1372d2d608b350c8ad79476174b2a -rbbb4d28ac7d167b4e7ba7b1c68ca2402e4e90f24 --- shared/scripts/configuration/utility.py (.../utility.py) (revision 230a9b2228e1372d2d608b350c8ad79476174b2a) +++ shared/scripts/configuration/utility.py (.../utility.py) (revision bbb4d28ac7d167b4e7ba7b1c68ca2402e4e90f24) @@ -529,7 +529,6 @@ time_text = progress_circle_children[1] return time_text.time - def verify_countdown(screen_title, time_out): """ Method to verify the count down @@ -552,7 +551,7 @@ test.compare(actual_time, expected_time, "Actual count down time: {} should be equal to expected count down time {}".format(actual_time, expected_time)) verify_the_progress(count_down, screen_title, time_out) test.endSection() - + def verify_the_progress(count_down, screen_title, time_out): """ Method to verify the current progress