diff --git a/tests/system/suite_general/tst_build_speedcrunch/test.py b/tests/system/suite_general/tst_build_speedcrunch/test.py index 5160d7c7ca5..8ba749b1680 100644 --- a/tests/system/suite_general/tst_build_speedcrunch/test.py +++ b/tests/system/suite_general/tst_build_speedcrunch/test.py @@ -58,7 +58,7 @@ def main(): test.log("Testing build configuration: " + config) invokeMenuItem("Build", "Run qmake") waitForCompile() - invokeMenuItem("Build", "Rebuild All Projects") + selectFromLocator("t rebuild", "Rebuild (Rebuild All Projects)") waitForCompile(300000) checkCompile() checkLastBuild()