Index: shared/scripts/configuration/utility.py =================================================================== diff -u -r18c32e8fca8e270576f227e64abc8117efd6d14d -r8b040a9d580e826b011143de530fa4ccdf7fd196 --- shared/scripts/configuration/utility.py (.../utility.py) (revision 18c32e8fca8e270576f227e64abc8117efd6d14d) +++ shared/scripts/configuration/utility.py (.../utility.py) (revision 8b040a9d580e826b011143de530fa4ccdf7fd196) @@ -151,8 +151,8 @@ def get_indicators(screen_obj, txt): """ Verifying the busy indicators for BiCarb Pump Check and Acid Pump Check. - indicator object of expected txt - @param step - (str) expected txt + indicator object of expected text + @param step - (str) expected text @return indicators - (obj) list of busy and check indicator """ parent_obj = object.parent(squish.waitForObjectExists(get_text_object(screen_obj,txt)))