Index: suite_leahi/tst_headerbar_information_popup/test.py =================================================================== diff -u -r53c5b62d1fbf9121df012d6c025f482bfd3826b0 -rf7c5babf0cceeac7cacd155523b3fca43ac25a95 --- suite_leahi/tst_headerbar_information_popup/test.py (.../test.py) (revision 53c5b62d1fbf9121df012d6c025f482bfd3826b0) +++ suite_leahi/tst_headerbar_information_popup/test.py (.../test.py) (revision f7c5babf0cceeac7cacd155523b3fca43ac25a95) @@ -28,8 +28,7 @@ Method to verify the parameter under 'Information Popup' """ test.startSection("Verify the parameter under 'Information Popup '") - test.log("Navigating to 'Information Popup' screen") - mouseClick(waitForObjectExists(names.o_InformationIconButton)) + mouseClick(waitForObjectExists(names.o_InformationIconButton, 3000)) for info_parameter in config.INFORMATION_PARAMETERS: info_parameter_text = waitForObjectExists( @@ -160,7 +159,7 @@ # Set OS version application_init.setup_post_log_successful_start() - startApplication(config.AUT_NAME + '-q') + startApplication(utility.aut("-q")) verify_parameters_under_information()