Index: tst_HomeScreen/test.py =================================================================== diff -u -ra1bf6e9dc0dacf5aee003365d3472e43075d00a7 -r7b3e5d5ca42caaf50fc24bc9ea6710d99681ea3f --- tst_HomeScreen/test.py (.../test.py) (revision a1bf6e9dc0dacf5aee003365d3472e43075d00a7) +++ tst_HomeScreen/test.py (.../test.py) (revision 7b3e5d5ca42caaf50fc24bc9ea6710d99681ea3f) @@ -19,6 +19,7 @@ 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")