Index: shared/scripts/configuration/strings.py =================================================================== diff -u -rfb18217749b9bacd65fda39aa23a2b36f5cda02d -r401f9693ca709b00517cf213decbfe5e22e1f96b --- shared/scripts/configuration/strings.py (.../strings.py) (revision fb18217749b9bacd65fda39aa23a2b36f5cda02d) +++ shared/scripts/configuration/strings.py (.../strings.py) (revision 401f9693ca709b00517cf213decbfe5e22e1f96b) @@ -166,6 +166,7 @@ DEVICE_SETTINGS_SCREEN_PARAMETER = ["Information", "Volume And Brightness", "Wi-Fi", "Bluetooth Cuff", "DG Cleaning", "Service", "Export Logs"] CLEAR_ALARM_CONDITION_TEXT = "Clear Alarm Condition" EXPORT_LOGS ="Export Logs" +EXPORT_LOG_TEXT ="Export Logs" SHUTDOWN_BUTTON_TEXT = "SHUTDOWN" BACK_BUTTON_TEXT = "BACK" EXPORT_LOGS_OPTIONS = ["Application", "Treatment", "Service"] Index: tst_service_screen/test.py =================================================================== diff -u -r2b68cf8ce895e5dccf80c4fafc378d827d35cbcd -r401f9693ca709b00517cf213decbfe5e22e1f96b --- tst_service_screen/test.py (.../test.py) (revision 2b68cf8ce895e5dccf80c4fafc378d827d35cbcd) +++ tst_service_screen/test.py (.../test.py) (revision 401f9693ca709b00517cf213decbfe5e22e1f96b) @@ -79,7 +79,7 @@ test.startSection("Verifying the the export logs screen") test.log("Navigating to service screen to export log screen") mouseClick(waitForObjectExists(settings_text_obj(EXPORT_LOGS))) - test.compare(waitForObjectExists(names.o_export_logs_text).text,config.EXPORT_TEXT,"{} should be under export logs screen ".format(config.EXPORT_TEXT)) + test.compare(waitForObjectExists(names.o_export_logs_text).text,config.EXPORT_LOG_TEXT,"{} should be under export logs screen ".format(config.EXPORT_LOG_TEXT)) log_status = get_storage_data_status(names.o_usb_folder_slider) test.verify(log_status == True, "export data rectangles should be filled with contents under USB drive.") log_status = get_storage_data_status(names.o_SettingsBase_sdcFolderView_ListView)