Index: tst_Treatment_Adjustment_BloodDialysate/test.py =================================================================== diff -u -rc1b9d926e38745dcd9fb3e0503176b1c85182294 -ra1bf6e9dc0dacf5aee003365d3472e43075d00a7 --- tst_Treatment_Adjustment_BloodDialysate/test.py (.../test.py) (revision c1b9d926e38745dcd9fb3e0503176b1c85182294) +++ tst_Treatment_Adjustment_BloodDialysate/test.py (.../test.py) (revision a1bf6e9dc0dacf5aee003365d3472e43075d00a7) @@ -20,20 +20,22 @@ mouseClick(waitForObject(names.o_treatmentHome_startTreatment)) test.compare(waitForObjectExists(names.o_treatmentStart_flowsTouchArea_TreatmentFlows).visible, True) -def gotoScreenNTest_Contains_Ranges(): +def gotoScreenNTest_Adjustment(): mouseClick(waitForObject(names.o_treatmentStart_flowsTouchArea_TreatmentFlows)) test.compare(waitForObjectExists(names.o_modalDialog).visible, True) def main(): - startApplication("denaliSquish") + utils.tstStart() + startApplication("denaliSquish") # + gotoScreenNtest_Contains_FlowsSection() utils.waitForGUI(1) denaliMessages.setTreatmentBloodFlowRate(175, 0, 0, 0, 0, 0, 0) denaliMessages.setTreatmentDialysateFlowRate(250, 1, 1, 1, 1, 1, 1) - gotoScreenNTest_Contains_Ranges() + gotoScreenNTest_Adjustment() utils.waitForGUI(1) denaliMessages.setTreatmentParamRanges(0, 0, 0, 0, 150, 550) @@ -75,3 +77,6 @@ test.compare(str(waitForObjectExists(names.o_treatmentStart_225_Text).text), "225") test.compare(str(waitForObjectExists(names.o_treatmentStart_200_Text).text), "200") + + utils.tstDone() + \ No newline at end of file