aboutsummaryrefslogtreecommitdiffstats
path: root/tests/system/suite_CSUP/tst_CSUP05
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@nokia.com>2012-09-06 11:43:01 +0200
committerChristian Stenger <christian.stenger@nokia.com>2012-09-12 12:45:15 +0200
commite98a947998db64af63c3345989ee8f0f17755426 (patch)
treede23aa095da8fe4e8580360f117d1618f34af987 /tests/system/suite_CSUP/tst_CSUP05
parent91a9a2414dace2c57ecf72e0b72e426cbca9e5ea (diff)
Squish: Use global objects.map from inside CSUP
Change-Id: I70b80f926d01f801f842cd45ca3710b9d16de273 Reviewed-by: Robert Loehning <robert.loehning@nokia.com>
Diffstat (limited to 'tests/system/suite_CSUP/tst_CSUP05')
-rw-r--r--tests/system/suite_CSUP/tst_CSUP05/test.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/system/suite_CSUP/tst_CSUP05/test.py b/tests/system/suite_CSUP/tst_CSUP05/test.py
index 035b102111..bc5d5a1e0e 100644
--- a/tests/system/suite_CSUP/tst_CSUP05/test.py
+++ b/tests/system/suite_CSUP/tst_CSUP05/test.py
@@ -33,7 +33,7 @@ def main():
# verify if find toolbar exists and if search text contains selected word
test.verify(checkIfObjectExists(":*Qt Creator.Find_Find::Internal::FindToolBar"),
"Verifying if: Find/Replace pane is displayed at the bottom of the view.")
- test.compare(waitForObject(":Qt Creator.findEdit_Utils::FilterLineEdit").displayText, "viewer",
+ test.compare(waitForObject(":*Qt Creator.findEdit_Utils::FilterLineEdit").displayText, "viewer",
"Verifying if: Find line edit contains 'viewer' text.")
# insert some word to "Replace with:" field and select "Replace All".
replaceEditorContent(waitForObject(":Qt Creator.replaceEdit_Utils::FilterLineEdit"), "find")
@@ -65,4 +65,3 @@ def main():
# exit qt creator
invokeMenuItem("File", "Save All")
invokeMenuItem("File", "Exit")
-# no cleanup needed, as whole testing directory gets properly removed after test finished