aboutsummaryrefslogtreecommitdiffstats
path: root/tests/system/suite_CSUP/tst_CSUP01
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@digia.com>2014-08-12 16:03:27 +0200
committerChristian Stenger <christian.stenger@digia.com>2014-08-12 16:22:33 +0200
commit2b02c0067fddc291c5e49b1faf697fc4967f7e76 (patch)
treef198aa792c3e70418076bd4af40b5730c59263e8 /tests/system/suite_CSUP/tst_CSUP01
parent82a593579e59078bdd851c60a827593490907bf3 (diff)
Squish: Use only Delete key that is documented
For consistency and to avoid unforeseen side effects. Change-Id: Iebbf8179b604572e7ad24dbfbf757387788e2383 Reviewed-by: Robert Loehning <robert.loehning@digia.com>
Diffstat (limited to 'tests/system/suite_CSUP/tst_CSUP01')
-rw-r--r--tests/system/suite_CSUP/tst_CSUP01/test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/system/suite_CSUP/tst_CSUP01/test.py b/tests/system/suite_CSUP/tst_CSUP01/test.py
index d9eeae13a5..cfbf2ed4e5 100644
--- a/tests/system/suite_CSUP/tst_CSUP01/test.py
+++ b/tests/system/suite_CSUP/tst_CSUP01/test.py
@@ -66,7 +66,7 @@ def main():
type(editorWidget, "<Meta+Shift+Right>")
else:
type(editorWidget, "<Shift+End>")
- type(editorWidget, "<Del>")
+ type(editorWidget, "<Delete>")
type(editorWidget, "voi")
waitForObjectItem(":popupFrame_Proposal_QListView", "void")
type(waitForObject(":popupFrame_Proposal_QListView"), "<Tab>")
@@ -83,7 +83,7 @@ def main():
type(editorWidget, "<Meta+Shift+Right>")
else:
type(editorWidget, "<Shift+End>")
- type(editorWidget, "<Del>")
+ type(editorWidget, "<Delete>")
type(editorWidget, "ret")
if platform.system() == "Darwin":
type(editorWidget, "<Meta+Space>")