Index: tst_Treatment_Adjustment_Ultrafiltration/test.py =================================================================== diff -u -r2b0ff4367443cf0458594c81c32598df5b6c39cb -rab2ebd8c7b5c8df145c2b8cc06a397258ecf2f13 --- tst_Treatment_Adjustment_Ultrafiltration/test.py (.../test.py) (revision 2b0ff4367443cf0458594c81c32598df5b6c39cb) +++ tst_Treatment_Adjustment_Ultrafiltration/test.py (.../test.py) (revision ab2ebd8c7b5c8df145c2b8cc06a397258ecf2f13) @@ -241,7 +241,7 @@ def testScreen_Confirm_Ultrafiltration(): - #[Confrim Screen] + #[Confirm Screen] test.compare( waitForObjectExists(names.o_treatmentAdjustmentUltrafiltrationConfirm_Screen).visible, True) test.compare(str(waitForObjectExists(names.o_treatmentAdjustmentUltrafiltrationConfirm_PausedText).text), "Ultrafiltration is paused") test.compare(str(waitForObjectExists(names.o_treatmentAdjustmentUltrafiltrationConfirm_ConfirmButton).text.text), "CONFIRM")