aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/inputpanel/data/tst_inputpanel.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/inputpanel/data/tst_inputpanel.qml')
-rw-r--r--tests/auto/inputpanel/data/tst_inputpanel.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/inputpanel/data/tst_inputpanel.qml b/tests/auto/inputpanel/data/tst_inputpanel.qml
index 74e8da8a..b3173517 100644
--- a/tests/auto/inputpanel/data/tst_inputpanel.qml
+++ b/tests/auto/inputpanel/data/tst_inputpanel.qml
@@ -1824,8 +1824,8 @@ Rectangle {
for (var len = 1; len <= 5; ++len) {
inputPanel.virtualKeyClick("z")
if (len >= 2) {
- inputPanel.wordCandidateListChangedSpy.clear()
- inputPanel.wordCandidateListChangedSpy.wait()
+ inputPanel.inputMethodSelectionListChangedSpy.clear()
+ inputPanel.inputMethodSelectionListChangedSpy.wait()
if (inputPanel.wordCandidateView.model.count <= 1)
break
}