Index: shared/scripts/names.py =================================================================== diff -u -r065c01e344820dacaf1cee612e95f345d3424382 -rb57d3fe4033d27aced0c5ebb7edba0079c7ed363 --- shared/scripts/names.py (.../names.py) (revision 065c01e344820dacaf1cee612e95f345d3424382) +++ shared/scripts/names.py (.../names.py) (revision b57d3fe4033d27aced0c5ebb7edba0079c7ed363) @@ -12,7 +12,7 @@ # author Behrouz NematiPour # -AUT_NAME = "denali" # Squish +AUT_NAME = "denaliSquish" # Squish # KEPT THE START AT LINE 20 SO ANY (MESSAGE LINE NUMBER - 20) IS THE INDEX AlarmTextMap = [ Index: tst_ConfirmPrimingBegin/test.py =================================================================== diff -u -r065c01e344820dacaf1cee612e95f345d3424382 -rb57d3fe4033d27aced0c5ebb7edba0079c7ed363 --- tst_ConfirmPrimingBegin/test.py (.../test.py) (revision 065c01e344820dacaf1cee612e95f345d3424382) +++ tst_ConfirmPrimingBegin/test.py (.../test.py) (revision b57d3fe4033d27aced0c5ebb7edba0079c7ed363) @@ -72,11 +72,11 @@ test_ultrafiltration_slider(hd_simulator) test.compare(waitForObject(names.o_treatment_begin_start_button).visible, True, "Found treatment start button") mouseClick(waitForObject(names.o_treatment_begin_start_button)) -# utils.waitForGUI(0.1) -# mouseClick(waitForObject(names.o_treatmentStart_back)) -# mouseClick(waitForObject(names.o_mainMenu_settings)) -# mouseClick(waitForObject(names.o_settings_end_treatment)) -# utils.waitForGUI(3) + utils.waitForGUI(0.5) + mouseClick(waitForObject(names.o_treatmentStart_back)) + mouseClick(waitForObject(names.o_mainMenu_settings)) + mouseClick(waitForObject(names.o_settings_end_treatment)) + def test_ultrafiltration_slider(hd_simulator: HDSimulator): """