summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@nokia.com>2012-06-11 14:08:38 +0200
committerChristian Stenger <christian.stenger@nokia.com>2012-06-12 09:35:09 +0200
commitd77d0ae5042488052471bd874d66ee76375db31e (patch)
treecf34c8167f9dea343b438bf0cdfa673e4b5e0967 /tests
parent8a447e0c2a36d46acf2c00b0735f32d9ed83fc38 (diff)
downloadqt-creator-d77d0ae5042488052471bd874d66ee76375db31e.tar.gz
Squish: Fix for UI change
Change-Id: Ida522c026c41c8cd5bd29b9cca3bb6b9334c84c4 Reviewed-by: Robert Löhning <robert.loehning@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/system/shared/hook_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/system/shared/hook_utils.py b/tests/system/shared/hook_utils.py
index 8239b27f8c..9f0f54e800 100644
--- a/tests/system/shared/hook_utils.py
+++ b/tests/system/shared/hook_utils.py
@@ -217,7 +217,7 @@ def __configureCustomExecutable__(projectName, port, mkspec, qmakeVersion):
clickButton(addButton)
addMenu = addButton.menu()
activateItem(waitForObjectItem(objectMap.realName(addMenu), 'Custom Executable'))
- exePathChooser = waitForObject("{buddy={container=':Qt Creator.scrollArea_QScrollArea' text='Executable:' type='QLabel'} "
+ exePathChooser = waitForObject("{buddy={container=':Qt Creator.scrollArea_QScrollArea' text='Command:' type='QLabel'} "
"type='Utils::PathChooser' unnamed='1' visible='1'}", 2000)
exeLineEd = getChildByClass(exePathChooser, "Utils::BaseValidatingLineEdit")
argLineEd = waitForObject("{buddy={container={type='QScrollArea' name='scrollArea'} "