Index: shared/scripts/configuration/utility.py =================================================================== diff -u -r8b040a9d580e826b011143de530fa4ccdf7fd196 -refab64294d8971b8a8b2d5729995cb4dc54e8379 --- shared/scripts/configuration/utility.py (.../utility.py) (revision 8b040a9d580e826b011143de530fa4ccdf7fd196) +++ shared/scripts/configuration/utility.py (.../utility.py) (revision efab64294d8971b8a8b2d5729995cb4dc54e8379) @@ -18,11 +18,6 @@ import squish from configuration import config from builtins import int as pyInt -from dialin.common.hd_defs import HDOpModes -from dialin.ui.hd_simulator import HDSimulator -from dialin.ui.utils import waitForGUI - -hd_simulator = HDSimulator() def check_if_object_is_within_the_container(obj=None, container=None): """ @@ -75,19 +70,6 @@ raise LookupError("zone object is not in view to the user after " + \ "trying 100 times") - -def navigate_to_pretreatment_screen(mode): - - """ - Method to navigate to sub mode under pre-treatment screen - @param mode - (int) pre treatment state - """ - hd_simulator.cmd_set_hd_operation_mode_data(HDOpModes.MODE_PRET.value,0) - - hd_simulator.cmd_send_pre_treatment_state_data(sub_mode=mode, water_sample_state=0,consumables_self_test_state=0, - no_cartridge_self_test_state=0,installation_state=0, dry_self_test_state=0, - prime_state=0,recirculate_state=0, patient_connection_state=0) - def verify_page_step_indicator(screen_obj, pre_treatment_step): """ Method to verify the Page Step indicators [the object on top of the screen which indicates the steps passed, current, remained]