Index: tst_settings_information/test.py =================================================================== diff -u -r194810f3a2973c81da55a1e9cfd966ddfc474600 -redaed8bef65561113afab047c420fb310eb55295 --- tst_settings_information/test.py (.../test.py) (revision 194810f3a2973c81da55a1e9cfd966ddfc474600) +++ tst_settings_information/test.py (.../test.py) (revision edaed8bef65561113afab047c420fb310eb55295) @@ -400,6 +400,11 @@ confirm_button = (waitForObjectExists(names.o_service_confirm_btn).text) test.compare(confirm_button, config.CONFIRM_TEXT, "Button text should be {}".format(config.CONFIRM_TEXT)) mouseClick(waitForObjectExists(names.o_service_confirm_btn)) + utils.waitForGUI(0.5) + mouseClick(waitForObjectExists(names.o_service_text)) + test.compare(waitForObjectExists(names.o_service_back_btn).text, config.SERVICE_BACK_BTN, "Button text should be {}".format(config.SERVICE_BACK_BTN)) + mouseClick(waitForObjectExists(names.o_service_back_btn)) + utils.waitForGUI(1) test.endSection()