Index: tst_settings_information/test.py =================================================================== diff -u -r6bb43117bca2673c5de877f5b70b094da344418a -rdaf16428627302767972a5525dd02b8303f9d39a --- tst_settings_information/test.py (.../test.py) (revision 6bb43117bca2673c5de877f5b70b094da344418a) +++ tst_settings_information/test.py (.../test.py) (revision daf16428627302767972a5525dd02b8303f9d39a) @@ -454,9 +454,9 @@ test.compare(waitForObjectExists(names.o_SettingsBase_Devices_Label).text, config.DEVICES_TEXT,"Devices must be {}".format(config.DEVICES_TEXT)) test.compare(waitForObjectExists(names.o_SettingsBase_SCAN_Text_2).text, config.SCAN_TEXT,"SCAN Text must be {}".format(config.SCAN_TEXT)) test.compare(waitForObjectExists(names.o_back_button).text, config.BACK_BUTTON_TEXT,"BACK Button Text must be {}".format(config.BACK_BUTTON_TEXT)) - utility.scroll_to_zone(zone=names.o_SettingsBase_ScrollBar, screen_object=names.o_SettingsBase_ScrollBar, direction = None) + utility.scroll_to_zone(targetObject=names.o_SettingsBase_ScrollBar, screen_object=names.o_SettingsBase_ScrollBar, direction = None) utils.waitForGUI(1) - utility.scroll_to_zone(zone=names.o_SettingsBase_ScrollBar, screen_object=names.o_SettingsBase_ScrollBar, direction = "Top") + utility.scroll_to_zone(targetObject=names.o_SettingsBase_ScrollBar, screen_object=names.o_SettingsBase_ScrollBar, direction = "Top") utils.waitForGUI(1) mouseClick(waitForObjectExists(names.o_SettingsBase_mouseArea_MouseArea_4)) utils.waitForGUI(1)