Index: tst_Treatment_Adjustment_Duration/test.py =================================================================== diff -u -re46e6d38f84be51966f96ce6c76c00b36b4f2654 -r20f2c70f789de08ea7f19df58de2362c5df240a9 --- tst_Treatment_Adjustment_Duration/test.py (.../test.py) (revision e46e6d38f84be51966f96ce6c76c00b36b4f2654) +++ tst_Treatment_Adjustment_Duration/test.py (.../test.py) (revision 20f2c70f789de08ea7f19df58de2362c5df240a9) @@ -13,8 +13,8 @@ # import names -import utils -import denaliMessages +import squishapi.utils as utils +import squishapi.denaliMessages as denaliMessages def gotoScreenNtest_Contains_DurationSection(): mouseClick(waitForObject(names.o_treatmentHome_startTreatment)) @@ -58,9 +58,9 @@ test.compare(waitForObjectExists(names.o_durationSlider_Slider).maximum, durationMax) # the duration dialog should use the same value as the Treatment time - test.compare(str(waitForObjectExists(names.o_TimeText_TimeText ).time), "02:50:00") - test.compare(str(waitForObjectExists(names.o_TimeText_hour_Text ).text), "02") - test.compare(str(waitForObjectExists(names.o_TimeText_minute_Text).text), "50") + test.compare(str(waitForObjectExists(names.o_TimeText_TimeText ).time), "00:10:00") + test.compare(str(waitForObjectExists(names.o_TimeText_hour_Text ).text), "00") + test.compare(str(waitForObjectExists(names.o_TimeText_minute_Text).text), "10") test.compare(str(waitForObjectExists(names.o_TimeText_second_Text).text), "00") # touch on the middle of the slider