Index: tst_Treatment_BloodFlowRate/test.py =================================================================== diff -u -r929c42f19c662c57ae264d200658fb1690353008 -r3aed17dfb3ac5265e8ba5635c7ec43fa8c3c0d27 --- tst_Treatment_BloodFlowRate/test.py (.../test.py) (revision 929c42f19c662c57ae264d200658fb1690353008) +++ tst_Treatment_BloodFlowRate/test.py (.../test.py) (revision 3aed17dfb3ac5265e8ba5635c7ec43fa8c3c0d27) @@ -13,16 +13,18 @@ # import names -import utils -import denaliMessages +from dialin.squish import utils, denaliMessages def gotoScreenNtest_Contains_FlowsSection(): mouseClick(waitForObject(names.o_treatmentHome_startTreatment)) test.compare(waitForObjectExists(names.o_treatmentStart_flowsTouchArea_TreatmentFlows).visible, True) def main(): - startApplication("denaliSquish") + utils.tstStart() + startApplication("denaliSquish") + utils.waitForGUI(1) + gotoScreenNtest_Contains_FlowsSection() utils.waitForGUI(1) @@ -36,3 +38,4 @@ denaliMessages.setTreatmentBloodFlowRate(175, 1, 1, 1, 1, 1, 1) test.compare(str(waitForObjectExists(names.o_treatmentStart_flowsTouchArea_TreatmentFlows).bloodFlowSetPoint), "175") + utils.tstDone() \ No newline at end of file