Index: tst_homescreen/test.py =================================================================== diff -u -ra49c5743cd8623446d0e9387367299aa18d7831b -r07424ed0ae21343ce77bab04d3376e38fe135435 --- tst_homescreen/test.py (.../test.py) (revision a49c5743cd8623446d0e9387367299aa18d7831b) +++ tst_homescreen/test.py (.../test.py) (revision 07424ed0ae21343ce77bab04d3376e38fe135435) @@ -3,13 +3,13 @@ import names def main(): - startApplication("denali") + startApplication("denaliSquish") test.compare( waitForObjectExists(names.o_treatmentHome).visible, True) test.compare(str(waitForObjectExists(names.o_treatmentHome_startTreatment ).text.text), "START TREATMENT" , "SRSUI 024") test.compare(str(waitForObjectExists(names.o_treatmentHome_createTreatment).text.text), "CREATE TREATMENT" , "SRSUI 532") - test.compare( waitForObjectExists(names.o_mainMenu).visible, True , "SRSUI xxx") + test.compare( waitForObjectExists(names.o_mainMenu).visible, True) test.compare(str(waitForObjectExists(names.o_mainMenu_treatment).text.text), "Treatment" , "SRSUI 534") test.compare(str(waitForObjectExists(names.o_mainMenu_manager ).text.text), "Manager" , "SRSUI 026") test.compare(str(waitForObjectExists(names.o_mainMenu_settings ).text.text), "Settings" , "SRSUI 028")