Index: tst_HomeScreen/test.py =================================================================== diff -u -rc1b9d926e38745dcd9fb3e0503176b1c85182294 -r3aed17dfb3ac5265e8ba5635c7ec43fa8c3c0d27 --- tst_HomeScreen/test.py (.../test.py) (revision c1b9d926e38745dcd9fb3e0503176b1c85182294) +++ tst_HomeScreen/test.py (.../test.py) (revision 3aed17dfb3ac5265e8ba5635c7ec43fa8c3c0d27) @@ -13,10 +13,13 @@ # import names -import utils +from dialin.squish import utils def main(): + utils.tstStart() + startApplication("denaliSquish") + utils.waitForGUI(1) test.compare( waitForObjectExists(names.o_treatmentHome).visible, True) test.compare(str(waitForObjectExists(names.o_treatmentHome_startTreatment ).text.text), "START TREATMENT" , "SRSUI 024") @@ -40,3 +43,5 @@ utils.waitForGUI() test.compare(waitForObjectExists(names.o_treatmentHome).visible, True , "SRSUI 535") + utils.tstDone() +