summaryrefslogtreecommitdiff
path: root/tests/system/suite_QMLS/tst_QMLS05/test.py
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@nokia.com>2012-05-16 18:13:55 +0200
committerRobert Löhning <robert.loehning@nokia.com>2012-05-16 18:24:52 +0200
commitd14fdf2c4cd76c3274a1504ebbf9b19cdc76c783 (patch)
tree79cd7d4491a9ef582ed9609e4b7f9c4a50816cc4 /tests/system/suite_QMLS/tst_QMLS05/test.py
parentf3f9f30668ffe630b4a41a3916a67d0c8b68a65d (diff)
downloadqt-creator-d14fdf2c4cd76c3274a1504ebbf9b19cdc76c783.tar.gz
Squish: Updated suite_QMLS for changed GUI.
Change-Id: Ie67def5b38126eea57f0f3d8e26b3f8844cdfb37 Reviewed-by: Christian Stenger <christian.stenger@nokia.com>
Diffstat (limited to 'tests/system/suite_QMLS/tst_QMLS05/test.py')
-rw-r--r--tests/system/suite_QMLS/tst_QMLS05/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/system/suite_QMLS/tst_QMLS05/test.py b/tests/system/suite_QMLS/tst_QMLS05/test.py
index 694460eea3..f775ca7b10 100644
--- a/tests/system/suite_QMLS/tst_QMLS05/test.py
+++ b/tests/system/suite_QMLS/tst_QMLS05/test.py
@@ -15,7 +15,7 @@ def main():
numLinesExpected = len(str(editorArea.plainText).splitlines()) + 4
ctxtMenu = openContextMenuOnTextCursorPosition(editorArea)
activateItem(waitForObjectItem(objectMap.realName(ctxtMenu), "Refactoring"))
- activateItem(waitForObjectItem(objectMap.realName(ctxtMenu), "Split initializer"))
+ activateItem(waitForObjectItem(objectMap.realName(ctxtMenu), "Split Initializer"))
# wait until refactoring ended
waitFor("len(str(editorArea.plainText).splitlines()) == numLinesExpected", 5000)
# verify if refactoring was properly applied - each part on separate line