Index: shared/scripts/configuration/utility.py =================================================================== diff -u -rccf9a587e0dc447600f44e1520706c66d7141fab -rc4796ed14e7e7bbf8c17976d6da7c6a95518ddc8 --- shared/scripts/configuration/utility.py (.../utility.py) (revision ccf9a587e0dc447600f44e1520706c66d7141fab) +++ shared/scripts/configuration/utility.py (.../utility.py) (revision c4796ed14e7e7bbf8c17976d6da7c6a95518ddc8) @@ -30,8 +30,7 @@ min = time.strftime("%M", time.gmtime(seconds)) sec = time.strftime("%S", time.gmtime(seconds)) return min,sec - - + def get_indicators(screen_obj, txt): """ Verifying the busy indicators for BiCarb Pump Check and Acid Pump Check. @@ -58,10 +57,8 @@ except LookupError as _: test.passes("object is not present as expected") - squish.testSettings.objectNotFoundDebugging = True + squish.testSettings.objectNotFoundDebugging = True - - def get_bullet_object(screen_obj, num): """ To obtain a bullet object based on occurrence provided. @@ -73,4 +70,8 @@ names.o_bullet_object["occurrence"] = num + 1 return names.o_bullet_object +def rejection_msg(text): + names.o_recirculate_rejection_msg["text"] = text + return names.o_recirculate_rejection_msg +