Index: tst_settings_information/test.py =================================================================== diff -u -r348986550e40746c76e08a4ccd8eac5b997d9682 -rc8be78988bbafd5579d1d18fb62639043d6fb626 --- tst_settings_information/test.py (.../test.py) (revision 348986550e40746c76e08a4ccd8eac5b997d9682) +++ tst_settings_information/test.py (.../test.py) (revision c8be78988bbafd5579d1d18fb62639043d6fb626) @@ -43,8 +43,6 @@ """ test.startSection("Verify the buttons and parameters of 'Device Settings' screen") - verify_clear_alarm_condition_button() - mouseClick(waitForObjectExists(settings_text_obj(config.CLEAR_ALARM_CONDITION_TEXT))) verify_export_button(config.ENABLED) mouseClick(waitForObjectExists(settings_text_obj(config.EXPORT_TEXT))) @@ -161,17 +159,6 @@ continue test.endSection() - -def verify_clear_alarm_condition_button(): - """ - Method to verify the 'Clear Alarm Condition' button - """ - test.startSection("Verifying Clear Alarm Condition button") - clear_condition_button = waitForObjectExists(settings_text_obj(config.CLEAR_ALARM_CONDITION_TEXT)) - test.compare(clear_condition_button.text, config.CLEAR_ALARM_CONDITION_TEXT, "Clear Alarm Condition button text should be {}".format(config.CLEAR_ALARM_CONDITION_TEXT)) - test.compare(clear_condition_button.enabled, config.ENABLED, "Clear Alarm Condition button should be enabled") - test.endSection() - def verify_export_button(state): """ Method to verify the 'Export' button