Index: tst_Treatment_Section_BloodDialysate/test.py =================================================================== diff -u -rf268c732b393b4a4db05e8b8d4b1e17f7252ea27 -r3aed17dfb3ac5265e8ba5635c7ec43fa8c3c0d27 --- tst_Treatment_Section_BloodDialysate/test.py (.../test.py) (revision f268c732b393b4a4db05e8b8d4b1e17f7252ea27) +++ tst_Treatment_Section_BloodDialysate/test.py (.../test.py) (revision 3aed17dfb3ac5265e8ba5635c7ec43fa8c3c0d27) @@ -13,13 +13,17 @@ # import names +from dialin.squish import utils def main(): + utils.tstStart() + startApplication("denaliSquish") + utils.waitForGUI(1) # Goto Treatment Screen mouseClick(waitForObject(names.o_treatmentHome_startTreatment)) - + # Flows section is available test.compare(waitForObjectExists(names.o_treatmentStart_flowsTouchArea_TreatmentFlows).visible, True) @@ -40,3 +44,5 @@ test.compare(waitForObjectExists(names.o_treatmentStart_mL_min_Text_2).visible, True) test.compare(str(waitForObjectExists(names.o_treatmentStart_mL_min_Text_2).text), "mL/min") + utils.tstDone() + \ No newline at end of file