summaryrefslogtreecommitdiff
path: root/tests/system/suite_CSUP/tst_CSUP04/test.py
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@digia.com>2014-08-18 14:37:17 +0200
committerRobert Loehning <robert.loehning@digia.com>2014-08-18 15:20:27 +0200
commit742db5115cd58e9f00b6f4a1323dbb5f416d6319 (patch)
tree661ffbd5c417e841d3ee8d5c857df5d1bbd910a8 /tests/system/suite_CSUP/tst_CSUP04/test.py
parent996a999b551ff64024c820a2ead66909a1372a19 (diff)
downloadqt-creator-742db5115cd58e9f00b6f4a1323dbb5f416d6319.tar.gz
Squish: Use small letters in shortcuts
Following Squish documentation. Capital letters even caused problems in nativeType(). Change-Id: I902984da40c7b57c1c40d35c2cd183e95481f1cf Reviewed-by: Christian Stenger <christian.stenger@digia.com>
Diffstat (limited to 'tests/system/suite_CSUP/tst_CSUP04/test.py')
-rw-r--r--tests/system/suite_CSUP/tst_CSUP04/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/system/suite_CSUP/tst_CSUP04/test.py b/tests/system/suite_CSUP/tst_CSUP04/test.py
index 16217a5297..dd8fa406d5 100644
--- a/tests/system/suite_CSUP/tst_CSUP04/test.py
+++ b/tests/system/suite_CSUP/tst_CSUP04/test.py
@@ -71,7 +71,7 @@ def main():
return
for i in range(4):
type(editorWidget, "<Left>")
- type(editorWidget, "<Ctrl+Shift+U>")
+ type(editorWidget, "<Ctrl+Shift+u>")
# wait until search finished and verify search results
waitForSearchResults()
validateSearchResult(3)