diff --git a/tests/system/shared/project_explorer.py b/tests/system/shared/project_explorer.py index a26ae845d74..df67ee25ee2 100644 --- a/tests/system/shared/project_explorer.py +++ b/tests/system/shared/project_explorer.py @@ -85,7 +85,7 @@ def prepareBuildSettings(targetCount, currentTarget, setReleaseBuild=True, disab def switchToBuildOrRunSettingsFor(targetCount, currentTarget, projectSettings): def kitIsActivated(kit): return not (str(kit.toolTip).startswith("

Click to activate:

") - or str(kit.toolTip).startswith("

Kit is unsuited for Project

")) + or str(kit.toolTip).startswith("

Kit is unsuited for project

")) try: treeView = waitForObject(":Projects.ProjectNavigationTreeView")