Index: tst_main_treatment_heparin/test.py =================================================================== diff -u -r30548cd3cd05aee96930c3cf213b852023f0876d -r89426f741084aed1601cdc538ebac1d5d5e9256b --- tst_main_treatment_heparin/test.py (.../test.py) (revision 30548cd3cd05aee96930c3cf213b852023f0876d) +++ tst_main_treatment_heparin/test.py (.../test.py) (revision 89426f741084aed1601cdc538ebac1d5d5e9256b) @@ -161,6 +161,7 @@ treatment_end_state=0, treatment_stop_state= 0, dialysis_state= 0) test.compare(str(waitForObjectExists(names.o_state4_heparin_state_dispensing_text).text), config.HEPARIN_PAUSE_DELIVERY_TEXT, utility.msg("Heparin Pause Delivery Text should be {}".format(config.HEPARIN_PAUSE_DELIVERY_TEXT))) test.compare( waitForObjectExists(names.o_state4_heparin_state_dispensing_text).enabled , True, utility.msg("Pause Delivery Button is enabled")) + test.compare(str(waitForObjectExists(names.o_state4_heparin_state_dispensing_active_text).text), config.HEPARIN_BOLUS_DISPENSING_TEXT, utility.msg("Heparin Pause Delivery Text should be {}".format(config.HEPARIN_BOLUS_DISPENSING_TEXT))) test.log("Heparin delivery is in dispensing state") test.endSection()