summaryrefslogtreecommitdiff
path: root/tests/system/suite_SCOM
diff options
context:
space:
mode:
Diffstat (limited to 'tests/system/suite_SCOM')
-rw-r--r--tests/system/suite_SCOM/tst_SCOM05/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/system/suite_SCOM/tst_SCOM05/test.py b/tests/system/suite_SCOM/tst_SCOM05/test.py
index eb4ebbdf7e..b6e1122684 100644
--- a/tests/system/suite_SCOM/tst_SCOM05/test.py
+++ b/tests/system/suite_SCOM/tst_SCOM05/test.py
@@ -5,7 +5,7 @@ def verifyChangeProject(projectName):
# select project
projItem = waitForObjectItem(":Qt Creator_Utils::NavigationTreeView", projectName)
openItemContextMenu(waitForObject(":Qt Creator_Utils::NavigationTreeView"), projectName, 5, 5, 0)
- activateItem(waitForObjectItem(":Qt Creator.Project.Menu.Project_QMenu", "Set as Active Project"))
+ activateItem(waitForObjectItem(":Qt Creator.Project.Menu.Project_QMenu", 'Set "%s" as Active Project' % projectName))
waitFor("projItem.font.bold==True",3000)
# check if bold is right project
test.verify(projItem.font.bold == True,