aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/system/shared/project_explorer.py2
1 files changed, 1 insertions, 1 deletions
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("<h3>Click to activate:</h3>")
- or str(kit.toolTip).startswith("<h3>Kit is unsuited for Project</h3>"))
+ or str(kit.toolTip).startswith("<h3>Kit is unsuited for project</h3>"))
try:
treeView = waitForObject(":Projects.ProjectNavigationTreeView")