Index: shared/scripts/configuration/utility.py =================================================================== diff -u -rc7d46d8afe80cc0751794f426e1000e0be7e93a7 -r7fb24046293d1d1f1c4dba5f0b679e403ac096db --- shared/scripts/configuration/utility.py (.../utility.py) (revision c7d46d8afe80cc0751794f426e1000e0be7e93a7) +++ shared/scripts/configuration/utility.py (.../utility.py) (revision 7fb24046293d1d1f1c4dba5f0b679e403ac096db) @@ -151,9 +151,9 @@ Method to erase the entered value @param input_field - object of input field """ + test.startSection("Erasing value") input_field= waitForObject(input_field) entered_value = input_field.text.toUtf8().constData() - test.startSection("Erasing {entered_value}".format(entered_value)) for value in entered_value: utils.waitForGUI(1) squish.mouseClick(waitForObjectExists(names.o_back_space_key))