aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/auto/controls/data/tst_combobox.qml6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/auto/controls/data/tst_combobox.qml b/tests/auto/controls/data/tst_combobox.qml
index fb4dc57c..05eb2de1 100644
--- a/tests/auto/controls/data/tst_combobox.qml
+++ b/tests/auto/controls/data/tst_combobox.qml
@@ -55,8 +55,8 @@ import QtQuick.Controls 2.2
TestCase {
id: testCase
- width: 200
- height: 200
+ width: 400
+ height: 400
visible: true
when: windowShown
name: "ComboBox"
@@ -724,6 +724,8 @@ TestCase {
compare(downSpy.count, 3)
compare(pressedSpy.count, 2)
+ compare(control.popup.y, control.height)
+
control.down = false
compare(control.down, false)
compare(downSpy.count, 4)