summaryrefslogtreecommitdiff
path: root/tests/system/suite_QMLS/tst_QMLS02/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/system/suite_QMLS/tst_QMLS02/test.py')
-rw-r--r--tests/system/suite_QMLS/tst_QMLS02/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/system/suite_QMLS/tst_QMLS02/test.py b/tests/system/suite_QMLS/tst_QMLS02/test.py
index 7f29524b83..e238bbde13 100644
--- a/tests/system/suite_QMLS/tst_QMLS02/test.py
+++ b/tests/system/suite_QMLS/tst_QMLS02/test.py
@@ -18,7 +18,7 @@ def main():
placeCursorToLine(editorArea, testingCodeLine)
for i in range(14):
type(editorArea, "<Left>")
- type(editorArea, "<Shift+Right>")
+ markText(editorArea, "Right")
type(editorArea, "c")
# invoke QML parsing
invokeMenuItem("Tools", "QML/JS", "Run Checks")