summaryrefslogtreecommitdiffstats
path: root/Qt/examples/declarative/textedit/sys_textedit/sys_textedit.qtt
diff options
context:
space:
mode:
Diffstat (limited to 'Qt/examples/declarative/textedit/sys_textedit/sys_textedit.qtt')
-rw-r--r--Qt/examples/declarative/textedit/sys_textedit/sys_textedit.qtt7
1 files changed, 4 insertions, 3 deletions
diff --git a/Qt/examples/declarative/textedit/sys_textedit/sys_textedit.qtt b/Qt/examples/declarative/textedit/sys_textedit/sys_textedit.qtt
index 65e61b2..4ca41fe 100644
--- a/Qt/examples/declarative/textedit/sys_textedit/sys_textedit.qtt
+++ b/Qt/examples/declarative/textedit/sys_textedit/sys_textedit.qtt
@@ -49,13 +49,14 @@ testcase = {
| *Step* | *Verification* |
| Execute systemtests/Qt/examples/declarative/textedit/textedit.qml | |
| Enter Hello World into the green textedit field | Hello World is shown |
-| Press the Select Word button | World is selected |
+| Press the Select Word button, ensuring the previously entered text in no longer in pre-commit mode | World is selected |
| Press the Select All button | Hello World is selected |
| Press the Select None button | No text is selected |
| Press the Mouse Select button | The button turns green and indicates Mouse On |
-| Click and drag over some text | Only that text is selected. On sans-keyboard Symbian, the soft keyboard will show with selected text highlighted |
+| Click and drag over some text | Only that text is selected. On sans-keyboard Symbian, the soft keyboard may show with selected text highlighted |
+| If the soft keyboard is shown, close it | |
| Press the Mouse Select button | The button turns gray and indicates Mouse Off |
-| Click and drag over some text | No text is selected. On sans-keyboard Symbian, the soft keyboard will show |
+| Click and drag over some text | No text is selected. On sans-keyboard Symbian, the soft keyboard may show |
'));
},